[Webkit-unassigned] [Bug 77745] Shareable stylesheet data structures

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 16 14:06:02 PDT 2012


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





--- Comment #5 from Eric Seidel <eric at webkit.org>  2012-04-16 14:06:02 PST ---
(In reply to comment #4)
> (In reply to comment #3)
> > Interesting.  I'm attempting to "share" stylesheets between documents for <iframe seamless>:
> > https://github.com/eseidel/webkit/compare/master...seamless#L61R423
> > 
> > I wonder if I'm getting myself in trouble. :)
> 
> That is going to be bit tricky. Stylesheets can mutate, the style selectors in the sharing child frames will need to be reset too. They hold raw pointers so this must happen synchronously.
> 
> Should still be doable.

Yes, I need to find wherver the CSSStyleSelector is reset on the parent(s) and make sure all seamless iframe documents also recalc their selectors at that time.  If you have suggestions for specific methods I should hack into, I'm all ears (we can also discuss this on a different bug).

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