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

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

Issue 9274004: Take the Extension Storage API out of experimental. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 11 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
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 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
351 so that extensions can interact with the browser. 351 so that extensions can interact with the browser.
352 </p> 352 </p>
353 353
354 <h2 id="supported">Supported APIs</h2> 354 <h2 id="supported">Supported APIs</h2>
355 355
356 <p> 356 <p>
357 Here are the supported chrome.* APIs: 357 Here are the supported chrome.* APIs:
358 </p> 358 </p>
359 359
360 <ul> 360 <ul>
361 <li><a href="bookmarks.html" js="">bookmarks</a></li><li><a href="browserActio n.html" js="">browserAction</a></li><li><a href="contentSettings.html" js="">con tentSettings</a></li><li><a href="contextMenus.html" js="">contextMenus</a></li> <li><a href="cookies.html" js="">cookies</a></li><li><a href="debugger.html" js= "">debugger</a></li><li><a href="extension.html" js="">extension</a></li><li><a href="fileBrowserHandler.html" js="">fileBrowserHandler</a></li><li><a href="his tory.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="">manag ement</a></li><li><a href="omnibox.html" js="">omnibox</a></li><li><a href="page Action.html" js="">pageAction</a></li><li><a href="pageCapture.html" js="">pageC apture</a></li><li><a href="permissions.html" js="">permissions</a></li><li><a h ref="proxy.html" js="">proxy</a></li><li><a href="tabs.html" js="">tabs</a></li> <li><a href="tts.html" js="">tts</a></li><li><a href="ttsEngine.html" js="">ttsE ngine</a></li><li><a href="types.html" js="">types</a></li><li><a href="webNavig ation.html" js="">webNavigation</a></li><li><a href="webRequest.html" js="">webR equest</a></li><li><a href="windows.html" js="">windows</a></li> 361 <li><a href="bookmarks.html" js="">bookmarks</a></li><li><a href="browserActio n.html" js="">browserAction</a></li><li><a href="contentSettings.html" js="">con tentSettings</a></li><li><a href="contextMenus.html" js="">contextMenus</a></li> <li><a href="cookies.html" js="">cookies</a></li><li><a href="debugger.html" js= "">debugger</a></li><li><a href="extension.html" js="">extension</a></li><li><a href="fileBrowserHandler.html" js="">fileBrowserHandler</a></li><li><a href="his tory.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="">manag ement</a></li><li><a href="omnibox.html" js="">omnibox</a></li><li><a href="page Action.html" js="">pageAction</a></li><li><a href="pageCapture.html" js="">pageC apture</a></li><li><a href="permissions.html" js="">permissions</a></li><li><a h ref="proxy.html" js="">proxy</a></li><li><a href="storage.html" js="">storage</a ></li><li><a href="tabs.html" js="">tabs</a></li><li><a href="tts.html" js="">tt s</a></li><li><a href="ttsEngine.html" js="">ttsEngine</a></li><li><a href="type s.html" js="">types</a></li><li><a href="webNavigation.html" js="">webNavigation </a></li><li><a href="webRequest.html" js="">webRequest</a></li><li><a href="win dows.html" js="">windows</a></li>
362 </ul> 362 </ul>
363 363
364 <h2 id="experimental">Experimental APIs</h2> 364 <h2 id="experimental">Experimental APIs</h2>
365 365
366 <p> 366 <p>
367 Google Chrome also has 367 Google Chrome also has
368 <a href="experimental.html">experimental APIs</a>, 368 <a href="experimental.html">experimental APIs</a>,
369 some of which will become supported APIs 369 some of which will become supported APIs
370 in future releases of Chrome. 370 in future releases of Chrome.
371 </p> 371 </p>
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
593 _uff=0; 593 _uff=0;
594 urchinTracker(); 594 urchinTracker();
595 } 595 }
596 catch(e) {/* urchinTracker not available. */} 596 catch(e) {/* urchinTracker not available. */}
597 </script> 597 </script>
598 <!-- end analytics --> 598 <!-- end analytics -->
599 </div> 599 </div>
600 </div> <!-- /gc-footer --> 600 </div> <!-- /gc-footer -->
601 </div> <!-- /gc-container --> 601 </div> <!-- /gc-container -->
602 </body></html> 602 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/storage.json ('k') | chrome/common/extensions/docs/examples/api/storage/stylizr.zip » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698