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

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

Issue 13730018: Fixing dartdoc generation. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 8 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 | « no previous file | no next file » | 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 ae6277b284da05460d8458d051bca89bc45dd975..09f9f5b0e5f66cde83c215ad3a098836485c76a4 100644
--- a/tools/dom/docs/docs.json
+++ b/tools/dom/docs/docs.json
@@ -343,30 +343,6 @@
" */"
]
},
- "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 | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698