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

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

Issue 9106002: Revert "Revert "Refresh dart:dom"" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: fix dartc issues 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
4 HTMLCollection children; 6 HTMLCollection children;
5 7
6 DOMTokenList classList; 8 DOMTokenList classList;
7 9
8 String className; 10 String className;
9 11
10 String contentEditable; 12 String contentEditable;
11 13
12 String dir; 14 String dir;
13 15
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 String title; 50 String title;
49 51
50 String webkitdropzone; 52 String webkitdropzone;
51 53
52 Element insertAdjacentElement(String where, Element element) native; 54 Element insertAdjacentElement(String where, Element element) native;
53 55
54 void insertAdjacentHTML(String where, String html) native; 56 void insertAdjacentHTML(String where, String html) native;
55 57
56 void insertAdjacentText(String where, String text) native; 58 void insertAdjacentText(String where, String text) native;
57 } 59 }
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