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

Unified Diff: client/dom/generated/src/frog/HTMLSelectElement.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/HTMLSelectElement.dart
diff --git a/client/dom/generated/src/frog/HTMLSelectElement.dart b/client/dom/generated/src/frog/HTMLSelectElement.dart
deleted file mode 100644
index 2e0a88abd5211b7e8e2c8169fd835fce52521d21..0000000000000000000000000000000000000000
--- a/client/dom/generated/src/frog/HTMLSelectElement.dart
+++ /dev/null
@@ -1,47 +0,0 @@
-
-class _HTMLSelectElementJs extends _HTMLElementJs implements HTMLSelectElement native "*HTMLSelectElement" {
-
- bool autofocus;
-
- bool disabled;
-
- final _HTMLFormElementJs form;
-
- final _NodeListJs labels;
-
- int length;
-
- bool multiple;
-
- String name;
-
- final _HTMLOptionsCollectionJs options;
-
- bool required;
-
- int selectedIndex;
-
- int size;
-
- final String type;
-
- final String validationMessage;
-
- final _ValidityStateJs validity;
-
- String value;
-
- final bool willValidate;
-
- void add(_HTMLElementJs element, _HTMLElementJs before) native;
-
- bool checkValidity() native;
-
- _NodeJs item(int index) native;
-
- _NodeJs namedItem(String name) native;
-
- void remove(var index_OR_option) native;
-
- void setCustomValidity(String error) native;
-}
« no previous file with comments | « client/dom/generated/src/frog/HTMLScriptElement.dart ('k') | client/dom/generated/src/frog/HTMLShadowElement.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698