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

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

Issue 2975443002: Don't use `LinkedList` in the core libraries anymore. (Closed)
Patch Set: Rebase Created 3 years, 4 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
« no previous file with comments | « tools/dom/templates/html/dart2js/web_gl_dart2js.darttemplate ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // DO NOT EDIT - unless you are editing documentation as per: 1 // DO NOT EDIT - unless you are editing documentation as per:
2 // https://code.google.com/p/dart/wiki/ContributingHTMLDocumentation 2 // https://code.google.com/p/dart/wiki/ContributingHTMLDocumentation
3 // Auto-generated dart:audio library. 3 // Auto-generated dart:audio library.
4 4
5 /** 5 /**
6 * An API for storing data in the browser that can be queried with SQL. 6 * An API for storing data in the browser that can be queried with SQL.
7 * 7 *
8 * **Caution:** this specification is no longer actively maintained by the Web 8 * **Caution:** this specification is no longer actively maintained by the Web
9 * Applications Working Group and may be removed at any time. 9 * Applications Working Group and may be removed at any time.
10 * See [the W3C Web SQL Database specification](http://www.w3.org/TR/webdatabase /) 10 * See [the W3C Web SQL Database specification](http://www.w3.org/TR/webdatabase /)
11 * for more information. 11 * for more information.
12 * 12 *
13 * The [dart:indexed_db] APIs is a recommended alternatives. 13 * The [dart:indexed_db] APIs is a recommended alternatives.
14 */ 14 */
15 library dart.dom.web_sql; 15 library dart.dom.web_sql;
16 16
17 import 'dart:async'; 17 import 'dart:async';
18 import 'dart:collection'; 18 import 'dart:collection' hide LinkedList, LinkedListEntry;
19 import 'dart:_internal' show FixedLengthListMixin; 19 import 'dart:_internal' show FixedLengthListMixin;
20 import 'dart:html'; 20 import 'dart:html';
21 import 'dart:html_common'; 21 import 'dart:html_common';
22 import 'dart:_js_helper' show convertDartClosureToJS, Creates, JSName, Native, 22 import 'dart:_js_helper' show convertDartClosureToJS, Creates, JSName, Native,
23 JavaScriptIndexingBehavior; 23 JavaScriptIndexingBehavior;
24 import 'dart:_foreign_helper' show JS; 24 import 'dart:_foreign_helper' show JS;
25 import 'dart:_interceptors' show Interceptor; 25 import 'dart:_interceptors' show Interceptor;
26 26
27 $!GENERATED_DART_FILES 27 $!GENERATED_DART_FILES
OLDNEW
« no previous file with comments | « tools/dom/templates/html/dart2js/web_gl_dart2js.darttemplate ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698