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

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

Issue 7058034: Merge 87687 - Update description of experimental APIs. (history is NOT experimental!) (Closed) Base URL: svn://svn.chromium.org/chrome/branches/782/src/
Patch Set: Created 9 years, 6 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/static/api_index.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 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 Here are the supported chrome.* APIs: 341 Here are the supported chrome.* APIs:
342 </p> 342 </p>
343 343
344 <ul> 344 <ul>
345 <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="fileBrowserHandler.html" js="" >fileBrowserHandler</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="">idle</a></ li><li><a href="management.html" js="">management</a></li><li><a href="omnibox.h tml" js="">omnibox</a></li><li><a href="pageAction.html" js="">pageAction</a></l i><li><a href="preferences.html" js="">preferences</a></li><li><a href="proxy.ht ml" js="">proxy</a></li><li><a href="tabs.html" js="">tabs</a></li><li><a href=" windows.html" js="">windows</a></li> 345 <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="fileBrowserHandler.html" js="" >fileBrowserHandler</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="">idle</a></ li><li><a href="management.html" js="">management</a></li><li><a href="omnibox.h tml" js="">omnibox</a></li><li><a href="pageAction.html" js="">pageAction</a></l i><li><a href="preferences.html" js="">preferences</a></li><li><a href="proxy.ht ml" js="">proxy</a></li><li><a href="tabs.html" js="">tabs</a></li><li><a href=" windows.html" js="">windows</a></li>
346 </ul> 346 </ul>
347 347
348 <h2 id="experimental">Experimental APIs</h2> 348 <h2 id="experimental">Experimental APIs</h2>
349 349
350 <p> 350 <p>
351 Google Chrome also has some 351 Google Chrome also has
352 <a href="experimental.html">experimental APIs</a>, 352 <a href="experimental.html">experimental APIs</a>,
353 which give you access to 353 some of which will become supported APIs
354 functionality such as process information and history. 354 in future releases of Chrome.
355 </p> 355 </p>
356 356
357 <h2 id="conventions">API conventions</h2> 357 <h2 id="conventions">API conventions</h2>
358 358
359 <p> 359 <p>
360 Unless the doc says otherwise, 360 Unless the doc says otherwise,
361 methods in the chrome.* APIs are <b>asynchronous</b>: 361 methods in the chrome.* APIs are <b>asynchronous</b>:
362 they return immediately, 362 they return immediately,
363 without waiting for the operation to finish. 363 without waiting for the operation to finish.
364 If you need to know the outcome of an operation, 364 If you need to know the outcome of an operation,
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
577 _uff=0; 577 _uff=0;
578 urchinTracker(); 578 urchinTracker();
579 } 579 }
580 catch(e) {/* urchinTracker not available. */} 580 catch(e) {/* urchinTracker not available. */}
581 </script> 581 </script>
582 <!-- end analytics --> 582 <!-- end analytics -->
583 </div> 583 </div>
584 </div> <!-- /gc-footer --> 584 </div> <!-- /gc-footer -->
585 </div> <!-- /gc-container --> 585 </div> <!-- /gc-container -->
586 </body></html> 586 </body></html>
OLDNEW
« no previous file with comments | « no previous file | chrome/common/extensions/docs/static/api_index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698