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

Unified Diff: third_party/WebKit/Source/core/dom/GlobalEventHandlers.idl

Issue 2163893003: Start sending auxclick instead of click for non-primary buttons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Another rebase Created 4 years, 4 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/dom/GlobalEventHandlers.idl
diff --git a/third_party/WebKit/Source/core/dom/GlobalEventHandlers.idl b/third_party/WebKit/Source/core/dom/GlobalEventHandlers.idl
index 2f3df5b8c93e4f9c9009af8c3567ec21e90725a1..bb373e48cb6d63bd823b7f1326682183b18e2e1a 100644
--- a/third_party/WebKit/Source/core/dom/GlobalEventHandlers.idl
+++ b/third_party/WebKit/Source/core/dom/GlobalEventHandlers.idl
@@ -96,6 +96,10 @@
attribute EventHandler onvolumechange;
attribute EventHandler onwaiting;
+ // auxclick
+ // https://navidz.github.io/auxclick/
+ [RuntimeEnabled=Auxclick] attribute EventHandler onauxclick;
+
// Pointer Events
// https://w3c.github.io/pointerevents/#extensions-to-the-globaleventhandlers-interface
[RuntimeEnabled=PointerEvent] attribute EventHandler onpointerdown;
« no previous file with comments | « third_party/WebKit/Source/core/dom/GlobalEventHandlers.h ('k') | third_party/WebKit/Source/core/events/EventTarget.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698