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

Unified Diff: lib/html/dartium/html_dartium.dart

Side-by-side diff isn't available for this file because of its large size.
Issue 10860040: IDBOpenDBRequest is now in WebKit IDLs. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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:
Download patch
« no previous file with comments | « lib/html/dart2js/html_dart2js.dart ('k') | lib/html/src/IDBOpenDBRequest.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/html/dartium/html_dartium.dart
diff --git a/lib/html/dartium/html_dartium.dart b/lib/html/dartium/html_dartium.dart
index 5f6d135d0b2a4e0f14e6998b4afa5302b7b86712..1d1c9d204c22a80a643b87a483a1a4e96f86ef22 100644
--- a/lib/html/dartium/html_dartium.dart
+++ b/lib/html/dartium/html_dartium.dart
@@ -40625,28 +40625,6 @@ class _TextFactoryProvider {
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-// IDBOpenRequest is not in WebKit but is needed for FireFox. Dartium will not
-// implement this interface until it appears in the WebKit IDL.
-//
-// See:
-// http://www.w3.org/TR/IndexedDB/#request-api
-// http://dvcs.w3.org/hg/IndexedDB/raw-file/tip/Overview.html#request-api
-
-interface IDBOpenDBRequest extends IDBRequest {
-
- IDBOpenDBRequestEvents get on();
-}
-
-interface IDBOpenDBRequestEvents extends IDBRequestEvents {
-
- EventListenerList get blocked();
-
- EventListenerList get upgradeneeded();
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
-// for details. All rights reserved. Use of this source code is governed by a
-// BSD-style license that can be found in the LICENSE file.
-
_serialize(var message) {
return new _JsSerializer().traverse(message);
}
« no previous file with comments | « lib/html/dart2js/html_dart2js.dart ('k') | lib/html/src/IDBOpenDBRequest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698