[Webkit-unassigned] [Bug 70779] RenderFlexibleBox::layout calls computeLogicalHeight twice

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 29 14:30:45 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=70779


Ojan Vafai <ojan at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #1 from Ojan Vafai <ojan at chromium.org>  2011-10-29 14:30:45 PST ---
In many cases it turns out we need to call computeLogicalHeight before computing the free-space for the flexing algorithm. There may be cases we could optimize out, but it's unlikely this extra call will show up in a profile, so it's probably worth keeping the code simpler.

-- 
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