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

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

Issue 725073003: Add UseCounters for UIEvent.charCode/keyCode/which (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 1 month 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/MouseEvent.idl ('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 4d025d8050b968d75e006eb29804a3a86692fd14..a747aa55a59203907308a0f77e9bf9623c612b30 100644
--- a/Source/core/events/UIEvent.idl
+++ b/Source/core/events/UIEvent.idl
@@ -36,7 +36,7 @@
[MeasureAs=UIEventPageY] readonly attribute long pageY;
// FIXME: these belong on the KeyboardEvent interface
- readonly attribute long keyCode;
- readonly attribute long charCode;
- readonly attribute long which;
+ [MeasureAs=UIEventCharCode] readonly attribute long charCode;
+ [MeasureAs=UIEventKeyCode] readonly attribute long keyCode;
+ [MeasureAs=UIEventWhich] readonly attribute long which;
};
« no previous file with comments | « Source/core/events/MouseEvent.idl ('k') | Source/core/frame/UseCounter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698