[Webkit-unassigned] [Bug 24201] WebCore::RenderBlock::layout taking superquadratic time

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 3 14:58:20 PST 2009


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


hyatt at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|webkit-                     |hyatt at apple.com
                   |unassigned at lists.webkit.org |
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1




------- Comment #3 from hyatt at apple.com  2009-03-03 14:58 PDT -------
Created an attachment (id=28241)
 --> (https://bugs.webkit.org/attachment.cgi?id=28241&action=view)
Patch to fix bug

This patch changes our yPosEstimate when doing block layout to factor in clear.
 It also gets rid of the early adjustment of the y-position of the child prior
to clearing, thus saving a redundant layout delta application (and a redundant
layout when a clear is just going to happen anyway later).


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list