Bug 97938 - Improve saturation arithmetic support in FractionalLayoutUnit
Summary: Improve saturation arithmetic support in FractionalLayoutUnit
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Emil A Eklund
URL:
Keywords:
Depends on:
Blocks: 95053
  Show dependency treegraph
 
Reported: 2012-09-28 13:42 PDT by Emil A Eklund
Modified: 2012-09-28 16:12 PDT (History)
6 users (show)

See Also:


Attachments
Patch (8.47 KB, patch)
2012-09-28 13:45 PDT, Emil A Eklund
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Emil A Eklund 2012-09-28 13:42:08 PDT
Fix bug in FractionalLayoutUnit::setValue where greater than or equals is used instead of greater than to clamp the values. Add SATURATED_LAYOUT_ARITHMETIC support to FractionalLayoutUnit::round.
Comment 1 Emil A Eklund 2012-09-28 13:45:51 PDT
Created attachment 166309 [details]
Patch
Comment 2 WebKit Review Bot 2012-09-28 16:12:42 PDT
Comment on attachment 166309 [details]
Patch

Clearing flags on attachment: 166309

Committed r129958: <http://trac.webkit.org/changeset/129958>
Comment 3 WebKit Review Bot 2012-09-28 16:12:45 PDT
All reviewed patches have been landed.  Closing bug.