[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
Wed Mar 17 15:01:44 PDT 2010


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





--- Comment #40 from James Robinson <jamesr at chromium.org>  2010-03-17 15:01:44 PST ---
This patch adds an assertion in RenderLayer::updateLayerPositions() like Darin
suggested that compares the passed-in offset with one calculated through the
old slow path in debug builds.  This patch also fixes a typo in the ChangeLog
and simplifies the code in RenderBox::outlineBoundsForRepaint() a bit so it
correctly handles boxes with negative widths.

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