[Webkit-unassigned] [Bug 88869] renderer should not block on script-inserted stylesheets

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 15 11:56:02 PDT 2012


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





--- Comment #11 from Tony Gentilcore <tonyg at chromium.org>  2012-06-15 11:56:01 PST ---
(In reply to comment #10)
> Won't this cause flash of unstyled content with script-inserted stylesheets?

Good point. We want to hold up render tree construction even though (I think) we agree we don't need to hold up script execution.

Currently we marry the concepts into a single list of pending sheets. What if we separated the two. Perhaps give Document two fields: m_pendingStylesheets and m_pendingParserBlockingStylesheets (or maybe the latter fits better on HTMLDocumentParser)?

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