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

Unified Diff: sky/engine/core/dom/Document.h

Issue 814173005: The Sky parser should yield before start tags (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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 | « no previous file | sky/engine/core/dom/Document.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/dom/Document.h
diff --git a/sky/engine/core/dom/Document.h b/sky/engine/core/dom/Document.h
index 9d138637814ac2e192659d10f2b56a9e33b80bf0..a0f4f13dade714398e0af5a7155c38585a868851 100644
--- a/sky/engine/core/dom/Document.h
+++ b/sky/engine/core/dom/Document.h
@@ -531,7 +531,7 @@ public:
ElementDataCache* elementDataCache() { return m_elementDataCache.get(); }
- void didLoadAllScriptBlockingResources();
+ void didLoadAllParserBlockingResources();
void didRemoveAllPendingStylesheet();
void clearStyleResolver();
@@ -634,7 +634,7 @@ private:
void updateTitle(const String&);
void updateBaseURL();
- void executeScriptsWaitingForResourcesTimerFired(Timer<Document>*);
+ void resumeParserWaitingForResourcesTimerFired(Timer<Document>*);
void loadEventDelayTimerFired(Timer<Document>*);
@@ -687,7 +687,7 @@ private:
RefPtr<CSSStyleSheet> m_elemSheet;
- Timer<Document> m_executeScriptsWaitingForResourcesTimer;
+ Timer<Document> m_resumeParserWaitingForResourcesTimer;
Timer<Document> m_clearFocusedElementTimer;
RefPtr<Element> m_focusedElement;
« no previous file with comments | « no previous file | sky/engine/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698