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

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

Issue 59073003: Version 0.8.10.4 (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « dart/tools/VERSION ('k') | dart/tools/dom/templates/html/impl/impl_Element.darttemplate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tools/dom/docs/docs.json
===================================================================
--- dart/tools/dom/docs/docs.json (revision 29808)
+++ dart/tools/dom/docs/docs.json (working copy)
@@ -1151,6 +1151,26 @@
" * See [EventStreamProvider] for usage information.",
" */"
],
+ "scrollByLines": [
+ "/**",
+ " * Scrolls the element by a number of lines.",
+ " *",
+ " * ## Other resources",
+ " *",
+ " * * [scrollByLines]",
+ " * (http://docs.webplatform.org/wiki/dom/methods/scrollByLines) from WebPlatform.org.",
+ " */"
+ ],
+ "scrollByPages": [
+ "/**",
+ " * Scrolls the element by a number of pages.",
+ " *",
+ " * ## Other resources",
+ " *",
+ " * * [scrollByPages]",
+ " * (http://docs.webplatform.org/wiki/dom/methods/scrollByPages) from WebPlatform.org.",
+ " */"
+ ],
"scrollEvent": [
"/**",
" * Static factory designed to expose `scroll` events to event",
@@ -1283,6 +1303,19 @@
" * See [EventStreamProvider] for usage information.",
" */"
],
+ "webkitGetRegionFlowRanges": [
+ "/**",
+ " * Returns an array of ranges of fragments in the flow.",
+ " *",
+ " * ## Other resources",
+ " *",
+ " * * [CSS regions and exclusions tutorial]",
+ " * (http://www.html5rocks.com/en/tutorials/regions/adobe/) from HTML5Rocks.",
+ " * * [Regions](http://html.adobe.com/webplatform/layout/regions/) from Adobe.",
+ " * * [CSS regions specification]",
+ " * (http://www.w3.org/TR/css3-regions/) from W3C.",
+ " */"
+ ],
"webkitRegionOverset": [
"/**",
" * The current state of this region.",
@@ -1300,6 +1333,33 @@
" * * [CSS regions specification]",
" * (http://www.w3.org/TR/css3-regions/) from W3C.",
" */"
+ ],
+ "webkitRequestFullscreen": [
+ "/**",
+ " * Displays this element fullscreen.",
+ " *",
+ " * ## Other resources",
+ " *",
+ " * * [Using the full-screen API]",
+ " * (http://docs.webplatform.org/wiki/tutorials/using_the_full-screen_api)",
+ " * tutorial from WebPlatform.org.",
+ " * * [Fullscreen specification]",
+ " * (http://www.w3.org/TR/fullscreen/) from W3C.",
+ " */"
+ ],
+ "webkitRequestPointerLock": [
+ "/**",
+ " * Locks the mouse pointer to this element.",
+ " *",
+ " * ## Other resources",
+ " *",
+ " * * [Pointer lock and first person shooter controls]",
+ " * (http://www.html5rocks.com/en/tutorials/pointerlock/intro/) tutorial from",
+ " * HTML5Rocks.",
+ " *",
+ " * * [Pointer lock specification]",
+ " * (http://www.w3.org/TR/pointerlock/) from W3C.",
+ " */"
]
}
},
« no previous file with comments | « dart/tools/VERSION ('k') | dart/tools/dom/templates/html/impl/impl_Element.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698