| Index: tools/dom/docs/docs.json
|
| diff --git a/tools/dom/docs/docs.json b/tools/dom/docs/docs.json
|
| index b2182684f50c111dd65f0636e74626dbb1a89f42..b2fc10d5f7b3c76788152aed5a10700820903f66 100644
|
| --- a/tools/dom/docs/docs.json
|
| +++ b/tools/dom/docs/docs.json
|
| @@ -3198,6 +3198,37 @@
|
| " */"
|
| ],
|
| "members": {
|
| + "applicationCache": [
|
| + "/**",
|
| + " * The application cache for this window.",
|
| + " *",
|
| + " * ## Other resources",
|
| + " *",
|
| + " * * [A beginner's guide to using the application cache]",
|
| + " * (http://www.html5rocks.com/en/tutorials/appcache/beginner) from HTML5Rocks.",
|
| + " * * [Application cache API]",
|
| + " * (http://www.whatwg.org/specs/web-apps/current-work/multipage/offline.html#application-cache-api)",
|
| + " * from WHATWG.",
|
| + " */"
|
| + ],
|
| + "crypto": [
|
| + "/**",
|
| + " * Entrypoint for the browser's cryptographic functions.",
|
| + " *",
|
| + " * ## Other resources",
|
| + " *",
|
| + " * * [Web cryptography API](http://www.w3.org/TR/WebCryptoAPI/) from W3C.",
|
| + " */"
|
| + ],
|
| + "CSS": [
|
| + "/**",
|
| + " * Entrypoint for CSS-related functions.",
|
| + " *",
|
| + " * ## Other resources",
|
| + " *",
|
| + " * * [The CSS interface](http://dev.w3.org/csswg/css-conditional/#the-css-interface) from W3C.",
|
| + " */"
|
| + ],
|
| "devicemotionEvent": [
|
| "/**",
|
| " * Static factory designed to expose `devicemotion` events to event",
|
| @@ -3214,6 +3245,20 @@
|
| " * See [EventStreamProvider] for usage information.",
|
| " */"
|
| ],
|
| + "devicePixelRatio": [
|
| + "/**",
|
| + " * The ratio between physical pixels and logical CSS pixels.",
|
| + " *",
|
| + " * ## Other resources",
|
| + " *",
|
| + " * * [devicePixelRatio]",
|
| + " * (http://www.quirksmode.org/blog/archives/2012/06/devicepixelrati.html) from",
|
| + " * quirksmode.",
|
| + " * * [More about devicePixelRatio]",
|
| + " * (http://www.quirksmode.org/blog/archives/2012/07/more_about_devi.html) from",
|
| + " * quirksmode.",
|
| + " */"
|
| + ],
|
| "DOMContentLoadedEvent": [
|
| "/**",
|
| " * Static factory designed to expose `contentloaded` events to event",
|
| @@ -3230,6 +3275,76 @@
|
| " * See [EventStreamProvider] for usage information.",
|
| " */"
|
| ],
|
| + "history": [
|
| + "/**",
|
| + " * The current session history for this window's newest document.",
|
| + " *",
|
| + " * ## Other resources",
|
| + " *",
|
| + " * * [Loading web pages]",
|
| + " * (http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html)",
|
| + " * from WHATWG.",
|
| + " */"
|
| + ],
|
| + "innerHeight": [
|
| + "/**",
|
| + " * The height of the viewport including scrollbars.",
|
| + " *",
|
| + " * ## Other resources",
|
| + " *",
|
| + " * * [innerHeight]",
|
| + " * (http://docs.webplatform.org/wiki/css/cssom/properties/innerHeight) from",
|
| + " * WebPlatform.org.",
|
| + " */"
|
| + ],
|
| + "innerWidth": [
|
| + "/**",
|
| + " * The width of the viewport including scrollbars.",
|
| + " *",
|
| + " * ## Other resources",
|
| + " *",
|
| + " * * [innerWidth]",
|
| + " * (http://docs.webplatform.org/wiki/css/cssom/properties/innerWidth) from",
|
| + " * WebPlatform.org.",
|
| + " */"
|
| + ],
|
| + "localStorage": [
|
| + "/**",
|
| + " * Storage for this window that persists across sessions.",
|
| + " *",
|
| + " * ## Other resources",
|
| + " *",
|
| + " * * [DOM storage guide]",
|
| + " * (https://developer.mozilla.org/en-US/docs/Web/Guide/API/DOM/Storage) from",
|
| + " * MDN.",
|
| + " * * [The past, present & future of local storage for web applications]",
|
| + " * (http://diveintohtml5.info/storage.html) from Dive Into HTML5.",
|
| + " * * [Local storage specification]",
|
| + " * (http://www.w3.org/TR/webstorage/#the-localstorage-attribute) from W3C.",
|
| + " */"
|
| + ],
|
| + "locationbar": [
|
| + "/**",
|
| + " * This window's location bar, which displays the URL.",
|
| + " *",
|
| + " * ## Other resources",
|
| + " *",
|
| + " * * [Browser interface elements]",
|
| + " * (http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#browser-interface-elements)",
|
| + " * from WHATWG.",
|
| + " */"
|
| + ],
|
| + "menubar": [
|
| + "/**",
|
| + " * This window's menu bar, which displays menu commands.",
|
| + " *",
|
| + " * ## Other resources",
|
| + " *",
|
| + " * * [Browser interface elements]",
|
| + " * (http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#browser-interface-elements)",
|
| + " * from WHATWG.",
|
| + " */"
|
| + ],
|
| "messageEvent": [
|
| "/**",
|
| " * Static factory designed to expose `message` events to event",
|
| @@ -3238,6 +3353,28 @@
|
| " * See [EventStreamProvider] for usage information.",
|
| " */"
|
| ],
|
| + "name": [
|
| + "/**",
|
| + " * The name of this window.",
|
| + " *",
|
| + " * ## Other resources",
|
| + " *",
|
| + " * * [Window name]",
|
| + " * (http://docs.webplatform.org/wiki/html/attributes/name_(window)) from",
|
| + " * WebPlatform.org.",
|
| + " */"
|
| + ],
|
| + "navigator": [
|
| + "/**",
|
| + " * The user agent accessing this window.",
|
| + " *",
|
| + " * ## Other resources",
|
| + " *",
|
| + " * * [The navigator object]",
|
| + " * (http://www.whatwg.org/specs/web-apps/current-work/multipage/timers.html#the-navigator-object)",
|
| + " * from WHATWG.",
|
| + " */"
|
| + ],
|
| "offlineEvent": [
|
| "/**",
|
| " * Static factory designed to expose `offline` events to event",
|
| @@ -3246,6 +3383,17 @@
|
| " * See [EventStreamProvider] for usage information.",
|
| " */"
|
| ],
|
| + "offscreenBuffering": [
|
| + "/**",
|
| + " * Whether objects are drawn offscreen before being displayed.",
|
| + " *",
|
| + " * ## Other resources",
|
| + " *",
|
| + " * * [offscreenBuffering]",
|
| + " * (http://docs.webplatform.org/wiki/dom/properties/offscreenBuffering) from",
|
| + " * WebPlatform.org.",
|
| + " */"
|
| + ],
|
| "onabort": [
|
| "/// Stream of `abort` events handled by this [Window]."
|
| ],
|
| @@ -3419,6 +3567,28 @@
|
| "onwebkitAnimationStart": [
|
| "/// Stream of `animationstart` events handled by this [Window]."
|
| ],
|
| + "outerHeight": [
|
| + "/**",
|
| + " * The height of this window including all user interface elements.",
|
| + " *",
|
| + " * ## Other resources",
|
| + " *",
|
| + " * * [outerHeight]",
|
| + " * (http://docs.webplatform.org/wiki/css/cssom/properties/outerHeight) from",
|
| + " * WebPlatform.org.",
|
| + " */"
|
| + ],
|
| + "outerWidth": [
|
| + "/**",
|
| + " * The width of the window including all user interface elements.",
|
| + " *",
|
| + " * ## Other resources",
|
| + " *",
|
| + " * * [outerWidth]",
|
| + " * (http://docs.webplatform.org/wiki/css/cssom/properties/outerWidth) from",
|
| + " * WebPlatform.org.",
|
| + " */"
|
| + ],
|
| "pagehideEvent": [
|
| "/**",
|
| " * Static factory designed to expose `pagehide` events to event",
|
| @@ -3435,6 +3605,43 @@
|
| " * See [EventStreamProvider] for usage information.",
|
| " */"
|
| ],
|
| + "pageXOffset": [
|
| + "/**",
|
| + " * The distance this window has been scrolled horizontally.",
|
| + " *",
|
| + " * This attribute is an alias for [scrollX].",
|
| + " *",
|
| + " * ## Other resources",
|
| + " *",
|
| + " * * [scrollX and pageXOffset]",
|
| + " * (https://developer.mozilla.org/en-US/docs/Web/API/Window.scrollX) from MDN.",
|
| + " */"
|
| + ],
|
| + "pageYOffset": [
|
| + "/**",
|
| + " * The distance this window has been scrolled vertically.",
|
| + " *",
|
| + " * This attribute is an alias for [scrollY].",
|
| + " *",
|
| + " * ## Other resources",
|
| + " *",
|
| + " * * [scrollY and pageYOffset]",
|
| + " * (https://developer.mozilla.org/en-US/docs/Web/API/Window.scrollY) from MDN.",
|
| + " */"
|
| + ],
|
| + "PERSISTENT": [
|
| + "/**",
|
| + " * Indicates that file system data cannot be cleared unless given user",
|
| + " * permission.",
|
| + " *",
|
| + " * ## Other resources",
|
| + " *",
|
| + " * * [Exploring the FileSystem APIs]",
|
| + " * (http://www.html5rocks.com/en/tutorials/file/filesystem/) from HTML5Rocks.",
|
| + " * * [File API]",
|
| + " * (http://www.w3.org/TR/file-system-api/#idl-def-LocalFileSystem) from W3C.",
|
| + " */"
|
| + ],
|
| "popstateEvent": [
|
| "/**",
|
| " * Static factory designed to expose `popstate` events to event",
|
| @@ -3451,6 +3658,43 @@
|
| " * See [EventStreamProvider] for usage information.",
|
| " */"
|
| ],
|
| + "scrollbars": [
|
| + "/**",
|
| + " * This window's scroll bars.",
|
| + " *",
|
| + " * ## Other resources",
|
| + " *",
|
| + " * * [Browser interface elements]",
|
| + " * (http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#browser-interface-elements)",
|
| + " * from WHATWG.",
|
| + " */"
|
| + ],
|
| + "sessionStorage": [
|
| + "/**",
|
| + " * Storage for this window that is cleared when this session ends.",
|
| + " *",
|
| + " * ## Other resources",
|
| + " *",
|
| + " * * [DOM storage guide]",
|
| + " * (https://developer.mozilla.org/en-US/docs/Web/Guide/API/DOM/Storage) from",
|
| + " * MDN.",
|
| + " * * [The past, present & future of local storage for web applications]",
|
| + " * (http://diveintohtml5.info/storage.html) from Dive Into HTML5.",
|
| + " * * [Local storage specification]",
|
| + " * (http://www.w3.org/TR/webstorage/#dom-sessionstorage) from W3C.",
|
| + " */"
|
| + ],
|
| + "statusbar": [
|
| + "/**",
|
| + " * This window's status bar.",
|
| + " *",
|
| + " * ## Other resources",
|
| + " *",
|
| + " * * [Browser interface elements]",
|
| + " * (http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#browser-interface-elements)",
|
| + " * from WHATWG.",
|
| + " */"
|
| + ],
|
| "storageEvent": [
|
| "/**",
|
| " * Static factory designed to expose `storage` events to event",
|
| @@ -3459,6 +3703,29 @@
|
| " * See [EventStreamProvider] for usage information.",
|
| " */"
|
| ],
|
| + "TEMPORARY": [
|
| + "/**",
|
| + " * Indicates that file system data can be cleared at any time.",
|
| + " *",
|
| + " * ## Other resources",
|
| + " *",
|
| + " * * [Exploring the FileSystem APIs]",
|
| + " * (http://www.html5rocks.com/en/tutorials/file/filesystem/) from HTML5Rocks.",
|
| + " * * [File API]",
|
| + " * (http://www.w3.org/TR/file-system-api/#idl-def-LocalFileSystem) from W3C.",
|
| + " */"
|
| + ],
|
| + "toolbar": [
|
| + "/**",
|
| + " * This window's tool bar.",
|
| + " *",
|
| + " * ## Other resources",
|
| + " *",
|
| + " * * [Browser interface elements]",
|
| + " * (http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#browser-interface-elements)",
|
| + " * from WHATWG.",
|
| + " */"
|
| + ],
|
| "unloadEvent": [
|
| "/**",
|
| " * Static factory designed to expose `unload` events to event",
|
|
|