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

Unified Diff: Source/core/events/MouseEvent.idl

Issue 998903002: Enable MouseEvent buttons attribute by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 9 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 | « no previous file | Source/platform/RuntimeEnabledFeatures.in » ('j') | Source/platform/RuntimeEnabledFeatures.in » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/MouseEvent.idl
diff --git a/Source/core/events/MouseEvent.idl b/Source/core/events/MouseEvent.idl
index 1262dfc226b09652ff1c54a266cd2cf6b864e4ad..b0e8a67a6cc49aa3fb85c83bc85a2da3d93a9673 100644
--- a/Source/core/events/MouseEvent.idl
+++ b/Source/core/events/MouseEvent.idl
@@ -31,7 +31,7 @@
readonly attribute boolean altKey;
readonly attribute boolean metaKey;
readonly attribute unsigned short button;
- [RuntimeEnabled=MouseEventButtonsAttribute] readonly attribute unsigned short buttons;
Rick Byers 2015/03/12 14:15:54 leave this in place for a release - it makes it ea
+ readonly attribute unsigned short buttons;
readonly attribute EventTarget? relatedTarget;
[MeasureAs=MouseEventMovementX] readonly attribute long movementX;
[MeasureAs=MouseEventMovementY] readonly attribute long movementY;
« no previous file with comments | « no previous file | Source/platform/RuntimeEnabledFeatures.in » ('j') | Source/platform/RuntimeEnabledFeatures.in » ('J')

Powered by Google App Engine
This is Rietveld 408576698