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

Unified Diff: client/dom/generated/src/frog/DOMWindow.dart

Issue 8895013: Add enables consistent with Chrome's WebKit (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Alpha the ENABLEs Created 9 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/dom/generated/src/frog/Console.dart ('k') | client/dom/generated/src/frog/Document.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/generated/src/frog/DOMWindow.dart
diff --git a/client/dom/generated/src/frog/DOMWindow.dart b/client/dom/generated/src/frog/DOMWindow.dart
index 805111e4e554763e4ccdcc03b764014c46dfb26d..ba0c0c51502fb7d4bb1a8f9c10330d5b0da93658 100644
--- a/client/dom/generated/src/frog/DOMWindow.dart
+++ b/client/dom/generated/src/frog/DOMWindow.dart
@@ -97,8 +97,12 @@ class DOMWindow native "@*DOMWindow" {
DOMWindow top;
+ IDBFactory webkitIndexedDB;
+
NotificationCenter webkitNotifications;
+ StorageInfo webkitStorageInfo;
+
DOMURL webkitURL;
DOMWindow window;
@@ -143,6 +147,8 @@ class DOMWindow native "@*DOMWindow" {
DOMWindow open(String url, String name, [String options = null]) native;
+ Database openDatabase(String name, String version, String displayName, int estimatedSize, [DatabaseCallback creationCallback = null]) native;
+
void postMessage(String message, var messagePorts_OR_targetOrigin, [String targetOrigin = null]) native;
void print() native;
« no previous file with comments | « client/dom/generated/src/frog/Console.dart ('k') | client/dom/generated/src/frog/Document.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698