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

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

Issue 14150010: Fixed broken link in documentation. (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 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 "CanvasGradient": { 3 "CanvasGradient": {
4 "comment": [ 4 "comment": [
5 "/**", 5 "/**",
6 " * An opaque canvas object representing a gradient.", 6 " * An opaque canvas object representing a gradient.",
7 " *", 7 " *",
8 " * Created by calling [createLinearGradient] or [createRadialGradient] on a", 8 " * Created by calling [createLinearGradient] or [createRadialGradient] on a",
9 " * [CanvasRenderingContext2D] object.", 9 " * [CanvasRenderingContext2D] object.",
10 " *", 10 " *",
(...skipping 518 matching lines...) Expand 10 before | Expand all | Expand 10 after
529 " * The response is processed as", 529 " * The response is processed as",
530 " * `text/xml` stream, unless responseType = 'document' and the requ est is", 530 " * `text/xml` stream, unless responseType = 'document' and the requ est is",
531 " * synchronous.", 531 " * synchronous.",
532 " */" 532 " */"
533 ], 533 ],
534 "send": [ 534 "send": [
535 "/**", 535 "/**",
536 " * Send the request with any given `data`.", 536 " * Send the request with any given `data`.",
537 " *", 537 " *",
538 " * See also:", 538 " * See also:",
539 " * [send() docs](https://developer.mozilla.org/en-US/docs/DOM/XMLHt tpRequest#send())", 539 " *",
540 " * * [send](https://developer.mozilla.org/en-US/docs/DOM/XMLHttpR equest#send%28%29)",
540 " * from MDN.", 541 " * from MDN.",
541 " */" 542 " */"
542 ], 543 ],
543 "status": [ 544 "status": [
544 "/**", 545 "/**",
545 " * The http result code from the request (200, 404, etc).", 546 " * The http result code from the request (200, 404, etc).",
546 " * See also: [Http Status Codes](http://en.wikipedia.org/wiki/List_ of_HTTP_status_codes)", 547 " * See also: [Http Status Codes](http://en.wikipedia.org/wiki/List_ of_HTTP_status_codes)",
547 " */" 548 " */"
548 ], 549 ],
549 "statusText": [ 550 "statusText": [
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
599 " *", 600 " *",
600 " * [oldVersion] should match the database's current [version] exact ly.", 601 " * [oldVersion] should match the database's current [version] exact ly.",
601 " *", 602 " *",
602 " * * [Database.changeVersion](http://www.w3.org/TR/webdatabase/#dom -database-changeversion) from W3C.", 603 " * * [Database.changeVersion](http://www.w3.org/TR/webdatabase/#dom -database-changeversion) from W3C.",
603 " */" 604 " */"
604 ] 605 ]
605 } 606 }
606 } 607 }
607 } 608 }
608 } 609 }
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