[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 11 12:47:56 PST 2010


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


Dave Hyatt <hyatt at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #50531|review?                     |review-
               Flag|                            |




--- Comment #36 from Dave Hyatt <hyatt at apple.com>  2010-03-11 12:47:55 PST ---
(From update of attachment 50531)
The logic for disabling the cache is wrong...

<div style="position:absolute;">  .... <div style="overflow:auto">.... <div
style="position:absolute;left:100;top:100">

You'd have the cache enabled and add in the intermediate x/y of the overflow
section, but that isn't relevant.

I think a simple cache will have to check containingBlock of the child layer's
renderer to make sure it matches the parent layer's renderer in order to do a
cache like this.

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