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

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

Issue 10451105: Revert "Rework Element constructors" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 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 | lib/dom/frog/dom_frog.dart » ('j') | no next file with comments »
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 1657 matching lines...) Expand 10 before | Expand all | Expand 10 after
1668 bool contains(String string); 1668 bool contains(String string);
1669 1669
1670 String item(int index); 1670 String item(int index);
1671 } 1671 }
1672 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1672 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1673 // for details. All rights reserved. Use of this source code is governed by a 1673 // for details. All rights reserved. Use of this source code is governed by a
1674 // BSD-style license that can be found in the LICENSE file. 1674 // BSD-style license that can be found in the LICENSE file.
1675 1675
1676 // WARNING: Do not edit - generated code. 1676 // WARNING: Do not edit - generated code.
1677 1677
1678 interface DOMStringMap {
1679 }
1680 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1681 // for details. All rights reserved. Use of this source code is governed by a
1682 // BSD-style license that can be found in the LICENSE file.
1683
1684 // WARNING: Do not edit - generated code.
1685
1686 interface DOMTokenList { 1678 interface DOMTokenList {
1687 1679
1688 final int length; 1680 final int length;
1689 1681
1690 void add(String token); 1682 void add(String token);
1691 1683
1692 bool contains(String token); 1684 bool contains(String token);
1693 1685
1694 String item(int index); 1686 String item(int index);
1695 1687
(...skipping 11259 matching lines...) Expand 10 before | Expand all | Expand 10 after
12955 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 12947 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
12956 // for details. All rights reserved. Use of this source code is governed by a 12948 // for details. All rights reserved. Use of this source code is governed by a
12957 // BSD-style license that can be found in the LICENSE file. 12949 // BSD-style license that can be found in the LICENSE file.
12958 12950
12959 Window get window() => _dummy(); 12951 Window get window() => _dummy();
12960 12952
12961 // TODO(vsm): Remove when prefixes are supported. 12953 // TODO(vsm): Remove when prefixes are supported.
12962 Window get dom_window() => _dummy(); 12954 Window get dom_window() => _dummy();
12963 12955
12964 Document get document() => _dummy(); 12956 Document get document() => _dummy();
OLDNEW
« no previous file with comments | « no previous file | lib/dom/frog/dom_frog.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698