[webkit-reviews] review requested: [Bug 102352] Avoid a second layout of flex items in layoutAndPlaceChildren() : [Attachment 174641] Updated patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 16 04:01:31 PST 2012


Carlos Garcia Campos <cgarcia at igalia.com> has asked  for review:
Bug 102352: Avoid a second layout of flex items in layoutAndPlaceChildren()
https://bugs.webkit.org/show_bug.cgi?id=102352

Attachment 174641: Updated patch
https://bugs.webkit.org/attachment.cgi?id=174641&action=review

------- Additional Comments from Carlos Garcia Campos <cgarcia at igalia.com>
Since the major performance issues happen with nested flexbox containers, we
can try a more conservative approach and only avoid second layout when the
child is a flexbox.


More information about the webkit-reviews mailing list