WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
111399
Inline min/maxInstrinsicLogicalWidth functions
https://bugs.webkit.org/show_bug.cgi?id=111399
Summary
Inline min/maxInstrinsicLogicalWidth functions
Ojan Vafai
Reported
2013-03-04 20:02:30 PST
Inline min/maxInstrinsicLogicalWidth functions
Attachments
Patch
(7.22 KB, patch)
2013-03-05 12:03 PST
,
Ojan Vafai
tony
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Ojan Vafai
Comment 1
2013-03-05 12:03:42 PST
Created
attachment 191530
[details]
Patch
Tony Chang
Comment 2
2013-03-05 12:44:06 PST
Comment on
attachment 191530
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=191530&action=review
> Source/WebCore/rendering/RenderBox.cpp:2116 > + RenderView* renderView = view(); > + LayoutUnit marginStart = minimumValueForLength(style()->marginStart(), availableLogicalWidth, renderView); > + LayoutUnit marginEnd = minimumValueForLength(style()->marginEnd(), availableLogicalWidth, renderView);
Maybe you should pass in 2 additional args to fillAvailableMeasure that will return marginStart and marginEnd by reference? Maybe this should just be 2 separate methods.
Ojan Vafai
Comment 3
2013-03-05 14:06:55 PST
Committed
r144816
: <
http://trac.webkit.org/changeset/144816
>
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