Avoid second layout for flex-direction:row, flex-basis:auto flex items
Created attachment 144928 [details] Patch
Comment on attachment 144928 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=144928&action=review > Source/WebCore/rendering/RenderFlexibleBox.cpp:997 > + // FIXME: If we're overriding logicalHeight (i.e. hasOrthogonalFlow(child) == true), we only need to layout here if the > + // contents of the child depends on it's height (e.g. % height elements, background-color, etc) because we already > + // layed out once in computeMainAxisPreferredSizes at the unflexed height. Nit: Might be easier to file a bug about this and dump some of this in the bug instead.
Committed r119015: <http://trac.webkit.org/changeset/119015>