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

Side by Side Diff: sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart

Issue 12038036: SVG Library cleanups and adding supported tag. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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
OLDNEW
1 library indexed_db; 1 library 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 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7 // for details. All rights reserved. Use of this source code is governed by a 7 // for details. All rights reserved. Use of this source code is governed by a
8 // BSD-style license that can be found in the LICENSE file. 8 // BSD-style license that can be found in the LICENSE file.
9 9
10 // DO NOT EDIT 10 // DO NOT EDIT
(...skipping 1253 matching lines...) Expand 10 before | Expand all | Expand 10 after
1264 @DocsEditable 1264 @DocsEditable
1265 EventListenerList get blocked => this['blocked']; 1265 EventListenerList get blocked => this['blocked'];
1266 } 1266 }
1267 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1267 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1268 // for details. All rights reserved. Use of this source code is governed by a 1268 // for details. All rights reserved. Use of this source code is governed by a
1269 // BSD-style license that can be found in the LICENSE file. 1269 // BSD-style license that can be found in the LICENSE file.
1270 1270
1271 1271
1272 @DocsEditable 1272 @DocsEditable
1273 @DomName('IDBAny') 1273 @DomName('IDBAny')
1274 class _Any native "*IDBAny" { 1274 class _IDBAny native "*IDBAny" {
1275 } 1275 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698