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

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
« no previous file with comments | « Source/core/events/UIEvent.cpp ('k') | Source/core/frame/UseCounter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
- [MeasureAs=UIEventKeyCode] readonly attribute long keyCode;
+ // FIXME: this belongs on the KeyboardEvent interface
[MeasureAs=UIEventWhich] readonly attribute long which;
};
« no previous file with comments | « Source/core/events/UIEvent.cpp ('k') | Source/core/frame/UseCounter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698