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

Unified Diff: third_party/WebKit/Source/core/events/EventListenerOptions.idl

Issue 1563623002: Support registering and dispatching passive event listeners. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adjust comments in layout tests Created 4 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
Index: third_party/WebKit/Source/core/events/EventListenerOptions.idl
diff --git a/third_party/WebKit/Source/core/events/EventListenerOptions.idl b/third_party/WebKit/Source/core/events/EventListenerOptions.idl
index 7cbec430d37a907cd323990bef1d41cdf57a4aad..f670de3e60860fbc82686dabfee1c2ee1334d6bc 100644
--- a/third_party/WebKit/Source/core/events/EventListenerOptions.idl
+++ b/third_party/WebKit/Source/core/events/EventListenerOptions.idl
@@ -11,4 +11,5 @@ dictionary EventListenerOptions {
// whether it was set manually or by default. See EventTarget.cpp
// where it is populated. crbug.com/543685
[RuntimeEnabled=EventListenerOptions] boolean capture;
+ [RuntimeEnabled=PassiveEventListeners] boolean passive;
};
« no previous file with comments | « third_party/WebKit/Source/core/events/Event.cpp ('k') | third_party/WebKit/Source/core/events/EventTarget.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698