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

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

Issue 1159113007: Sync event interfaces with the UI Events spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 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/core/events/CompositionEventInit.idl ('k') | Source/core/events/FocusEvent.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/EventModifierInit.idl
diff --git a/Source/core/events/SharedKeyboardAndMouseEventInit.idl b/Source/core/events/EventModifierInit.idl
similarity index 59%
rename from Source/core/events/SharedKeyboardAndMouseEventInit.idl
rename to Source/core/events/EventModifierInit.idl
index 4d6aea1cba37138265e22a4fbcb5fa9f64c88a56..7c28e7878b4d936290f4881bbfcd03d00011444e 100644
--- a/Source/core/events/SharedKeyboardAndMouseEventInit.idl
+++ b/Source/core/events/EventModifierInit.idl
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// http://www.w3.org/TR/DOM-Level-3-Events/#idl-def-SharedKeyboardAndMouseEventInit
+// https://w3c.github.io/uievents/#idl-def-EventModifierInit
-dictionary SharedKeyboardAndMouseEventInit : UIEventInit {
+dictionary EventModifierInit : UIEventInit {
boolean ctrlKey = false;
boolean shiftKey = false;
boolean altKey = false;
boolean metaKey = false;
- // FIXME: Add keyModifilerXXX members when needed.
+ // FIXME: Add modifierXXX members when needed.
};
« no previous file with comments | « Source/core/events/CompositionEventInit.idl ('k') | Source/core/events/FocusEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698