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

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

Issue 1201193005: Move UIEvent.pageX/pageY/layerX/layerY to MouseEvent (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase again; UseCounter changed already again 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/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 d4e3e2b46a29f998146dd124d92faa1f91b2ec17..50e34acd34a34bf0ae0cd0f6f2ccfee7e86387d1 100644
--- a/Source/core/events/UIEvent.idl
+++ b/Source/core/events/UIEvent.idl
@@ -34,12 +34,6 @@
[Default=Undefined] optional Window? view,
[Default=Undefined] optional long detail);
- // Non-standard
- [MeasureAs=UIEventLayerX] readonly attribute long layerX;
- [MeasureAs=UIEventLayerY] readonly attribute long layerY;
- [MeasureAs=UIEventPageX] readonly attribute long pageX;
- [MeasureAs=UIEventPageY] readonly attribute long pageY;
-
// FIXME: these belong on the KeyboardEvent interface
[MeasureAs=UIEventCharCode] readonly attribute long charCode;
[MeasureAs=UIEventKeyCode] readonly attribute long keyCode;
« 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