[Webkit-unassigned] [Bug 33520] Mapping from local to container coord space is O(N^2)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 4 13:31:43 PST 2010


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


James Robinson <jamesr at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mitz at webkit.org




--- Comment #28 from James Robinson <jamesr at chromium.org>  2010-03-04 13:31:43 PST ---
Patch speeds up the position:relative test page by about 55%.  The
functionality overlaps quite a bit with LayoutState, but for this particular
use most of the features of LayoutState are unnecessary.  If this approach
looks OK then I'd like to merge it with the offset caching portion of
LayoutState to avoid duplication.

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