[Webkit-unassigned] [Bug 80877] Avoid allocating huge layers for an element with a positioned child outside of its bounds

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jul 28 20:02:53 PDT 2012


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


Simon Fraser (smfr) <simon.fraser at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |simon.fraser at apple.com




--- Comment #3 from Simon Fraser (smfr) <simon.fraser at apple.com>  2012-07-28 20:02:55 PST ---
This is proving hard to fix. I have a patch, but it causes clip rect assertions. If we break apart a single compositing layer into multiple layers, then a layer RenderLayer B can have a parent, RenderLayer A, that is not its stacking context. When computing clip rects for A, it acts as the clipping root. When computing clip rects for B, we walk up through A, but are using a different clipping root. So we hit assertions.

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