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

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

Issue 64553010: Finished off HTML Window blurb + link for every member. (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/templates/html/impl/impl_Window.darttemplate » ('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 a00abcc8883789fb19ace836c4f73b86b064a8c9..bb143f68f75fd86fa9c3933148e7aaf93d3d5aa7 100644
--- a/tools/dom/docs/docs.json
+++ b/tools/dom/docs/docs.json
@@ -3761,6 +3761,16 @@
" * (https://developer.mozilla.org/en-US/docs/Web/API/Window.print) from MDN.",
" */"
],
+ "resizeBy": [
+ "/**",
+ " * Resizes this window by an offset.",
+ " *",
+ " * ## Other resources",
+ " *",
+ " * * [Window resizeBy] (http://docs.webplatform.org/wiki/dom/methods/resizeBy)",
+ " * from WebPlatform.org.",
+ " */"
+ ],
"resizeEvent": [
"/**",
" * Static factory designed to expose `resize` events to event",
@@ -3769,6 +3779,16 @@
" * See [EventStreamProvider] for usage information.",
" */"
],
+ "resizeTo": [
+ "/**",
+ " * Resizes this window to a specific width and height.",
+ " *",
+ " * ## Other resources",
+ " *",
+ " * * [Window resizeTo] (http://docs.webplatform.org/wiki/dom/methods/resizeTo)",
+ " * from WebPlatform.org.",
+ " */"
+ ],
"screen": [
"/**",
" * Information about the screen displaying this window.",
@@ -3820,6 +3840,18 @@
" * (http://www.w3.org/TR/cssom-view/#screen) from W3C.",
" */"
],
+ "scroll": [
+ "/**",
+ " * Scrolls the page horizontally and vertically to a specific point.",
+ " *",
+ " * This method is identical to [scrollTo].",
+ " *",
+ " * ## Other resources",
+ " *",
+ " * * [Window scroll] (http://docs.webplatform.org/wiki/dom/methods/scroll)",
+ " * from WebPlatform.org.",
+ " */"
+ ],
"scrollbars": [
"/**",
" * This window's scroll bars.",
@@ -3831,6 +3863,28 @@
" * from WHATWG.",
" */"
],
+ "scrollBy": [
+ "/**",
+ " * Scrolls the page horizontally and vertically by an offset.",
+ " *",
+ " * ## Other resources",
+ " *",
+ " * * [Window scrollBy] (http://docs.webplatform.org/wiki/dom/methods/scrollBy)",
+ " * from WebPlatform.org.",
+ " */"
+ ],
+ "scrollTo": [
+ "/**",
+ " * Scrolls the page horizontally and vertically to a specific point.",
+ " *",
+ " * This method is identical to [scroll].",
+ " *",
+ " * ## Other resources",
+ " *",
+ " * * [Window scrollTo] (http://docs.webplatform.org/wiki/dom/methods/scrollTo)",
+ " * from WebPlatform.org.",
+ " */"
+ ],
"self": [
"/**",
" * The current window.",
@@ -3856,6 +3910,17 @@
" * (http://www.w3.org/TR/webstorage/#dom-sessionstorage) from W3C.",
" */"
],
+ "showModalDialog": [
+ "/**",
+ " * Opens a new page as a modal dialog.",
+ " *",
+ " * ## Other resources",
+ " *",
+ " * * [Dialogs implemented using separate documents]",
+ " * (http://www.w3.org/html/wg/drafts/html/master/webappapis.html#dialogs-implemented-using-separate-documents)",
+ " * from W3C.",
+ " */"
+ ],
"speechSynthesis": [
"/**",
" * Access to speech synthesis in the browser.",
@@ -3881,6 +3946,17 @@
" * from WHATWG.",
" */"
],
+ "stop": [
+ "/**",
+ " * Stops the window from loading.",
+ " *",
+ " * ## Other resources",
+ " *",
+ " * * [The Window object]",
+ " * (http://www.w3.org/html/wg/drafts/html/master/browsers.html#the-window-object)",
+ " * from W3C.",
+ " */"
+ ],
"storageEvent": [
"/**",
" * Static factory designed to expose `storage` events to event",
@@ -3955,6 +4031,17 @@
" * See [EventStreamProvider] for usage information.",
" */"
],
+ "webkitResolveLocalFileSystemURL": [
+ "/**",
+ " * Asynchronously retrieves a local filesystem entry.",
+ " *",
+ " * ## Other resources",
+ " *",
+ " * * [Obtaining access to file system entry points]",
+ " * (http://www.w3.org/TR/file-system-api/#obtaining-access-to-file-system-entry-points)",
+ " * from W3C.",
+ " */"
+ ],
"window": [
"/**",
" * The current window.",
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | tools/dom/templates/html/impl/impl_Window.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698