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

Unified Diff: third_party/WebKit/Source/core/events/AddEventListenerOptionsDefaults.h

Issue 2125683002: Add option to force document level passive event listeners as a runtime feature. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 5 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 | « content/renderer/render_view_impl.cc ('k') | third_party/WebKit/Source/core/events/EventTarget.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/events/AddEventListenerOptionsDefaults.h
diff --git a/third_party/WebKit/Source/core/events/AddEventListenerOptionsDefaults.h b/third_party/WebKit/Source/core/events/AddEventListenerOptionsDefaults.h
index 8887c1e8ee532e53a76c800927d93da006a1fc98..9fe5767512ea3bb07f4d331faba280d8247b5cd4 100644
--- a/third_party/WebKit/Source/core/events/AddEventListenerOptionsDefaults.h
+++ b/third_party/WebKit/Source/core/events/AddEventListenerOptionsDefaults.h
@@ -16,7 +16,6 @@ namespace blink {
enum class PassiveListenerDefault {
False, // Default of false.
True, // Default of true.
- DocumentTrue, // Default of true for document level elements, false otherwise.
ForceAllTrue // Force all values to be true even when specified.
};
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | third_party/WebKit/Source/core/events/EventTarget.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698