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

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

Issue 64033002: Version 0.8.10.8 (Closed) Base URL: http://dart.googlecode.com/svn/trunk/
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 | « dart/tools/VERSION ('k') | dart/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 2293 matching lines...) Expand 10 before | Expand all | Expand 10 after
2304 "appendChild": [ 2304 "appendChild": [
2305 "/**", 2305 "/**",
2306 " * Adds a node to the end of the child [nodes] list of this node.", 2306 " * Adds a node to the end of the child [nodes] list of this node.",
2307 " *", 2307 " *",
2308 " * If the node already exists in this document, it will be removed from its", 2308 " * If the node already exists in this document, it will be removed from its",
2309 " * current parent node, then added to this node.", 2309 " * current parent node, then added to this node.",
2310 " *", 2310 " *",
2311 " * This method is more efficient than `nodes.add`, and is the prefe rred", 2311 " * This method is more efficient than `nodes.add`, and is the prefe rred",
2312 " * way of appending a child node.", 2312 " * way of appending a child node.",
2313 " */" 2313 " */"
2314 ],
2315 "childNodes": [
2316 "/**",
2317 " * A list of this node's children.",
2318 " *",
2319 " * ## Other resources",
2320 " *",
2321 " * * [Node.childNodes]",
2322 " * (https://developer.mozilla.org/en-US/docs/Web/API/Node.childNode s)",
2323 " * from MDN.",
2324 " */"
2325 ],
2326 "cloneNode": [
2327 "/**",
2328 " * Returns a copy of this node.",
2329 " *",
2330 " * If [deep] is `true`, then all of this node's children and decend ents are",
2331 " * copied as well. If [deep] is `false`, then only this node is cop ied.",
2332 " *",
2333 " * ## Other resources",
2334 " *",
2335 " * * [Node.cloneNode]",
2336 " * (https://developer.mozilla.org/en-US/docs/Web/API/Node.cloneNode ) from",
2337 " * MDN.",
2338 " */"
2339 ],
2340 "contains": [
2341 "/**",
2342 " * Returns true if this node contains the specified node.",
2343 " *",
2344 " * ## Other resources",
2345 " *",
2346 " * * [Node.contains]",
2347 " * (https://developer.mozilla.org/en-US/docs/Web/API/Node.contains) from MDN.",
2348 " */"
2349 ],
2350 "firstChild": [
2351 "/**",
2352 " * The first child of this node.",
2353 " *",
2354 " * ## Other resources",
2355 " *",
2356 " * * [Node.firstChild]",
2357 " * (https://developer.mozilla.org/en-US/docs/Web/API/Node.firstChil d)",
2358 " * from MDN.",
2359 " */"
2360 ],
2361 "hasChildNodes": [
2362 "/**",
2363 " * Returns true if this node has any children.",
2364 " *",
2365 " * ## Other resources",
2366 " *",
2367 " * * [Node.hasChildNodes]",
2368 " * (https://developer.mozilla.org/en-US/docs/Web/API/Node.hasChildN odes) from",
2369 " * MDN.",
2370 " */"
2371 ],
2372 "insertBefore": [
2373 "/**",
2374 " * Inserts all of the nodes into this node directly before refChild .",
2375 " *",
2376 " * ## Other resources",
2377 " *",
2378 " * * [Node.insertBefore]",
2379 " * (https://developer.mozilla.org/en-US/docs/Web/API/Node.insertBef ore) from",
2380 " * MDN.",
2381 " */"
2382 ],
2383 "lastChild": [
2384 "/**",
2385 " * The last child of this node.",
2386 " *",
2387 " * ## Other resources",
2388 " *",
2389 " * * [Node.lastChild]",
2390 " * (https://developer.mozilla.org/en-US/docs/Web/API/Node.lastChild )",
2391 " * from MDN.",
2392 " */"
2393 ],
2394 "nextSibling": [
2395 "/**",
2396 " * The next sibling node.",
2397 " *",
2398 " * ## Other resources",
2399 " *",
2400 " * * [Node.nextSibling]",
2401 " * (https://developer.mozilla.org/en-US/docs/Web/API/Node.nextSibli ng)",
2402 " * from MDN.",
2403 " */"
2404 ],
2405 "nodeName": [
2406 "/**",
2407 " * The name of this node.",
2408 " *",
2409 " * This varies by this node's [nodeType].",
2410 " *",
2411 " * ## Other resources",
2412 " *",
2413 " * * [Node.nodeName]",
2414 " * (https://developer.mozilla.org/en-US/docs/Web/API/Node.nodeName) ",
2415 " * from MDN. This page contains a table of [nodeName] values for ea ch",
2416 " * [nodeType].",
2417 " */"
2418 ],
2419 "nodeType": [
2420 "/**",
2421 " * The type of node.",
2422 " *",
2423 " * This value is one of:",
2424 " *",
2425 " * * [ATTRIBUTE_NODE] if this node is an attribute.",
2426 " * * [CDATA_SECTION_NODE] if this node is a [CDataSection].",
2427 " * * [COMMENT_NODE] if this node is a [Comment].",
2428 " * * [DOCUMENT_FRAGMENT_NODE] if this node is a [DocumentFragment]. ",
2429 " * * [DOCUMENT_NODE] if this node is a [Document].",
2430 " * * [DOCUMENT_TYPE_NODE] if this node is a [DocumentType] node.",
2431 " * * [ELEMENT_NODE] if this node is an [Element].",
2432 " * * [ENTITY_NODE] if this node is an entity.",
2433 " * * [ENTITY_REFERENCE_NODE] if this node is an entity reference.",
2434 " * * [NOTATION_NODE] if this node is a notation.",
2435 " * * [PROCESSING_INSTRUCTION_NODE] if this node is a [ProcessingIns truction].",
2436 " * * [TEXT_NODE] if this node is a [Text] node.",
2437 " *",
2438 " * ## Other resources",
2439 " *",
2440 " * * [Node.nodeType]",
2441 " * (https://developer.mozilla.org/en-US/docs/Web/API/Node.nodeType) from MDN.",
2442 " */"
2443 ],
2444 "nodeValue": [
2445 "/**",
2446 " * The value of this node.",
2447 " *",
2448 " * This varies by this type's [nodeType].",
2449 " *",
2450 " * ## Other resources",
2451 " *",
2452 " * * [Node.nodeValue]",
2453 " * (https://developer.mozilla.org/en-US/docs/Web/API/Node.nodeValue )",
2454 " * from MDN. This page contains a table of [nodeValue] values for e ach",
2455 " * [nodeType].",
2456 " */"
2457 ],
2458 "ownerDocument": [
2459 "/**",
2460 " * The document this node belongs to.",
2461 " *",
2462 " * Returns `null` if this node does not belong to any document.",
2463 " *",
2464 " * ## Other resources",
2465 " *",
2466 " * * [Node.ownerDocument]",
2467 " * (https://developer.mozilla.org/en-US/docs/Web/API/Node.ownerDocu ment) from",
2468 " * MDN.",
2469 " */"
2470 ],
2471 "parentElement": [
2472 "/**",
2473 " * The parent element of this node.",
2474 " *",
2475 " * Returns `null` if this node either does not have a parent or its parent is",
2476 " * not an element.",
2477 " *",
2478 " * ## Other resources",
2479 " *",
2480 " * * [Node.parentElement]",
2481 " * (https://developer.mozilla.org/en-US/docs/Web/API/Node.parentEle ment) from",
2482 " * W3C.",
2483 " */"
2484 ],
2485 "parentNode": [
2486 "/**",
2487 " * The parent node of this node.",
2488 " *",
2489 " * ## Other resources",
2490 " *",
2491 " * * [Node.parentNode]",
2492 " * (https://developer.mozilla.org/en-US/docs/Web/API/Node.parentNod e) from",
2493 " * MDN.",
2494 " */"
2495 ],
2496 "previousSibling": [
2497 "/**",
2498 " * The previous sibling node.",
2499 " *",
2500 " * ## Other resources",
2501 " *",
2502 " * * [Node.previousSibling]",
2503 " * (https://developer.mozilla.org/en-US/docs/Web/API/Node.previousS ibling)",
2504 " * from MDN.",
2505 " */"
2506 ],
2507 "textContent": [
2508 "/**",
2509 " * All text within this node and its decendents.",
2510 " *",
2511 " * ## Other resources",
2512 " *",
2513 " * * [Node.textContent]",
2514 " * (https://developer.mozilla.org/en-US/docs/Web/API/Node.textConte nt) from",
2515 " * MDN.",
2516 " */"
2314 ] 2517 ]
2315 } 2518 }
2316 }, 2519 },
2317 "Notification": { 2520 "Notification": {
2318 "members": { 2521 "members": {
2319 "clickEvent": [ 2522 "clickEvent": [
2320 "/**", 2523 "/**",
2321 " * Static factory designed to expose `click` events to event", 2524 " * Static factory designed to expose `click` events to event",
2322 " * handlers that are not necessarily instances of [Notification].", 2525 " * handlers that are not necessarily instances of [Notification].",
2323 " *", 2526 " *",
(...skipping 577 matching lines...) Expand 10 before | Expand all | Expand 10 after
2901 " */" 3104 " */"
2902 ] 3105 ]
2903 } 3106 }
2904 }, 3107 },
2905 "Window": { 3108 "Window": {
2906 "comment": [ 3109 "comment": [
2907 "/**", 3110 "/**",
2908 " * Top-level container for the current browser tab or window.", 3111 " * Top-level container for the current browser tab or window.",
2909 " *", 3112 " *",
2910 " * In a web browser, each window has a [Window] object, but within the context", 3113 " * In a web browser, each window has a [Window] object, but within the context",
2911 " * of a script, a [Window] object represents only the current window. I n", 3114 " * of a script, this object represents only the current window.",
2912 " * addition to the open window, each window, tab, and iframe has its ow n", 3115 " * Each other window, tab, and iframe has its own [Window] object.",
2913 " * [Window] object. A [Window] contains a [Document] object, which cont ains this",
2914 " * web page's content.",
2915 " *", 3116 " *",
2916 " * Use `window` to access properties of the current window. For example :", 3117 " * Each window contains a [Document] object, which contains all of the window's",
3118 " * content.",
3119 " *",
3120 " * Use the top-level `window` object to access the current window.",
3121 " * For example:",
2917 " *", 3122 " *",
2918 " * // Draw a scene when the window repaints.", 3123 " * // Draw a scene when the window repaints.",
2919 " * drawScene(num delta) {...}", 3124 " * drawScene(num delta) {...}",
2920 " * window.animationFrame.then(drawScene);.", 3125 " * window.animationFrame.then(drawScene);.",
2921 " *", 3126 " *",
2922 " * // Write to the console.", 3127 " * // Write to the console.",
2923 " * window.console.log('Jinkies!');", 3128 " * window.console.log('Jinkies!');",
2924 " * window.console.error('Jeepers!');", 3129 " * window.console.error('Jeepers!');",
2925 " *", 3130 " *",
2926 " * **Note:** This class represents the current window, whereas [WindowB ase] is", 3131 " * **Note:** This class represents only the current window, while [Wind owBase]",
2927 " * a representation of any window, including other tabs, windows, and f rames.", 3132 " * is a representation of any window, including other tabs, windows, an d frames.",
3133 " *",
3134 " * ## See also",
3135 " *",
3136 " * * [WindowBase]",
2928 " *", 3137 " *",
2929 " * ## Other resources", 3138 " * ## Other resources",
2930 " *", 3139 " *",
2931 " * * [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.",
2932 " * * [Window](http://www.w3.org/TR/Window/) from the W3C.", 3141 " * * [Window](http://www.w3.org/TR/Window/) from the W3C.",
2933 " */" 3142 " */"
2934 ], 3143 ],
2935 "members": { 3144 "members": {
2936 "devicemotionEvent": [ 3145 "devicemotionEvent": [
2937 "/**", 3146 "/**",
(...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after
3412 ], 3621 ],
3413 "send": [ 3622 "send": [
3414 "/**", 3623 "/**",
3415 " * Send the request with any given `data`.", 3624 " * Send the request with any given `data`.",
3416 " *", 3625 " *",
3417 " * Note: Most simple HTTP requests can be accomplished using the [g etString],", 3626 " * Note: Most simple HTTP requests can be accomplished using the [g etString],",
3418 " * [request], [requestCrossOrigin], or [postFormData] methods. Use of this", 3627 " * [request], [requestCrossOrigin], or [postFormData] methods. Use of this",
3419 " * `send` method is intended only for more complext HTTP requests w here", 3628 " * `send` method is intended only for more complext HTTP requests w here",
3420 " * finer-grained control is needed.", 3629 " * finer-grained control is needed.",
3421 " *", 3630 " *",
3422 " * See also:", 3631 " * ## Other resources",
3423 " *", 3632 " *",
3424 " * * [send](https://developer.mozilla.org/en-US/docs/DOM/XMLHttpR equest#send%28%29)", 3633 " * * [XMLHttpRequest.send]",
3634 " * (https://developer.mozilla.org/en-US/docs/DOM/XMLHttpRequest#sen d%28%29)",
3425 " * from MDN.", 3635 " * from MDN.",
3426 " */" 3636 " */"
3427 ], 3637 ],
3638 "setRequestHeader": [
3639 "/**",
3640 " * Sets the value of an HTTP requst header.",
3641 " *",
3642 " * This method should be called after the request is opened, but be fore",
3643 " * the request is sent.",
3644 " *",
3645 " * Multiple calls with the same header will combine all their value s into a",
3646 " * single header.",
3647 " *",
3648 " * ## Other resources",
3649 " *",
3650 " * * [XMLHttpRequest.setRequestHeader]",
3651 " * (https://developer.mozilla.org/en-US/docs/DOM/XMLHttpRequest#sen d%28%29)",
3652 " * from MDN.",
3653 " * * [The setRequestHeader() method]",
3654 " * (http://www.w3.org/TR/XMLHttpRequest/#the-setrequestheader()-met hod) from",
3655 " * W3C.",
3656 " */"
3657 ],
3428 "status": [ 3658 "status": [
3429 "/**", 3659 "/**",
3430 " * The http result code from the request (200, 404, etc).", 3660 " * The http result code from the request (200, 404, etc).",
3431 " * See also: [Http Status Codes](http://en.wikipedia.org/wiki/List_ of_HTTP_status_codes)", 3661 " * See also: [Http Status Codes](http://en.wikipedia.org/wiki/List_ of_HTTP_status_codes)",
3432 " */" 3662 " */"
3433 ], 3663 ],
3434 "statusText": [ 3664 "statusText": [
3435 "/**", 3665 "/**",
3436 " * The request response string (such as \\\"200 OK\\\").", 3666 " * The request response string (such as \\\"200 OK\\\").",
3437 " * See also: [Http Status Codes](http://en.wikipedia.org/wiki/List_ of_HTTP_status_codes)", 3667 " * See also: [Http Status Codes](http://en.wikipedia.org/wiki/List_ of_HTTP_status_codes)",
3438 " */" 3668 " */"
3439 ], 3669 ],
3670 "timeout": [
3671 "/**",
3672 " * Length of time before a request is automatically terminated.",
3673 " *",
3674 " * When the time has passed, a [TimeoutEvent] is dispatched.",
3675 " *",
3676 " * If [timeout] is set to 0, then the request will not time out.",
3677 " *",
3678 " * ## Other resources",
3679 " *",
3680 " * * [XMLHttpRequest.timeout]",
3681 " * (https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest #timeout)",
3682 " * from MDN.",
3683 " * * [The timeout attribute]",
3684 " * (http://www.w3.org/TR/XMLHttpRequest/#the-timeout-attribute)",
3685 " * from W3C.",
3686 " */"
3687 ],
3440 "upload": [ 3688 "upload": [
3441 "/**", 3689 "/**",
3442 " * [EventTarget] that can hold listeners to track the progress of t he request.", 3690 " * [EventTarget] that can hold listeners to track the progress of t he request.",
3443 " * The events fired will be members of [HttpRequestUploadEvents].", 3691 " * The events fired will be members of [HttpRequestUploadEvents].",
3444 " */" 3692 " */"
3445 ], 3693 ],
3446 "withCredentials": [ 3694 "withCredentials": [
3447 "/**", 3695 "/**",
3448 " * True if cross-site requests should use credentials such as cooki es", 3696 " * True if cross-site requests should use credentials such as cooki es",
3449 " * or authorization headers; false otherwise.", 3697 " * or authorization headers; false otherwise.",
(...skipping 869 matching lines...) Expand 10 before | Expand all | Expand 10 after
4319 " *", 4567 " *",
4320 " * [oldVersion] should match the database's current [version] exact ly.", 4568 " * [oldVersion] should match the database's current [version] exact ly.",
4321 " *", 4569 " *",
4322 " * * [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.",
4323 " */" 4571 " */"
4324 ] 4572 ]
4325 } 4573 }
4326 } 4574 }
4327 } 4575 }
4328 } 4576 }
OLDNEW
« no previous file with comments | « dart/tools/VERSION ('k') | dart/tools/dom/src/CanvasImageSource.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698