Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(652)

Unified Diff: third_party/WebKit/Source/core/dom/ScriptableDocumentParser.h

Issue 2614663004: Pause HTML parser for external stylesheets in the body (Closed)
Patch Set: Paramaterized test cases Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/core/dom/Document.cpp ('k') | third_party/WebKit/Source/core/dom/StyleEngine.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/dom/ScriptableDocumentParser.h
diff --git a/third_party/WebKit/Source/core/dom/ScriptableDocumentParser.h b/third_party/WebKit/Source/core/dom/ScriptableDocumentParser.h
index 57abf35eaaf0582a33c83e4ee621d808c8030180..9a94dc722af738d7ad0d349c20ea9d7d226059f7 100644
--- a/third_party/WebKit/Source/core/dom/ScriptableDocumentParser.h
+++ b/third_party/WebKit/Source/core/dom/ScriptableDocumentParser.h
@@ -44,6 +44,8 @@ class CORE_EXPORT ScriptableDocumentParser : public DecodedDataDocumentParser {
virtual void executeScriptsWaitingForResources() {}
virtual bool isWaitingForScripts() const = 0;
+ virtual void didAddPendingStylesheetInBody() {}
+ virtual void didLoadAllBodyStylesheets() {}
// These are used to expose the current line/column to the scripting system.
virtual bool isParsingAtLineNumber() const;
« no previous file with comments | « third_party/WebKit/Source/core/dom/Document.cpp ('k') | third_party/WebKit/Source/core/dom/StyleEngine.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698