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

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

Issue 2850783002: Dart SDK Spelling b, c, and d. (Closed)
Patch Set: Created 3 years, 7 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
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 2441 matching lines...) Expand 10 before | Expand all | Expand 10 after
2452 " * ## Other resources", 2452 " * ## Other resources",
2453 " *", 2453 " *",
2454 " * * [Node.childNodes](https://developer.mozilla.org/en-US/docs/Web /API/Node.childNodes)", 2454 " * * [Node.childNodes](https://developer.mozilla.org/en-US/docs/Web /API/Node.childNodes)",
2455 " * from MDN.", 2455 " * from MDN.",
2456 " */" 2456 " */"
2457 ], 2457 ],
2458 "cloneNode": [ 2458 "cloneNode": [
2459 "/**", 2459 "/**",
2460 " * Returns a copy of this node.", 2460 " * Returns a copy of this node.",
2461 " *", 2461 " *",
2462 " * If [deep] is `true`, then all of this node's children and decend ents are", 2462 " * If [deep] is `true`, then all of this node's children and descen dents are",
2463 " * copied as well. If [deep] is `false`, then only this node is cop ied.", 2463 " * copied as well. If [deep] is `false`, then only this node is cop ied.",
2464 " *", 2464 " *",
2465 " * ## Other resources", 2465 " * ## Other resources",
2466 " *", 2466 " *",
2467 " * * [Node.cloneNode](https://developer.mozilla.org/en-US/docs/Web/ API/Node.cloneNode)", 2467 " * * [Node.cloneNode](https://developer.mozilla.org/en-US/docs/Web/ API/Node.cloneNode)",
2468 " * from MDN.", 2468 " * from MDN.",
2469 " */" 2469 " */"
2470 ], 2470 ],
2471 "contains": [ 2471 "contains": [
2472 "/**", 2472 "/**",
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
2619 " * The previous sibling node.", 2619 " * The previous sibling node.",
2620 " *", 2620 " *",
2621 " * ## Other resources", 2621 " * ## Other resources",
2622 " *", 2622 " *",
2623 " * * [Node.previousSibling](https://developer.mozilla.org/en-US/doc s/Web/API/Node.previousSibling)", 2623 " * * [Node.previousSibling](https://developer.mozilla.org/en-US/doc s/Web/API/Node.previousSibling)",
2624 " * from MDN.", 2624 " * from MDN.",
2625 " */" 2625 " */"
2626 ], 2626 ],
2627 "textContent": [ 2627 "textContent": [
2628 "/**", 2628 "/**",
2629 " * All text within this node and its decendents.", 2629 " * All text within this node and its descendents.",
2630 " *", 2630 " *",
2631 " * ## Other resources", 2631 " * ## Other resources",
2632 " *", 2632 " *",
2633 " * * [Node.textContent](https://developer.mozilla.org/en-US/docs/We b/API/Node.textContent)", 2633 " * * [Node.textContent](https://developer.mozilla.org/en-US/docs/We b/API/Node.textContent)",
2634 " * from MDN.", 2634 " * from MDN.",
2635 " */" 2635 " */"
2636 ] 2636 ]
2637 } 2637 }
2638 }, 2638 },
2639 "Notification": { 2639 "Notification": {
(...skipping 572 matching lines...) Expand 10 before | Expand all | Expand 10 after
3212 " *", 3212 " *",
3213 " * See [EventStreamProvider] for usage information.", 3213 " * See [EventStreamProvider] for usage information.",
3214 " */" 3214 " */"
3215 ], 3215 ],
3216 "send": [ 3216 "send": [
3217 "/**", 3217 "/**",
3218 " * Transmit data to the server over this connection.", 3218 " * Transmit data to the server over this connection.",
3219 " *", 3219 " *",
3220 " * This method accepts data of type [Blob], [ByteBuffer], [String], or", 3220 " * This method accepts data of type [Blob], [ByteBuffer], [String], or",
3221 " * [TypedData]. Named variants [sendBlob], [sendByteBuffer], [sendS tring],", 3221 " * [TypedData]. Named variants [sendBlob], [sendByteBuffer], [sendS tring],",
3222 " * or [sendTypedData], in constrast, only accept data of the specif ied type.", 3222 " * or [sendTypedData], in contrast, only accept data of the specifi ed type.",
3223 " */" 3223 " */"
3224 ] 3224 ]
3225 } 3225 }
3226 }, 3226 },
3227 "Window": { 3227 "Window": {
3228 "comment": [ 3228 "comment": [
3229 "/**", 3229 "/**",
3230 " * Top-level container for the current browser tab or window.", 3230 " * Top-level container for the current browser tab or window.",
3231 " *", 3231 " *",
3232 " * In a web browser, each window has a [Window] object, but within the context", 3232 " * In a web browser, each window has a [Window] object, but within the context",
(...skipping 961 matching lines...) Expand 10 before | Expand all | Expand 10 after
4194 " *", 4194 " *",
4195 " * By default the request is done asyncronously, with no user or pa ssword", 4195 " * By default the request is done asyncronously, with no user or pa ssword",
4196 " * authentication information. If `async` is false, the request wil l be send", 4196 " * authentication information. If `async` is false, the request wil l be send",
4197 " * synchronously.", 4197 " * synchronously.",
4198 " *", 4198 " *",
4199 " * Calling `open` again on a currently active request is equivalent to", 4199 " * Calling `open` again on a currently active request is equivalent to",
4200 " * calling `abort`.", 4200 " * calling `abort`.",
4201 " *", 4201 " *",
4202 " * Note: Most simple HTTP requests can be accomplished using the [g etString],", 4202 " * Note: Most simple HTTP requests can be accomplished using the [g etString],",
4203 " * [request], [requestCrossOrigin], or [postFormData] methods. Use of this", 4203 " * [request], [requestCrossOrigin], or [postFormData] methods. Use of this",
4204 " * `open` method is intended only for more complext HTTP requests w here", 4204 " * `open` method is intended only for more complex HTTP requests wh ere",
4205 " * finer-grained control is needed.", 4205 " * finer-grained control is needed.",
4206 " */" 4206 " */"
4207 ], 4207 ],
4208 "overrideMimeType": [ 4208 "overrideMimeType": [
4209 "/**", 4209 "/**",
4210 " * Specify a particular MIME type (such as `text/xml`) desired for the", 4210 " * Specify a particular MIME type (such as `text/xml`) desired for the",
4211 " * response.", 4211 " * response.",
4212 " *", 4212 " *",
4213 " * This value must be set before the request has been sent. See als o the list", 4213 " * This value must be set before the request has been sent. See als o the list",
4214 " * of [IANA Official MIME types](https://www.iana.org/assignments/m edia-types/media-types.xhtml)", 4214 " * of [IANA Official MIME types](https://www.iana.org/assignments/m edia-types/media-types.xhtml)",
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
4291 " * `text/xml` stream, unless responseType = 'document' and the requ est is", 4291 " * `text/xml` stream, unless responseType = 'document' and the requ est is",
4292 " * synchronous.", 4292 " * synchronous.",
4293 " */" 4293 " */"
4294 ], 4294 ],
4295 "send": [ 4295 "send": [
4296 "/**", 4296 "/**",
4297 " * Send the request with any given `data`.", 4297 " * Send the request with any given `data`.",
4298 " *", 4298 " *",
4299 " * Note: Most simple HTTP requests can be accomplished using the [g etString],", 4299 " * Note: Most simple HTTP requests can be accomplished using the [g etString],",
4300 " * [request], [requestCrossOrigin], or [postFormData] methods. Use of this", 4300 " * [request], [requestCrossOrigin], or [postFormData] methods. Use of this",
4301 " * `send` method is intended only for more complext HTTP requests w here", 4301 " * `send` method is intended only for more complex HTTP requests wh ere",
4302 " * finer-grained control is needed.", 4302 " * finer-grained control is needed.",
4303 " *", 4303 " *",
4304 " * ## Other resources", 4304 " * ## Other resources",
4305 " *", 4305 " *",
4306 " * * [XMLHttpRequest.send](https://developer.mozilla.org/en-US/docs /DOM/XMLHttpRequest#send%28%29)", 4306 " * * [XMLHttpRequest.send](https://developer.mozilla.org/en-US/docs /DOM/XMLHttpRequest#send%28%29)",
4307 " * from MDN.", 4307 " * from MDN.",
4308 " */" 4308 " */"
4309 ], 4309 ],
4310 "setRequestHeader": [ 4310 "setRequestHeader": [
4311 "/**", 4311 "/**",
(...skipping 888 matching lines...) Expand 10 before | Expand all | Expand 10 after
5200 " *", 5200 " *",
5201 " * See also:", 5201 " * See also:",
5202 " *", 5202 " *",
5203 " * * [Database.changeVersion](http://www.w3.org/TR/webdatabase/#dom -database-changeversion) from W3C.", 5203 " * * [Database.changeVersion](http://www.w3.org/TR/webdatabase/#dom -database-changeversion) from W3C.",
5204 " */" 5204 " */"
5205 ] 5205 ]
5206 } 5206 }
5207 } 5207 }
5208 } 5208 }
5209 } 5209 }
OLDNEW
« no previous file with comments | « tests/standalone/io/raw_secure_server_socket_test.dart ('k') | tools/dom/scripts/generate_blink_file.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698