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

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

Issue 1232403003: Removing UIEvent.keyCode and charCode. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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
Index: Source/core/events/UIEvent.idl
diff --git a/Source/core/events/UIEvent.idl b/Source/core/events/UIEvent.idl
index 7cb51a83bc6b87dd553eb9564e3f1fc384c7ce32..710144d38c92f2ef82488d5c2f81a5f4c86ffe04 100644
--- a/Source/core/events/UIEvent.idl
+++ b/Source/core/events/UIEvent.idl
@@ -34,8 +34,6 @@
[Default=Undefined] optional Window? view,
[Default=Undefined] optional long detail);
- // FIXME: these belong on the KeyboardEvent interface
- [MeasureAs=UIEventCharCode] readonly attribute long charCode;
philipj_slow 2015/07/13 13:58:59 Please also remove UIEventCharCode and UIEventKeyC
- [MeasureAs=UIEventKeyCode] readonly attribute long keyCode;
+ // FIXME: this belongs on the KeyboardEvent interface
[MeasureAs=UIEventWhich] readonly attribute long which;
};
« LayoutTests/fast/events/script-tests/init-events.js ('K') | « Source/core/events/UIEvent.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698