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

Side by Side Diff: sdk/lib/indexed_db/dartium/indexed_db_dartium.dart

Issue 12082122: Add supported checks to the SVG library, and library cleanup. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 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
OLDNEW
1 library dart.dom.indexed_db; 1 library dart.dom.indexed_db;
2 2
3 import 'dart:async'; 3 import 'dart:async';
4 import 'dart:html'; 4 import 'dart:html';
5 import 'dart:html_common'; 5 import 'dart:html_common';
6 import 'dart:nativewrappers'; 6 import 'dart:nativewrappers';
7 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
8 // for details. All rights reserved. Use of this source code is governed by a 8 // for details. All rights reserved. Use of this source code is governed by a
9 // BSD-style license that can be found in the LICENSE file. 9 // BSD-style license that can be found in the LICENSE file.
10 10
(...skipping 1038 matching lines...) Expand 10 before | Expand all | Expand 10 after
1049 } 1049 }
1050 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1050 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1051 // for details. All rights reserved. Use of this source code is governed by a 1051 // for details. All rights reserved. Use of this source code is governed by a
1052 // BSD-style license that can be found in the LICENSE file. 1052 // BSD-style license that can be found in the LICENSE file.
1053 1053
1054 // WARNING: Do not edit - generated code. 1054 // WARNING: Do not edit - generated code.
1055 1055
1056 1056
1057 @DocsEditable 1057 @DocsEditable
1058 @DomName('IDBAny') 1058 @DomName('IDBAny')
1059 class _Any extends NativeFieldWrapperClass1 { 1059 class _IDBAny extends NativeFieldWrapperClass1 {
1060 _Any.internal(); 1060 _IDBAny.internal();
1061 1061
1062 } 1062 }
OLDNEW
« no previous file with comments | « sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart ('k') | sdk/lib/svg/dart2js/svg_dart2js.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698