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

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

Issue 10334003: Rework static method support. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Introducing AddStaticOperation Created 8 years, 7 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 1682 matching lines...) Expand 10 before | Expand all | Expand 10 after
1693 } 1693 }
1694 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1694 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1695 // for details. All rights reserved. Use of this source code is governed by a 1695 // for details. All rights reserved. Use of this source code is governed by a
1696 // BSD-style license that can be found in the LICENSE file. 1696 // BSD-style license that can be found in the LICENSE file.
1697 1697
1698 // WARNING: Do not edit - generated code. 1698 // WARNING: Do not edit - generated code.
1699 1699
1700 interface DOMURL default _DOMURLFactoryProvider { 1700 interface DOMURL default _DOMURLFactoryProvider {
1701 1701
1702 DOMURL(); 1702 DOMURL();
1703
1704 String createObjectURL(blob_OR_stream);
1705
1706 void revokeObjectURL(String url);
1707 } 1703 }
1708 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1704 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1709 // for details. All rights reserved. Use of this source code is governed by a 1705 // for details. All rights reserved. Use of this source code is governed by a
1710 // BSD-style license that can be found in the LICENSE file. 1706 // BSD-style license that can be found in the LICENSE file.
1711 1707
1712 // WARNING: Do not edit - generated code. 1708 // WARNING: Do not edit - generated code.
1713 1709
1714 interface Window extends EventTarget { 1710 interface Window extends EventTarget {
1715 1711
1716 final DOMApplicationCache applicationCache; 1712 final DOMApplicationCache applicationCache;
(...skipping 11199 matching lines...) Expand 10 before | Expand all | Expand 10 after
12916 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 12912 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
12917 // for details. All rights reserved. Use of this source code is governed by a 12913 // for details. All rights reserved. Use of this source code is governed by a
12918 // BSD-style license that can be found in the LICENSE file. 12914 // BSD-style license that can be found in the LICENSE file.
12919 12915
12920 Window get window() => _dummy(); 12916 Window get window() => _dummy();
12921 12917
12922 // TODO(vsm): Remove when prefixes are supported. 12918 // TODO(vsm): Remove when prefixes are supported.
12923 Window get dom_window() => _dummy(); 12919 Window get dom_window() => _dummy();
12924 12920
12925 Document get document() => _dummy(); 12921 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