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

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