Chromium Code Reviews

Unified Diff: client/html/generated/html/frog/IDBFactory.dart

Issue 9537001: Generate dart:html bindings for Dartium as well as Frog. All unittests now pass (or are disabled fo… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: client/html/generated/html/frog/IDBFactory.dart
diff --git a/client/html/generated/html/frog/IDBFactory.dart b/client/html/generated/html/frog/IDBFactory.dart
new file mode 100644
index 0000000000000000000000000000000000000000..03be2b284a25ad4da2661e5a97457667affb59c6
--- /dev/null
+++ b/client/html/generated/html/frog/IDBFactory.dart
@@ -0,0 +1,11 @@
+
+class _IDBFactoryImpl implements IDBFactory native "*IDBFactory" {
+
+ int cmp(_IDBKeyImpl first, _IDBKeyImpl second) native;
+
+ _IDBVersionChangeRequestImpl deleteDatabase(String name) native;
+
+ _IDBRequestImpl getDatabaseNames() native;
+
+ _IDBRequestImpl open(String name) native;
+}

Powered by Google App Engine