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

Side by Side Diff: chrome/common/extensions/docs/api_other.html

Issue 7744001: Misc. minor doc improvements (mostly new links). (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 3 months 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 | « no previous file | chrome/common/extensions/docs/docs.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note: 1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note:
2 1) The <head> information in this page is significant, should be uniform 2 1) The <head> information in this page is significant, should be uniform
3 across api docs and should be edited only with knowledge of the 3 across api docs and should be edited only with knowledge of the
4 templating mechanism. 4 templating mechanism.
5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a 5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a
6 browser, it will be re-generated from the template, json schema and 6 browser, it will be re-generated from the template, json schema and
7 authored overview content. 7 authored overview content.
8 4) The <body>.innerHTML is also generated by an offline step so that this 8 4) The <body>.innerHTML is also generated by an offline step so that this
9 page may easily be indexed by search engines. 9 page may easily be indexed by search engines.
10 --><html xmlns="http://www.w3.org/1999/xhtml"><head> 10 --><html xmlns="http://www.w3.org/1999/xhtml"><head>
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 </dd> 345 </dd>
346 <dt> <strong>HTML5 and other emerging APIs</strong></dt> 346 <dt> <strong>HTML5 and other emerging APIs</strong></dt>
347 <dd> Google Chrome supports HTML5 features, 347 <dd> Google Chrome supports HTML5 features,
348 along with other emerging APIs. 348 along with other emerging APIs.
349 Here are some of the APIs you can use: 349 Here are some of the APIs you can use:
350 <ul> 350 <ul>
351 <li> audio 351 <li> audio
352 (<a href="http://www.html5rocks.com/tutorials/audio/quick/">tutorial</a>) </ li> 352 (<a href="http://www.html5rocks.com/tutorials/audio/quick/">tutorial</a>) </ li>
353 <li> application cache 353 <li> application cache
354 (<a href="http://www.html5rocks.com/tutorials/appcache/beginner/">tutorial</ a>) </li> 354 (<a href="http://www.html5rocks.com/tutorials/appcache/beginner/">tutorial</ a>) </li>
355 <li> canvas </li> 355 <li> canvas
356 (<a href="http://www.html5rocks.com/en/tutorials/#canvas">articles</a>) </li >
356 <li> geolocation 357 <li> geolocation
357 (<a href="http://www.html5rocks.com/tutorials/geolocation/trip_meter/">tutor ial</a>) </li> 358 (<a href="http://www.html5rocks.com/tutorials/geolocation/trip_meter/">tutor ial</a>) </li>
358 <li> local storage </li> 359 <li> local storage
360 (<a href="http://www.html5rocks.com/en/tutorials/offline/storage/">tutorial< /a>) </li>
359 <li> notifications 361 <li> notifications
360 (<a href="http://www.html5rocks.com/tutorials/notifications/quick/">tutorial </a>) </li> 362 (<a href="http://www.html5rocks.com/tutorials/notifications/quick/">tutorial </a>) </li>
361 <li> session storage </li> 363 <li> video
362 <li> video </li> 364 (<a href="http://www.html5rocks.com/en/tutorials/video/basics/">tutorial</a> ) </li>
363 <li> web database 365 <li> web database
364 (<a href="http://www.html5rocks.com/tutorials/webdatabase/todo/">tutorial</a >) </li> 366 (<a href="http://www.html5rocks.com/tutorials/webdatabase/todo/">tutorial</a >) </li>
365 </ul> 367 </ul>
366 <p> 368 <p>
367 See <a href="http://www.html5rocks.com">html5rocks.com</a> 369 See <a href="http://www.html5rocks.com">html5rocks.com</a>
368 for HTML5 information, tutorials, an interactive playground, 370 for HTML5 information, tutorials, an interactive playground,
369 and links to other resources. 371 and links to other resources.
370 </p> 372 </p>
371 </dd> 373 </dd>
372 374
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
605 _uff=0; 607 _uff=0;
606 urchinTracker(); 608 urchinTracker();
607 } 609 }
608 catch(e) {/* urchinTracker not available. */} 610 catch(e) {/* urchinTracker not available. */}
609 </script> 611 </script>
610 <!-- end analytics --> 612 <!-- end analytics -->
611 </div> 613 </div>
612 </div> <!-- /gc-footer --> 614 </div> <!-- /gc-footer -->
613 </div> <!-- /gc-container --> 615 </div> <!-- /gc-container -->
614 </body></html> 616 </body></html>
OLDNEW
« no previous file with comments | « no previous file | chrome/common/extensions/docs/docs.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698