[Webkit-unassigned] [Bug 116484] New: Simplify RenderFlexibleBox::computeMainAxisExtentForChild
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon May 20 18:23:58 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=116484
Summary: Simplify
RenderFlexibleBox::computeMainAxisExtentForChild
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Layout and Rendering
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: rniwa at webkit.org
CC: hyatt at apple.com, simon.fraser at apple.com,
dino at apple.com
We should consider merging https://chromium.googlesource.com/chromium/blink/+/b2181608f7b4697190b880d8a2d7b302a96d031e
Simplify RenderFlexibleBox::computeMainAxisExtentForChild
We only need to check size.isIntrinsic(), not all of
height/min-height/max-height. We can also use layoutIfNeeded().
No new tests - no behavior change.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list