[Webkit-unassigned] [Bug 58414] Style change in invisible iframes can cause accelerated content to disappear

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 14 18:15:53 PDT 2011


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





--- Comment #15 from James Robinson <jamesr at chromium.org>  2011-04-14 18:15:53 PST ---
This is tricky.  I think what we want to do is create the iframe and its DOM but somehow avoid constructing an actual render tree for it.  I'm not sure how to go about that - documents definitely expect to have a RenderView and it's not immediately clear how to avoid constructing a render object tree beneath that view in the case where the Frame's ownerRenderer() is NULL, if that's even the right approach, in a way that doesn't violate a bunch of other expectations.

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