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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 16 09:59:01 PDT 2012


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





--- Comment #4 from Antti Koivisto <koivisto at iki.fi>  2012-04-16 09:59:00 PST ---
(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.

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