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

Unified Diff: client/dom/generated/src/frog/HTMLInputElement.dart

Issue 9663027: Remove generated directories with 100s of files. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 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 side-by-side diff with in-line comments
Download patch
Index: client/dom/generated/src/frog/HTMLInputElement.dart
diff --git a/client/dom/generated/src/frog/HTMLInputElement.dart b/client/dom/generated/src/frog/HTMLInputElement.dart
deleted file mode 100644
index 21d06e9149bb661cb029af1f98e83f2ecbafd162..0000000000000000000000000000000000000000
--- a/client/dom/generated/src/frog/HTMLInputElement.dart
+++ /dev/null
@@ -1,107 +0,0 @@
-
-class _HTMLInputElementJs extends _HTMLElementJs implements HTMLInputElement native "*HTMLInputElement" {
-
- String accept;
-
- String align;
-
- String alt;
-
- String autocomplete;
-
- bool autofocus;
-
- bool checked;
-
- bool defaultChecked;
-
- String defaultValue;
-
- String dirName;
-
- bool disabled;
-
- final _FileListJs files;
-
- final _HTMLFormElementJs form;
-
- String formAction;
-
- String formEnctype;
-
- String formMethod;
-
- bool formNoValidate;
-
- String formTarget;
-
- bool incremental;
-
- bool indeterminate;
-
- final _NodeListJs labels;
-
- String max;
-
- int maxLength;
-
- String min;
-
- bool multiple;
-
- String name;
-
- String pattern;
-
- String placeholder;
-
- bool readOnly;
-
- bool required;
-
- String selectionDirection;
-
- int selectionEnd;
-
- int selectionStart;
-
- int size;
-
- String src;
-
- String step;
-
- String type;
-
- String useMap;
-
- final String validationMessage;
-
- final _ValidityStateJs validity;
-
- String value;
-
- Date valueAsDate;
-
- num valueAsNumber;
-
- bool webkitGrammar;
-
- bool webkitSpeech;
-
- bool webkitdirectory;
-
- final bool willValidate;
-
- bool checkValidity() native;
-
- void select() native;
-
- void setCustomValidity(String error) native;
-
- void setSelectionRange(int start, int end, [String direction = null]) native;
-
- void stepDown([int n = null]) native;
-
- void stepUp([int n = null]) native;
-}
« no previous file with comments | « client/dom/generated/src/frog/HTMLImageElement.dart ('k') | client/dom/generated/src/frog/HTMLKeygenElement.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698