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

Side by Side Diff: tools/dom/templates/html/dart2js/html_dart2js.darttemplate

Issue 133273011: Revert "Rename internal library dart:_collection-dev to dart:_internal." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: reapply after revert. Created 6 years, 11 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 | « tools/create_sdk.py ('k') | tools/dom/templates/html/dart2js/svg_dart2js.darttemplate » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 // DO NOT EDIT - unless you are editing documentation as per: 5 // DO NOT EDIT - unless you are editing documentation as per:
6 // https://code.google.com/p/dart/wiki/ContributingHTMLDocumentation 6 // https://code.google.com/p/dart/wiki/ContributingHTMLDocumentation
7 // Auto-generated dart:html library. 7 // Auto-generated dart:html library.
8 8
9 /** 9 /**
10 * HTML elements and other resources for web-based applications that need to 10 * HTML elements and other resources for web-based applications that need to
(...skipping 16 matching lines...) Expand all
27 * and run its built-in examples. 27 * and run its built-in examples.
28 * 28 *
29 * * For even more examples, see 29 * * For even more examples, see
30 * [Dart HTML5 Samples](https://github.com/dart-lang/dart-html5-samples) 30 * [Dart HTML5 Samples](https://github.com/dart-lang/dart-html5-samples)
31 * on Github. 31 * on Github.
32 */ 32 */
33 library dart.dom.html; 33 library dart.dom.html;
34 34
35 import 'dart:async'; 35 import 'dart:async';
36 import 'dart:collection'; 36 import 'dart:collection';
37 import 'dart:_collection-dev' hide Symbol, deprecated; 37 import 'dart:_internal' hide Symbol, deprecated;
38 import 'dart:html_common'; 38 import 'dart:html_common';
39 import 'dart:indexed_db'; 39 import 'dart:indexed_db';
40 import 'dart:isolate'; 40 import 'dart:isolate';
41 import "dart:convert"; 41 import "dart:convert";
42 import 'dart:math'; 42 import 'dart:math';
43 import 'dart:typed_data'; 43 import 'dart:typed_data';
44 // Not actually used, but imported since dart:html can generate these objects. 44 // Not actually used, but imported since dart:html can generate these objects.
45 import 'dart:svg' as svg; 45 import 'dart:svg' as svg;
46 import 'dart:svg' show Matrix; 46 import 'dart:svg' show Matrix;
47 import 'dart:web_audio' as web_audio; 47 import 'dart:web_audio' as web_audio;
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 * 123 *
124 * This can only be called by subclasses from their created constructor. 124 * This can only be called by subclasses from their created constructor.
125 */ 125 */
126 HtmlElement.created() : super.created(); 126 HtmlElement.created() : super.created();
127 } 127 }
128 128
129 // EntryArray type was removed, so explicitly adding it to allow support for 129 // EntryArray type was removed, so explicitly adding it to allow support for
130 // older Chrome versions. 130 // older Chrome versions.
131 // Issue #12573. 131 // Issue #12573.
132 abstract class _EntryArray implements List<Entry> native "EntryArray" {} 132 abstract class _EntryArray implements List<Entry> native "EntryArray" {}
OLDNEW
« no previous file with comments | « tools/create_sdk.py ('k') | tools/dom/templates/html/dart2js/svg_dart2js.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698