[Webkit-unassigned] [Bug 55440] improve layout performance by reducing the traversal time of the floating objects

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 3 05:31:50 PST 2011


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


Yuqiang Xian <yuqiang.xian at intel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #84173|0                           |1
        is obsolete|                            |
  Attachment #84173|commit-queue?               |
               Flag|                            |
  Attachment #84547|                            |review?, commit-queue?
               Flag|                            |




--- Comment #9 from Yuqiang Xian <yuqiang.xian at intel.com>  2011-03-03 05:31:49 PST ---
Created an attachment (id=84547)
 --> (https://bugs.webkit.org/attachment.cgi?id=84547&action=review)
updated patch addressing comment #8

Introduce the left and right floats counters only when there're floating objects in the RenderBlock, by wrapping the counters and the floating object list in one structure which is allocated on demand.

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