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

Side by Side Diff: client/dom/generated/src/frog/MouseEvent.dart

Issue 9103001: Revert "Refresh dart:dom" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 11 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 1
2 class MouseEvent extends UIEvent native "*MouseEvent" { 2 class MouseEvent extends UIEvent native "*MouseEvent" {
3 3
4 bool altKey; 4 bool altKey;
5 5
6 int button; 6 int button;
7 7
8 int clientX; 8 int clientX;
9 9
10 int clientY; 10 int clientY;
(...skipping 13 matching lines...) Expand all
24 EventTarget relatedTarget; 24 EventTarget relatedTarget;
25 25
26 int screenX; 26 int screenX;
27 27
28 int screenY; 28 int screenY;
29 29
30 bool shiftKey; 30 bool shiftKey;
31 31
32 Node toElement; 32 Node toElement;
33 33
34 int webkitMovementX;
35
36 int webkitMovementY;
37
38 int x; 34 int x;
39 35
40 int y; 36 int y;
41 37
42 void initMouseEvent(String type, bool canBubble, bool cancelable, DOMWindow vi ew, int detail, int screenX, int screenY, int clientX, int clientY, bool ctrlKey , bool altKey, bool shiftKey, bool metaKey, int button, EventTarget relatedTarge t) native; 38 void initMouseEvent(String type, bool canBubble, bool cancelable, DOMWindow vi ew, int detail, int screenX, int screenY, int clientX, int clientY, bool ctrlKey , bool altKey, bool shiftKey, bool metaKey, int button, EventTarget relatedTarge t) native;
43 } 39 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/MediaController.dart ('k') | client/dom/generated/src/frog/Navigator.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698