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

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

Issue 8588010: Regenerate from IDL with LANGUAGE_JAVASCRIPT on (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Map Array to List Created 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 1
2 class Event native "Event" { 2 class Event native "Event" {
3 3
4 bool bubbles; 4 bool bubbles;
5 5
6 bool cancelBubble; 6 bool cancelBubble;
7 7
8 bool cancelable; 8 bool cancelable;
9 9
10 Clipboard clipboardData;
11
10 EventTarget currentTarget; 12 EventTarget currentTarget;
11 13
12 bool defaultPrevented; 14 bool defaultPrevented;
13 15
14 int eventPhase; 16 int eventPhase;
15 17
16 bool returnValue; 18 bool returnValue;
17 19
18 EventTarget srcElement; 20 EventTarget srcElement;
19 21
20 EventTarget target; 22 EventTarget target;
21 23
22 int timeStamp; 24 int timeStamp;
23 25
24 String type; 26 String type;
25 27
26 void initEvent(String eventTypeArg, bool canBubbleArg, bool cancelableArg) nat ive; 28 void initEvent(String eventTypeArg, bool canBubbleArg, bool cancelableArg) nat ive;
27 29
28 void preventDefault() native; 30 void preventDefault() native;
29 31
30 void stopImmediatePropagation() native; 32 void stopImmediatePropagation() native;
31 33
32 void stopPropagation() native; 34 void stopPropagation() native;
33 35
34 var dartObjectLocalStorage; 36 var dartObjectLocalStorage;
35 37
36 String get typeName() native; 38 String get typeName() native;
37 } 39 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/Document.dart ('k') | client/dom/generated/src/frog/EventException.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698