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

Side by Side Diff: client/html/generated/html/frog/AnchorElement.dart

Issue 9537001: Generate dart:html bindings for Dartium as well as Frog. All unittests now pass (or are disabled fo… (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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1
2 class _AnchorElementImpl extends _ElementImpl implements AnchorElement native "* HTMLAnchorElement" {
3
4 String charset;
5
6 String coords;
7
8 String download;
9
10 String hash;
11
12 String host;
13
14 String hostname;
15
16 String href;
17
18 String hreflang;
19
20 String name;
21
22 final String origin;
23
24 String pathname;
25
26 String ping;
27
28 String port;
29
30 String protocol;
31
32 String rel;
33
34 String rev;
35
36 String search;
37
38 String shape;
39
40 String target;
41
42 String type;
43
44 String toString() native;
45 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698