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

Side by Side Diff: client/dom/generated/src/frog/HTMLElement.dart

Issue 9103001: Revert "Refresh dart:dom" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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 HTMLElement extends Element native "HTMLElement" { 2 class HTMLElement extends Element native "HTMLElement" {
3 3
4 String accessKey;
5
6 HTMLCollection children; 4 HTMLCollection children;
7 5
8 DOMTokenList classList; 6 DOMTokenList classList;
9 7
10 String className; 8 String className;
11 9
12 String contentEditable; 10 String contentEditable;
13 11
14 String dir; 12 String dir;
15 13
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 String title; 48 String title;
51 49
52 String webkitdropzone; 50 String webkitdropzone;
53 51
54 Element insertAdjacentElement(String where, Element element) native; 52 Element insertAdjacentElement(String where, Element element) native;
55 53
56 void insertAdjacentHTML(String where, String html) native; 54 void insertAdjacentHTML(String where, String html) native;
57 55
58 void insertAdjacentText(String where, String text) native; 56 void insertAdjacentText(String where, String text) native;
59 } 57 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/HTMLDocument.dart ('k') | client/dom/generated/src/frog/HTMLInputElement.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698