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

Unified Diff: client/dom/generated/src/frog/HTMLElement.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/HTMLElement.dart
diff --git a/client/dom/generated/src/frog/HTMLElement.dart b/client/dom/generated/src/frog/HTMLElement.dart
deleted file mode 100644
index c66071f599394eac6eb27d8117e8f579a4738e1a..0000000000000000000000000000000000000000
--- a/client/dom/generated/src/frog/HTMLElement.dart
+++ /dev/null
@@ -1,51 +0,0 @@
-
-class _HTMLElementJs extends _ElementJs implements HTMLElement native "*HTMLElement" {
-
- String accessKey;
-
- final _HTMLCollectionJs children;
-
- final _DOMTokenListJs classList;
-
- String className;
-
- String contentEditable;
-
- String dir;
-
- bool draggable;
-
- bool hidden;
-
- String id;
-
- String innerHTML;
-
- String innerText;
-
- final bool isContentEditable;
-
- String lang;
-
- String outerHTML;
-
- String outerText;
-
- bool spellcheck;
-
- int tabIndex;
-
- String title;
-
- bool translate;
-
- String webkitdropzone;
-
- void click() native;
-
- _ElementJs insertAdjacentElement(String where, _ElementJs element) native;
-
- void insertAdjacentHTML(String where, String html) native;
-
- void insertAdjacentText(String where, String text) native;
-}
« no previous file with comments | « client/dom/generated/src/frog/HTMLDocument.dart ('k') | client/dom/generated/src/frog/HTMLEmbedElement.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698