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

Unified Diff: tools/dom/docs/docs.json

Issue 12334086: Added Web SQL to the docs.json generation. (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sdk/lib/web_sql/dartium/web_sql_dartium.dart ('k') | tools/dom/docs/lib/docs.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/docs/docs.json
diff --git a/tools/dom/docs/docs.json b/tools/dom/docs/docs.json
index 9a34601fa77714e4900bc644c01d93e93b8366e3..936da3b2685aa5c7eca339bcb0534b7ded8e4ece 100644
--- a/tools/dom/docs/docs.json
+++ b/tools/dom/docs/docs.json
@@ -528,5 +528,25 @@
]
}
}
+ },
+ "dart.dom.web_sql": {
+ "Database": {
+ "members": {
+ "changeVersion": [
+ "/**",
+ " * Atomically update the database version to [newVersion], asynchronously",
+ " * running [callback] on the [SqlTransaction] representing this",
+ " * [changeVersion] transaction.",
+ " *",
+ " * If [callback] runs successfully, then [successCallback] is called.",
+ " * Otherwise, [errorCallback] is called.",
+ " *",
+ " * [oldVersion] should match the database's current [version] exactly.",
+ " *",
+ " * * [Database.changeVersion](http://www.w3.org/TR/webdatabase/#dom-database-changeversion) from W3C.",
+ " */"
+ ]
+ }
+ }
}
}
« no previous file with comments | « sdk/lib/web_sql/dartium/web_sql_dartium.dart ('k') | tools/dom/docs/lib/docs.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698