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

Unified Diff: Source/core/core.gypi

Issue 14660019: Run Mutation Observer and Custom Element callbacks consistently at microtask checkpoint (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Patch for landing. Created 7 years, 6 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/bindings/v8/V8RecursionScope.cpp ('k') | Source/core/dom/CustomElementCallbackDispatcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index bec75b8219e485ebca5ccf28f28e7796a9a02b5a..d1978c157eee5ede3c7a8f3a604aff5eb6137934 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1711,6 +1711,8 @@
'dom/CustomElementDefinition.cpp',
'dom/CustomElementDefinition.h',
'dom/CustomElementCallback.h',
+ 'dom/CustomElementCallbackDispatcher.cpp',
+ 'dom/CustomElementCallbackDispatcher.h',
'dom/CustomElementRegistry.cpp',
'dom/CustomElementRegistry.h',
'dom/CustomElementUpgradeCandidateMap.cpp',
@@ -1805,6 +1807,8 @@
'dom/MessageEvent.h',
'dom/MessagePort.cpp',
'dom/MessagePortChannel.cpp',
+ 'dom/Microtask.cpp',
+ 'dom/Microtask.h',
'dom/MouseEvent.cpp',
'dom/MouseRelatedEvent.cpp',
'dom/MutationCallback.h',
« no previous file with comments | « Source/bindings/v8/V8RecursionScope.cpp ('k') | Source/core/dom/CustomElementCallbackDispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698