WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
138047
Replace INT_MIN/MAX / kFixedPointDenominator with intMin/MaxForLayoutUnit.
https://bugs.webkit.org/show_bug.cgi?id=138047
Summary
Replace INT_MIN/MAX / kFixedPointDenominator with intMin/MaxForLayoutUnit.
zalan
Reported
2014-10-24 11:02:55 PDT
-const int maxValueForCssLength = INT_MAX / kFixedPointDenominator - 2; -const int minValueForCssLength = INT_MIN / kFixedPointDenominator + 2; +const int maxValueForCssLength = intMaxForLayoutUnit - 2; +const int minValueForCssLength = intMinForLayoutUnit + 2;
Attachments
Patch
(1.62 KB, patch)
2014-10-24 11:04 PDT
,
zalan
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
zalan
Comment 1
2014-10-24 11:04:47 PDT
Created
attachment 240415
[details]
Patch
WebKit Commit Bot
Comment 2
2014-10-24 14:00:01 PDT
Comment on
attachment 240415
[details]
Patch Clearing flags on attachment: 240415 Committed
r175177
: <
http://trac.webkit.org/changeset/175177
>
WebKit Commit Bot
Comment 3
2014-10-24 14:00:04 PDT
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug