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

Side by Side Diff: client/dom/generated/src/frog/HTMLButtonElement.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 HTMLButtonElement extends HTMLElement native "*HTMLButtonElement" { 2 class HTMLButtonElement extends HTMLElement native "*HTMLButtonElement" {
3 3
4 String accessKey;
5
4 bool autofocus; 6 bool autofocus;
5 7
6 bool disabled; 8 bool disabled;
7 9
8 HTMLFormElement form; 10 HTMLFormElement form;
9 11
10 String formAction; 12 String formAction;
11 13
12 String formEnctype; 14 String formEnctype;
13 15
(...skipping 16 matching lines...) Expand all
30 String value; 32 String value;
31 33
32 bool willValidate; 34 bool willValidate;
33 35
34 bool checkValidity() native; 36 bool checkValidity() native;
35 37
36 void click() native; 38 void click() native;
37 39
38 void setCustomValidity(String error) native; 40 void setCustomValidity(String error) native;
39 } 41 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/HTMLAreaElement.dart ('k') | client/dom/generated/src/frog/HTMLDocument.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698