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

Unified Diff: tools/dom/docs/docs.json

Issue 66843009: Even more docs changes. (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | tools/dom/src/CrossFrameTypes.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/docs/docs.json
diff --git a/tools/dom/docs/docs.json b/tools/dom/docs/docs.json
index c33926e228a6ddaee9ad4c8663dde4e2b4a6fbdb..a00abcc8883789fb19ace836c4f73b86b064a8c9 100644
--- a/tools/dom/docs/docs.json
+++ b/tools/dom/docs/docs.json
@@ -3198,6 +3198,17 @@
" */"
],
"members": {
+ "alert": [
+ "/**",
+ " * Displays a modal alert to the user.",
+ " *",
+ " * ## Other resources",
+ " *",
+ " * * [User prompts]",
+ " * (http://www.whatwg.org/specs/web-apps/current-work/multipage/timers.html#user-prompts)",
+ " * from WHATWG.",
+ " */"
+ ],
"applicationCache": [
"/**",
" * The application cache for this window.",
@@ -3211,6 +3222,17 @@
" * from WHATWG.",
" */"
],
+ "confirm": [
+ "/**",
+ " * Displays a modal OK/Cancel prompt to the user.",
+ " *",
+ " * ## Other resources",
+ " *",
+ " * * [User prompts]",
+ " * (http://www.whatwg.org/specs/web-apps/current-work/multipage/timers.html#user-prompts)",
+ " * from WHATWG.",
+ " */"
+ ],
"crypto": [
"/**",
" * Entrypoint for the browser's cryptographic functions.",
@@ -3229,6 +3251,12 @@
" * * [The CSS interface](http://dev.w3.org/csswg/css-conditional/#the-css-interface) from W3C.",
" */"
],
+ "defaultStatus": [
+ "/// *Deprecated*."
+ ],
+ "defaultstatus": [
+ "/// *Deprecated*."
+ ],
"devicemotionEvent": [
"/**",
" * Static factory designed to expose `devicemotion` events to event",
@@ -3267,6 +3295,32 @@
" * See [EventStreamProvider] for usage information.",
" */"
],
+ "find": [
+ "/**",
+ " * Finds text in this window.",
+ " *",
+ " * ## Other resources",
+ " *",
+ " * * [Window.find]",
+ " * (https://developer.mozilla.org/en-US/docs/Web/API/Window.find) from MDN.",
+ " */"
+ ],
+ "getMatchedCSSRules": [
+ "/**",
+ " * Returns all CSS rules that apply to the element's pseudo-element.",
+ " */"
+ ],
+ "getSelection": [
+ "/**",
+ " * Returns the currently selected text.",
+ " *",
+ " * ## Other resources",
+ " *",
+ " * * [Window.getSelection]",
+ " * (https://developer.mozilla.org/en-US/docs/Web/API/Window.getSelection)",
+ " * from MDN.",
+ " */"
+ ],
"hashchangeEvent": [
"/**",
" * Static factory designed to expose `hashchange` events to event",
@@ -3334,6 +3388,19 @@
" * from WHATWG.",
" */"
],
+ "matchMedia": [
+ "/**",
+ " * Returns a list of media queries for the given query string.",
+ " *",
+ " * ## Other resources",
+ " *",
+ " * * [Testing media queries]",
+ " * (https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Testing_media_queries)",
+ " * from MDN.",
+ " * * [The MediaQueryList specification]",
+ " * (http://www.w3.org/TR/cssom-view/#the-mediaquerylist-interface) from W3C.",
+ " */"
+ ],
"menubar": [
"/**",
" * This window's menu bar, which displays menu commands.",
@@ -3353,6 +3420,20 @@
" * See [EventStreamProvider] for usage information.",
" */"
],
+ "moveBy": [
+ "/**",
+ " * Moves this window.",
+ " *",
+ " * x and y can be negative.",
+ " *",
+ " * ## Other resources",
+ " *",
+ " * * [Window.moveBy]",
+ " * (https://developer.mozilla.org/en-US/docs/Web/API/Window.moveBy) from MDN.",
+ " * * [Window.moveBy]",
+ " * (http://dev.w3.org/csswg/cssom-view/#dom-window-moveby) from W3C.",
+ " */"
+ ],
"name": [
"/**",
" * The name of this window.",
@@ -3567,6 +3648,9 @@
"onwebkitAnimationStart": [
"/// Stream of `animationstart` events handled by this [Window]."
],
+ "openDatabase": [
+ "/// *Deprecated.*"
+ ],
"outerHeight": [
"/**",
" * The height of this window including all user interface elements.",
@@ -3613,6 +3697,8 @@
" *",
" * ## Other resources",
" *",
+ " * * [The Screen interface specification]",
+ " * (http://www.w3.org/TR/cssom-view/#screen) from W3C.",
" * * [scrollX and pageXOffset]",
" * (https://developer.mozilla.org/en-US/docs/Web/API/Window.scrollX) from MDN.",
" */"
@@ -3625,10 +3711,25 @@
" *",
" * ## Other resources",
" *",
+ " * * [The Screen interface specification]",
+ " * (http://www.w3.org/TR/cssom-view/#screen) from W3C.",
" * * [scrollY and pageYOffset]",
" * (https://developer.mozilla.org/en-US/docs/Web/API/Window.scrollY) from MDN.",
" */"
],
+ "performance": [
+ "/**",
+ " * Timing and navigation data for this window.",
+ " *",
+ " * ## Other resources",
+ " *",
+ " * * [Measuring page load speed with navigation timeing]",
+ " * (http://www.html5rocks.com/en/tutorials/webperformance/basics/) from",
+ " * HTML5Rocks.",
+ " * * [Navigation timing specification]",
+ " * (http://www.w3.org/TR/navigation-timing/) from W3C.",
+ " */"
+ ],
"PERSISTENT": [
"/**",
" * Indicates that file system data cannot be cleared unless given user",
@@ -3650,6 +3751,16 @@
" * See [EventStreamProvider] for usage information.",
" */"
],
+ "print": [
+ "/**",
+ " * Opens the print dialog for this window.",
+ " *",
+ " * ## Other resources",
+ " *",
+ " * * [Window.print]",
+ " * (https://developer.mozilla.org/en-US/docs/Web/API/Window.print) from MDN.",
+ " */"
+ ],
"resizeEvent": [
"/**",
" * Static factory designed to expose `resize` events to event",
@@ -3658,6 +3769,57 @@
" * See [EventStreamProvider] for usage information.",
" */"
],
+ "screen": [
+ "/**",
+ " * Information about the screen displaying this window.",
+ " *",
+ " * ## Other resources",
+ " *",
+ " * * [The Screen interface specification]",
+ " * (http://www.w3.org/TR/cssom-view/#screen) from W3C.",
+ " */"
+ ],
+ "screenLeft": [
+ "/**",
+ " * The distance from the left side of the screen to the left side of this",
+ " * window.",
+ " *",
+ " * ## Other resources",
+ " *",
+ " * * [The Screen interface specification]",
+ " * (http://www.w3.org/TR/cssom-view/#screen) from W3C.",
+ " */"
+ ],
+ "screenTop": [
+ "/**",
+ " * The distance from the top of the screen to the top of this window.",
+ " *",
+ " * ## Other resources",
+ " *",
+ " * * [The Screen interface specification]",
+ " * (http://www.w3.org/TR/cssom-view/#screen) from W3C.",
+ " */"
+ ],
+ "screenX": [
+ "/**",
+ " * The distance from the left side of the screen to the mouse pointer.",
+ " *",
+ " * ## Other resources",
+ " *",
+ " * * [The Screen interface specification]",
+ " * (http://www.w3.org/TR/cssom-view/#screen) from W3C.",
+ " */"
+ ],
+ "screenY": [
+ "/**",
+ " * The distance from the top of the screen to the mouse pointer.",
+ " *",
+ " * ## Other resources",
+ " *",
+ " * * [The Screen interface specification]",
+ " * (http://www.w3.org/TR/cssom-view/#screen) from W3C.",
+ " */"
+ ],
"scrollbars": [
"/**",
" * This window's scroll bars.",
@@ -3669,6 +3831,16 @@
" * from WHATWG.",
" */"
],
+ "self": [
+ "/**",
+ " * The current window.",
+ " *",
+ " * ## Other resources",
+ " *",
+ " * * [Window.self]",
+ " * (https://developer.mozilla.org/en-US/docs/Web/API/Window.self) from MDN.",
+ " */"
+ ],
"sessionStorage": [
"/**",
" * Storage for this window that is cleared when this session ends.",
@@ -3684,6 +3856,20 @@
" * (http://www.w3.org/TR/webstorage/#dom-sessionstorage) from W3C.",
" */"
],
+ "speechSynthesis": [
+ "/**",
+ " * Access to speech synthesis in the browser.",
+ " *",
+ " * ## Other resources",
+ " *",
+ " * * [Web speech specification]",
+ " * (https://dvcs.w3.org/hg/speech-api/raw-file/tip/speechapi.html#tts-section)",
+ " * from W3C.",
+ " */"
+ ],
+ "status": [
+ "/// *Deprecated*."
+ ],
"statusbar": [
"/**",
" * This window's status bar.",
@@ -3703,6 +3889,17 @@
" * See [EventStreamProvider] for usage information.",
" */"
],
+ "styleMedia": [
+ "/**",
+ " * Access to CSS media queries.",
+ " *",
+ " * ## Other resources",
+ " *",
+ " * * [StyleMedia class reference]",
+ " * (https://developer.apple.com/library/safari/documentation/SafariDOMAdditions/Reference/StyleMedia/StyleMedia/StyleMedia.html)",
+ " * from Safari Developer Library.",
+ " */"
+ ],
"TEMPORARY": [
"/**",
" * Indicates that file system data can be cleared at any time.",
@@ -3757,6 +3954,16 @@
" *",
" * See [EventStreamProvider] for usage information.",
" */"
+ ],
+ "window": [
+ "/**",
+ " * The current window.",
+ " *",
+ " * ## Other resources",
+ " *",
+ " * * [Window.window]",
+ " * (https://developer.mozilla.org/en-US/docs/Web/API/Window.window) from MDN.",
+ " */"
]
}
},
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | tools/dom/src/CrossFrameTypes.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698