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

Side by Side Diff: client/dom/dom.dart

Issue 9695015: Provide DartDomNameOfAttribute (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: fix native 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
« no previous file with comments | « no previous file | client/dom/frog/dom_frog.dart » ('j') | client/dom/scripts/generator.py » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #library('dom'); 1 #library('dom');
2 2
3 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 3 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4 // for details. All rights reserved. Use of this source code is governed by a 4 // for details. All rights reserved. Use of this source code is governed by a
5 // BSD-style license that can be found in the LICENSE file. 5 // BSD-style license that can be found in the LICENSE file.
6 6
7 // DO NOT EDIT 7 // DO NOT EDIT
8 // Auto-generated Dart DOM library with no implementation. 8 // Auto-generated Dart DOM library with no implementation.
9 9
10 10
(...skipping 4764 matching lines...) Expand 10 before | Expand all | Expand 10 after
4775 interface HTMLTrackElement extends HTMLElement { 4775 interface HTMLTrackElement extends HTMLElement {
4776 4776
4777 static final int ERROR = 3; 4777 static final int ERROR = 3;
4778 4778
4779 static final int LOADED = 2; 4779 static final int LOADED = 2;
4780 4780
4781 static final int LOADING = 1; 4781 static final int LOADING = 1;
4782 4782
4783 static final int NONE = 0; 4783 static final int NONE = 0;
4784 4784
4785 bool defaultValue;
4786
4785 String kind; 4787 String kind;
4786 4788
4787 String label; 4789 String label;
4788 4790
4789 final int readyState; 4791 final int readyState;
4790 4792
4791 String src; 4793 String src;
4792 4794
4793 String srclang; 4795 String srclang;
4794 4796
(...skipping 7643 matching lines...) Expand 10 before | Expand all | Expand 10 after
12438 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 12440 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
12439 // for details. All rights reserved. Use of this source code is governed by a 12441 // for details. All rights reserved. Use of this source code is governed by a
12440 // BSD-style license that can be found in the LICENSE file. 12442 // BSD-style license that can be found in the LICENSE file.
12441 12443
12442 Window get window() => _dummy(); 12444 Window get window() => _dummy();
12443 12445
12444 // TODO(vsm): Remove when prefixes are supported. 12446 // TODO(vsm): Remove when prefixes are supported.
12445 Window get dom_window() => _dummy(); 12447 Window get dom_window() => _dummy();
12446 12448
12447 Document get document() => _dummy(); 12449 Document get document() => _dummy();
OLDNEW
« no previous file with comments | « no previous file | client/dom/frog/dom_frog.dart » ('j') | client/dom/scripts/generator.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698