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

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

Issue 8637013: Remove support for attribute event listeners. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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 HTMLInputElement extends HTMLElement native "HTMLInputElement" { 2 class HTMLInputElement extends HTMLElement native "HTMLInputElement" {
3 3
4 String accept; 4 String accept;
5 5
6 String accessKey; 6 String accessKey;
7 7
8 String align; 8 String align;
9 9
10 String alt; 10 String alt;
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 String max; 46 String max;
47 47
48 int maxLength; 48 int maxLength;
49 49
50 String min; 50 String min;
51 51
52 bool multiple; 52 bool multiple;
53 53
54 String name; 54 String name;
55 55
56 EventListener onwebkitspeechchange;
57
58 String pattern; 56 String pattern;
59 57
60 String placeholder; 58 String placeholder;
61 59
62 bool readOnly; 60 bool readOnly;
63 61
64 bool required; 62 bool required;
65 63
66 HTMLOptionElement selectedOption; 64 HTMLOptionElement selectedOption;
67 65
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 void select() native; 104 void select() native;
107 105
108 void setCustomValidity(String error) native; 106 void setCustomValidity(String error) native;
109 107
110 void setSelectionRange(int start, int end, [String direction = null]) native; 108 void setSelectionRange(int start, int end, [String direction = null]) native;
111 109
112 void stepDown([int n = null]) native; 110 void stepDown([int n = null]) native;
113 111
114 void stepUp([int n = null]) native; 112 void stepUp([int n = null]) native;
115 } 113 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/HTMLFrameSetElement.dart ('k') | client/dom/generated/src/frog/IDBDatabase.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698