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

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

Issue 9106002: Revert "Revert "Refresh dart:dom"" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: fix dartc issues 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 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;
7
8 String align; 6 String align;
9 7
10 String alt; 8 String alt;
11 9
12 String autocomplete; 10 String autocomplete;
13 11
14 bool autofocus; 12 bool autofocus;
15 13
16 bool checked; 14 bool checked;
17 15
18 bool defaultChecked; 16 bool defaultChecked;
19 17
20 String defaultValue; 18 String defaultValue;
21 19
20 String dirName;
21
22 bool disabled; 22 bool disabled;
23 23
24 FileList files; 24 FileList files;
25 25
26 HTMLFormElement form; 26 HTMLFormElement form;
27 27
28 String formAction; 28 String formAction;
29 29
30 String formEnctype; 30 String formEnctype;
31 31
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 void select() native; 104 void select() native;
105 105
106 void setCustomValidity(String error) native; 106 void setCustomValidity(String error) native;
107 107
108 void setSelectionRange(int start, int end, [String direction = null]) native; 108 void setSelectionRange(int start, int end, [String direction = null]) native;
109 109
110 void stepDown([int n = null]) native; 110 void stepDown([int n = null]) native;
111 111
112 void stepUp([int n = null]) native; 112 void stepUp([int n = null]) native;
113 } 113 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/HTMLElement.dart ('k') | client/dom/generated/src/frog/HTMLLabelElement.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698