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

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

Issue 3117029: Several small extensions docs system fixes... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 4 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 | « chrome/common/extensions/docs/a11y.html ('k') | chrome/common/extensions/docs/api_other.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 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 </p> 318 </p>
319 319
320 <ul> 320 <ul>
321 <li><a href="bookmarks.html" js="">bookmarks</a></li><li><a href="browserActio n.html" js="">browserAction</a></li><li><a href="contextMenus.html" js="">contex tMenus</a></li><li><a href="cookies.html" js="">cookies</a></li><li><a href="ext ension.html" js="">extension</a></li><li><a href="history.html" js="">history</a ></li><li><a href="i18n.html" js="">i18n</a></li><li><a href="idle.html" js="">i dle</a></li><li><a href="pageAction.html" js="">pageAction</a></li><li><a href=" tabs.html" js="">tabs</a></li><li><a href="windows.html" js="">windows</a></li> 321 <li><a href="bookmarks.html" js="">bookmarks</a></li><li><a href="browserActio n.html" js="">browserAction</a></li><li><a href="contextMenus.html" js="">contex tMenus</a></li><li><a href="cookies.html" js="">cookies</a></li><li><a href="ext ension.html" js="">extension</a></li><li><a href="history.html" js="">history</a ></li><li><a href="i18n.html" js="">i18n</a></li><li><a href="idle.html" js="">i dle</a></li><li><a href="pageAction.html" js="">pageAction</a></li><li><a href=" tabs.html" js="">tabs</a></li><li><a href="windows.html" js="">windows</a></li>
322 </ul> 322 </ul>
323 323
324 <h2 id="experimental">Experimental APIs</h2> 324 <h2 id="experimental">Experimental APIs</h2>
325 325
326 <p> 326 <p>
327 Google Chrome also has some 327 Google Chrome also has some
328 <a href="http://code.google.com/chrome/extensions/dev/experimental.html">experim ental APIs</a>, 328 <a href="experimental.html">experimental APIs</a>,
329 which give you access to 329 which give you access to
330 functionality such as process information and history. 330 functionality such as process information and history.
331 </p> 331 </p>
332 332
333 <h2 id="conventions">API conventions</h2> 333 <h2 id="conventions">API conventions</h2>
334 334
335 <p> 335 <p>
336 Unless the doc says otherwise, 336 Unless the doc says otherwise,
337 methods in the chrome.* APIs are asynchronous: 337 methods in the chrome.* APIs are asynchronous:
338 they return immediately, 338 they return immediately,
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
413 <p> 413 <p>
414 The callback <em>parameter</em> should specify a function 414 The callback <em>parameter</em> should specify a function
415 that looks like this: 415 that looks like this:
416 </p> 416 </p>
417 <p> 417 <p>
418 If you specify the <em>callback</em> parameter, it should 418 If you specify the <em>callback</em> parameter, it should
419 specify a function that looks like this: 419 specify a function that looks like this:
420 </p> 420 </p>
421 421
422 <!-- Note: intentionally longer 80 columns --> 422 <!-- Note: intentionally longer 80 columns -->
423 <pre>function(<span>Type param1, Type param2</span>) <span cla ss="subdued">{...}</span>);</pre> 423 <pre>function(<span>Type param1, Type param2</span>) <span cla ss="subdued">{...}</span>;</pre>
424 <dl> 424 <dl>
425 <div> 425 <div>
426 <div> 426 <div>
427 </div> 427 </div>
428 </div> 428 </div>
429 </dl> 429 </dl>
430 </div> 430 </div>
431 </div> 431 </div>
432 432
433 <!-- MIN_VERSION --> 433 <!-- MIN_VERSION -->
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
530 _uff=0; 530 _uff=0;
531 urchinTracker(); 531 urchinTracker();
532 } 532 }
533 catch(e) {/* urchinTracker not available. */} 533 catch(e) {/* urchinTracker not available. */}
534 </script> 534 </script>
535 <!-- end analytics --> 535 <!-- end analytics -->
536 </div> 536 </div>
537 </div> <!-- /gc-footer --> 537 </div> <!-- /gc-footer -->
538 </div> <!-- /gc-container --> 538 </div> <!-- /gc-container -->
539 </body></html> 539 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/a11y.html ('k') | chrome/common/extensions/docs/api_other.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698