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

Unified Diff: Source/core/dom/CustomElementRegistry.h

Issue 14660019: Run Mutation Observer and Custom Element callbacks consistently at microtask checkpoint (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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 | « Source/core/core.gypi ('k') | Source/core/dom/CustomElementRegistry.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/CustomElementRegistry.h
diff --git a/Source/core/dom/CustomElementRegistry.h b/Source/core/dom/CustomElementRegistry.h
index 9ae6c860919184d5bc957b06984403d039ef6b66..13f2b092570400295025637680ccaa6800c533de 100644
--- a/Source/core/dom/CustomElementRegistry.h
+++ b/Source/core/dom/CustomElementRegistry.h
@@ -96,6 +96,10 @@ public:
static void deliverAllLifecycleCallbacks();
static void deliverAllLifecycleCallbacksIfNeeded();
+ static bool hasQueuedLifecycleCallbacks();
+ static void abandonAllQueuedLifecycleCallbacks();
+ void abandonQueuedLifecycleCallbacks();
dglazkov 2013/05/08 16:42:00 lifecycle callbacks queue is just begging to be it
+
private:
typedef HashMap<AtomicString, RefPtr<CustomElementDefinition> > DefinitionMap;
typedef ListHashSet<CustomElementRegistry*> InstanceSet;
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/dom/CustomElementRegistry.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698