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

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

Issue 13116021: Fix docs.dart, which has been sad and neglected. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 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 | « tools/dom/docs/bin/docs.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 084eca428bbd919cd755eb2da93af21bee2bf1ec..568e824d90007331ca2915773f60b1032a8e19c8 100644
--- a/tools/dom/docs/docs.json
+++ b/tools/dom/docs/docs.json
@@ -343,6 +343,30 @@
" */"
]
},
+ "WorkerContext": {
+ "members": {
+ "webkitRequestFileSystem": [
+ "/**",
+ " * Access a sandboxed file system of the specified `size`. If `persistent` is",
+ " * true, the application will request permission from the user to create",
+ " * lasting storage. This storage cannot be freed without the user's",
+ " * permission. Returns a [Future] whose value stores a reference to the",
+ " * sandboxed file system for use. Because the file system is sandboxed,",
+ " * applications cannot access file systems created in other web pages. ",
+ " */"
+ ],
+ "webkitRequestFileSystemSync": [
+ "/**",
+ " * Access a sandboxed file system of the specified `size`. If `persistent` is",
+ " * true, the application will request permission from the user to create",
+ " * lasting storage. This storage cannot be freed without the user's",
+ " * permission. This call will block until a reference to the synchronous file ",
+ " * system API has been obtained. Because the file system is sandboxed,",
+ " * applications cannot access file systems created in other web pages. ",
+ " */"
+ ]
+ }
+ },
"XMLHttpRequest": {
"members": {
"abort": [
« no previous file with comments | « tools/dom/docs/bin/docs.dart ('k') | tools/dom/docs/lib/docs.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698