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

Side by Side Diff: tools/dom/docs/docs.json

Issue 456043002: Document DOMApplicationCache as fix for https://code.google.com/p/dart/issues/detail?id=3688. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 4 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "dart.dom.html": { 2 "dart.dom.html": {
3 "AbstractWorker": { 3 "AbstractWorker": {
4 "members": { 4 "members": {
5 "errorEvent": [ 5 "errorEvent": [
6 "/**", 6 "/**",
7 " * Static factory designed to expose `error` events to event", 7 " * Static factory designed to expose `error` events to event",
8 " * handlers that are not necessarily instances of [AbstractWorker]. ", 8 " * handlers that are not necessarily instances of [AbstractWorker]. ",
9 " *", 9 " *",
10 " * See [EventStreamProvider] for usage information.", 10 " * See [EventStreamProvider] for usage information.",
11 " */" 11 " */"
12 ], 12 ],
13 "onerror": [ 13 "onerror": [
14 "/// Stream of `error` events handled by this [AbstractWorker]." 14 "/// Stream of `error` events handled by this [AbstractWorker]."
15 ] 15 ]
16 } 16 }
17 }, 17 },
18 "ApplicationCache": { 18 "ApplicationCache": {
19 "comment": [
20 "/**",
21 " * ApplicationCache is accessed via [Window.applicationCache].",
22 " */"
23 ],
19 "members": { 24 "members": {
20 "cachedEvent": [ 25 "cachedEvent": [
21 "/**", 26 "/**",
22 " * Static factory designed to expose `cached` events to event", 27 " * Static factory designed to expose `cached` events to event",
23 " * handlers that are not necessarily instances of [ApplicationCache ].", 28 " * handlers that are not necessarily instances of [ApplicationCache ].",
24 " *", 29 " *",
25 " * See [EventStreamProvider] for usage information.", 30 " * See [EventStreamProvider] for usage information.",
26 " */" 31 " */"
27 ], 32 ],
28 "checkingEvent": [ 33 "checkingEvent": [
(...skipping 5233 matching lines...) Expand 10 before | Expand all | Expand 10 after
5262 " *", 5267 " *",
5263 " * [oldVersion] should match the database's current [version] exact ly.", 5268 " * [oldVersion] should match the database's current [version] exact ly.",
5264 " *", 5269 " *",
5265 " * * [Database.changeVersion](http://www.w3.org/TR/webdatabase/#dom -database-changeversion) from W3C.", 5270 " * * [Database.changeVersion](http://www.w3.org/TR/webdatabase/#dom -database-changeversion) from W3C.",
5266 " */" 5271 " */"
5267 ] 5272 ]
5268 } 5273 }
5269 } 5274 }
5270 } 5275 }
5271 } 5276 }
OLDNEW
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698