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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « dart/tools/VERSION ('k') | dart/tools/dom/templates/html/impl/impl_Element.darttemplate » ('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 1133 matching lines...) Expand 10 before | Expand all | Expand 10 after
1144 " */" 1144 " */"
1145 ], 1145 ],
1146 "resetEvent": [ 1146 "resetEvent": [
1147 "/**", 1147 "/**",
1148 " * Static factory designed to expose `reset` events to event", 1148 " * Static factory designed to expose `reset` events to event",
1149 " * handlers that are not necessarily instances of [Element].", 1149 " * handlers that are not necessarily instances of [Element].",
1150 " *", 1150 " *",
1151 " * See [EventStreamProvider] for usage information.", 1151 " * See [EventStreamProvider] for usage information.",
1152 " */" 1152 " */"
1153 ], 1153 ],
1154 "scrollByLines": [
1155 "/**",
1156 " * Scrolls the element by a number of lines.",
1157 " *",
1158 " * ## Other resources",
1159 " *",
1160 " * * [scrollByLines]",
1161 " * (http://docs.webplatform.org/wiki/dom/methods/scrollByLines) fro m WebPlatform.org.",
1162 " */"
1163 ],
1164 "scrollByPages": [
1165 "/**",
1166 " * Scrolls the element by a number of pages.",
1167 " *",
1168 " * ## Other resources",
1169 " *",
1170 " * * [scrollByPages]",
1171 " * (http://docs.webplatform.org/wiki/dom/methods/scrollByPages) fro m WebPlatform.org.",
1172 " */"
1173 ],
1154 "scrollEvent": [ 1174 "scrollEvent": [
1155 "/**", 1175 "/**",
1156 " * Static factory designed to expose `scroll` events to event", 1176 " * Static factory designed to expose `scroll` events to event",
1157 " * handlers that are not necessarily instances of [Element].", 1177 " * handlers that are not necessarily instances of [Element].",
1158 " *", 1178 " *",
1159 " * See [EventStreamProvider] for usage information.", 1179 " * See [EventStreamProvider] for usage information.",
1160 " */" 1180 " */"
1161 ], 1181 ],
1162 "searchEvent": [ 1182 "searchEvent": [
1163 "/**", 1183 "/**",
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
1276 " */" 1296 " */"
1277 ], 1297 ],
1278 "webkitfullscreenerrorEvent": [ 1298 "webkitfullscreenerrorEvent": [
1279 "/**", 1299 "/**",
1280 " * Static factory designed to expose `fullscreenerror` events to ev ent", 1300 " * Static factory designed to expose `fullscreenerror` events to ev ent",
1281 " * handlers that are not necessarily instances of [Element].", 1301 " * handlers that are not necessarily instances of [Element].",
1282 " *", 1302 " *",
1283 " * See [EventStreamProvider] for usage information.", 1303 " * See [EventStreamProvider] for usage information.",
1284 " */" 1304 " */"
1285 ], 1305 ],
1306 "webkitGetRegionFlowRanges": [
1307 "/**",
1308 " * Returns an array of ranges of fragments in the flow.",
1309 " *",
1310 " * ## Other resources",
1311 " *",
1312 " * * [CSS regions and exclusions tutorial]",
1313 " * (http://www.html5rocks.com/en/tutorials/regions/adobe/) from HTM L5Rocks.",
1314 " * * [Regions](http://html.adobe.com/webplatform/layout/regions/) f rom Adobe.",
1315 " * * [CSS regions specification]",
1316 " * (http://www.w3.org/TR/css3-regions/) from W3C.",
1317 " */"
1318 ],
1286 "webkitRegionOverset": [ 1319 "webkitRegionOverset": [
1287 "/**", 1320 "/**",
1288 " * The current state of this region.", 1321 " * The current state of this region.",
1289 " *", 1322 " *",
1290 " * If `\"empty\"`, then there is no content in this region.", 1323 " * If `\"empty\"`, then there is no content in this region.",
1291 " * If `\"fit\"`, then content fits into this region, and more conte nt can be", 1324 " * If `\"fit\"`, then content fits into this region, and more conte nt can be",
1292 " * added. If `\"overset\"`, then there is more content than can be fit into this", 1325 " * added. If `\"overset\"`, then there is more content than can be fit into this",
1293 " * region.", 1326 " * region.",
1294 " *", 1327 " *",
1295 " * ## Other resources", 1328 " * ## Other resources",
1296 " *", 1329 " *",
1297 " * * [CSS regions and exclusions tutorial]", 1330 " * * [CSS regions and exclusions tutorial]",
1298 " * (http://www.html5rocks.com/en/tutorials/regions/adobe/) from HTM L5Rocks.", 1331 " * (http://www.html5rocks.com/en/tutorials/regions/adobe/) from HTM L5Rocks.",
1299 " * * [Regions](http://html.adobe.com/webplatform/layout/regions/) f rom Adobe.", 1332 " * * [Regions](http://html.adobe.com/webplatform/layout/regions/) f rom Adobe.",
1300 " * * [CSS regions specification]", 1333 " * * [CSS regions specification]",
1301 " * (http://www.w3.org/TR/css3-regions/) from W3C.", 1334 " * (http://www.w3.org/TR/css3-regions/) from W3C.",
1302 " */" 1335 " */"
1336 ],
1337 "webkitRequestFullscreen": [
1338 "/**",
1339 " * Displays this element fullscreen.",
1340 " *",
1341 " * ## Other resources",
1342 " *",
1343 " * * [Using the full-screen API]",
1344 " * (http://docs.webplatform.org/wiki/tutorials/using_the_full-scree n_api)",
1345 " * tutorial from WebPlatform.org.",
1346 " * * [Fullscreen specification]",
1347 " * (http://www.w3.org/TR/fullscreen/) from W3C.",
1348 " */"
1349 ],
1350 "webkitRequestPointerLock": [
1351 "/**",
1352 " * Locks the mouse pointer to this element.",
1353 " *",
1354 " * ## Other resources",
1355 " *",
1356 " * * [Pointer lock and first person shooter controls]",
1357 " * (http://www.html5rocks.com/en/tutorials/pointerlock/intro/) tuto rial from",
1358 " * HTML5Rocks.",
1359 " *",
1360 " * * [Pointer lock specification]",
1361 " * (http://www.w3.org/TR/pointerlock/) from W3C.",
1362 " */"
1303 ] 1363 ]
1304 } 1364 }
1305 }, 1365 },
1306 "EventSource": { 1366 "EventSource": {
1307 "members": { 1367 "members": {
1308 "errorEvent": [ 1368 "errorEvent": [
1309 "/**", 1369 "/**",
1310 " * Static factory designed to expose `error` events to event", 1370 " * Static factory designed to expose `error` events to event",
1311 " * handlers that are not necessarily instances of [EventSource].", 1371 " * handlers that are not necessarily instances of [EventSource].",
1312 " *", 1372 " *",
(...skipping 2918 matching lines...) Expand 10 before | Expand all | Expand 10 after
4231 " *", 4291 " *",
4232 " * [oldVersion] should match the database's current [version] exact ly.", 4292 " * [oldVersion] should match the database's current [version] exact ly.",
4233 " *", 4293 " *",
4234 " * * [Database.changeVersion](http://www.w3.org/TR/webdatabase/#dom -database-changeversion) from W3C.", 4294 " * * [Database.changeVersion](http://www.w3.org/TR/webdatabase/#dom -database-changeversion) from W3C.",
4235 " */" 4295 " */"
4236 ] 4296 ]
4237 } 4297 }
4238 } 4298 }
4239 } 4299 }
4240 } 4300 }
OLDNEW
« 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