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

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

Issue 10908003: Revert revision 11570, this still has dartium failures. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 3 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 | « lib/dom/dart2js/dom_dart2js.dart ('k') | lib/dom/idl/dart/dart.idl » ('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('dart:dom_deprecated'); 1 #library('dart:dom_deprecated');
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
11 11
12 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 12 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
13 // for details. All rights reserved. Use of this source code is governed by a 13 // for details. All rights reserved. Use of this source code is governed by a
14 // BSD-style license that can be found in the LICENSE file. 14 // BSD-style license that can be found in the LICENSE file.
15 15
16 class _ArrayBufferFactoryProvider { 16 class _ArrayBufferFactoryProvider {
17 factory ArrayBuffer(int length) => _dummy(); 17 factory ArrayBuffer(int length) => _dummy();
18 } 18 }
19 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 19 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
20 // for details. All rights reserved. Use of this source code is governed by a 20 // for details. All rights reserved. Use of this source code is governed by a
21 // BSD-style license that can be found in the LICENSE file. 21 // BSD-style license that can be found in the LICENSE file.
22 22
23 class _BlobFactoryProvider { 23 class _BlobFactoryProvider {
24 factory Blob(List blobParts, [String type, String endings]) => _dummy(); 24 factory Blob(List blobParts, [String type, String endings]) => _dummy();
25 } 25 }
26 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 26 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
27 // for details. All rights reserved. Use of this source code is governed by a 27 // for details. All rights reserved. Use of this source code is governed by a
28 // BSD-style license that can be found in the LICENSE file. 28 // BSD-style license that can be found in the LICENSE file.
29 29
30 class _DOMFormDataFactoryProvider {
31 factory DOMFormData([FormElement form]) => _dummy();
32 }
33 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
34 // for details. All rights reserved. Use of this source code is governed by a
35 // BSD-style license that can be found in the LICENSE file.
36
37 class _DOMParserFactoryProvider { 30 class _DOMParserFactoryProvider {
38 factory DOMParser() => _dummy(); 31 factory DOMParser() => _dummy();
39 } 32 }
40 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 33 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
41 // for details. All rights reserved. Use of this source code is governed by a 34 // for details. All rights reserved. Use of this source code is governed by a
42 // BSD-style license that can be found in the LICENSE file. 35 // BSD-style license that can be found in the LICENSE file.
43 36
44 class _DOMURLFactoryProvider { 37 class _DOMURLFactoryProvider {
45 factory DOMURL() => _dummy(); 38 factory DOMURL() => _dummy();
46 } 39 }
(...skipping 1485 matching lines...) Expand 10 before | Expand all | Expand 10 after
1532 final String name; 1525 final String name;
1533 1526
1534 final DirectoryEntrySync root; 1527 final DirectoryEntrySync root;
1535 } 1528 }
1536 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1529 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1537 // for details. All rights reserved. Use of this source code is governed by a 1530 // for details. All rights reserved. Use of this source code is governed by a
1538 // BSD-style license that can be found in the LICENSE file. 1531 // BSD-style license that can be found in the LICENSE file.
1539 1532
1540 // WARNING: Do not edit - generated code. 1533 // WARNING: Do not edit - generated code.
1541 1534
1542 interface FormData default _FormDataFactoryProvider { 1535 interface FormData {
1543
1544 FormData([FormElement form]);
1545 1536
1546 void append(String name, String value, String filename); 1537 void append(String name, String value, String filename);
1547 } 1538 }
1548 1539
1549 interface DOMFormData extends FormData { 1540 interface DOMFormData extends FormData {
1550 } 1541 }
1551 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1542 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1552 // for details. All rights reserved. Use of this source code is governed by a 1543 // for details. All rights reserved. Use of this source code is governed by a
1553 // BSD-style license that can be found in the LICENSE file. 1544 // BSD-style license that can be found in the LICENSE file.
1554 1545
(...skipping 11564 matching lines...) Expand 10 before | Expand all | Expand 10 after
13119 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 13110 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
13120 // for details. All rights reserved. Use of this source code is governed by a 13111 // for details. All rights reserved. Use of this source code is governed by a
13121 // BSD-style license that can be found in the LICENSE file. 13112 // BSD-style license that can be found in the LICENSE file.
13122 13113
13123 Window get window() => _dummy(); 13114 Window get window() => _dummy();
13124 13115
13125 // TODO(vsm): Remove when prefixes are supported. 13116 // TODO(vsm): Remove when prefixes are supported.
13126 Window get dom_window() => _dummy(); 13117 Window get dom_window() => _dummy();
13127 13118
13128 Document get document() => _dummy(); 13119 Document get document() => _dummy();
OLDNEW
« no previous file with comments | « lib/dom/dart2js/dom_dart2js.dart ('k') | lib/dom/idl/dart/dart.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698