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

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

Issue 61593005: Updated with comments from kathyw. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 1 month 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') | tools/dom/src/CanvasImageSource.dart » ('j') | 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.",
(...skipping 3115 matching lines...) Expand 10 before | Expand all | Expand 10 after
3126 " *", 3126 " *",
3127 " * // Write to the console.", 3127 " * // Write to the console.",
3128 " * window.console.log('Jinkies!');", 3128 " * window.console.log('Jinkies!');",
3129 " * window.console.error('Jeepers!');", 3129 " * window.console.error('Jeepers!');",
3130 " *", 3130 " *",
3131 " * **Note:** This class represents only the current window, while [Wind owBase]", 3131 " * **Note:** This class represents only the current window, while [Wind owBase]",
3132 " * is a representation of any window, including other tabs, windows, an d frames.", 3132 " * is a representation of any window, including other tabs, windows, an d frames.",
3133 " *", 3133 " *",
3134 " * ## See also", 3134 " * ## See also",
3135 " *", 3135 " *",
3136 " * [WindowBase]", 3136 " * * [WindowBase]",
3137 " *", 3137 " *",
3138 " * ## Other resources", 3138 " * ## Other resources",
3139 " *", 3139 " *",
3140 " * * [DOM Window](https://developer.mozilla.org/en-US/docs/DOM/window) from MDN.", 3140 " * * [DOM Window](https://developer.mozilla.org/en-US/docs/DOM/window) from MDN.",
3141 " * * [Window](http://www.w3.org/TR/Window/) from the W3C.", 3141 " * * [Window](http://www.w3.org/TR/Window/) from the W3C.",
3142 " */" 3142 " */"
3143 ], 3143 ],
3144 "members": { 3144 "members": {
3145 "devicemotionEvent": [ 3145 "devicemotionEvent": [
3146 "/**", 3146 "/**",
(...skipping 1420 matching lines...) Expand 10 before | Expand all | Expand 10 after
4567 " *", 4567 " *",
4568 " * [oldVersion] should match the database's current [version] exact ly.", 4568 " * [oldVersion] should match the database's current [version] exact ly.",
4569 " *", 4569 " *",
4570 " * * [Database.changeVersion](http://www.w3.org/TR/webdatabase/#dom -database-changeversion) from W3C.", 4570 " * * [Database.changeVersion](http://www.w3.org/TR/webdatabase/#dom -database-changeversion) from W3C.",
4571 " */" 4571 " */"
4572 ] 4572 ]
4573 } 4573 }
4574 } 4574 }
4575 } 4575 }
4576 } 4576 }
OLDNEW
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | tools/dom/src/CanvasImageSource.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698