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

Unified Diff: client/dom/generated/src/frog/HTMLTableElement.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/HTMLTableElement.dart
diff --git a/client/dom/generated/src/frog/HTMLTableElement.dart b/client/dom/generated/src/frog/HTMLTableElement.dart
deleted file mode 100644
index 93c535408a579214fdfabe232ecaf9827bda4de8..0000000000000000000000000000000000000000
--- a/client/dom/generated/src/frog/HTMLTableElement.dart
+++ /dev/null
@@ -1,47 +0,0 @@
-
-class _HTMLTableElementJs extends _HTMLElementJs implements HTMLTableElement native "*HTMLTableElement" {
-
- String align;
-
- String bgColor;
-
- String border;
-
- _HTMLTableCaptionElementJs caption;
-
- String cellPadding;
-
- String cellSpacing;
-
- String frame;
-
- final _HTMLCollectionJs rows;
-
- String rules;
-
- String summary;
-
- final _HTMLCollectionJs tBodies;
-
- _HTMLTableSectionElementJs tFoot;
-
- _HTMLTableSectionElementJs tHead;
-
- String width;
-
- _HTMLElementJs createCaption() native;
-
- _HTMLElementJs createTFoot() native;
-
- _HTMLElementJs createTHead() native;
-
- void deleteCaption() native;
-
- void deleteRow(int index) native;
-
- void deleteTFoot() native;
-
- void deleteTHead() native;
-
- _HTMLElementJs insertRow(int index) native;
-}
« no previous file with comments | « client/dom/generated/src/frog/HTMLTableColElement.dart ('k') | client/dom/generated/src/frog/HTMLTableRowElement.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698