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

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

Issue 8682013: Moving the MHTML API out of experimental and renaming it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 so that extensions can interact with the browser. 350 so that extensions can interact with the browser.
351 </p> 351 </p>
352 352
353 <h2 id="supported">Supported APIs</h2> 353 <h2 id="supported">Supported APIs</h2>
354 354
355 <p> 355 <p>
356 Here are the supported chrome.* APIs: 356 Here are the supported chrome.* APIs:
357 </p> 357 </p>
358 358
359 <ul> 359 <ul>
360 <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="extension.html" js ="">extension</a></li><li><a href="fileBrowserHandler.html" js="">fileBrowserHan dler</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.html" js="">omni box</a></li><li><a href="pageAction.html" js="">pageAction</a></li><li><a href=" permissions.html" js="">permissions</a></li><li><a href="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="">ttsEngine</a></li><li><a href="t ypes.html" js="">types</a></li><li><a href="webNavigation.html" js="">webNavigat ion</a></li><li><a href="windows.html" js="">windows</a></li> 360 <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="extension.html" js ="">extension</a></li><li><a href="fileBrowserHandler.html" js="">fileBrowserHan dler</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.html" js="">omni box</a></li><li><a href="pageAction.html" js="">pageAction</a></li><li><a href=" pageCapture.html" js="">pageCapture</a></li><li><a href="permissions.html" js="" >permissions</a></li><li><a href="proxy.html" js="">proxy</a></li><li><a href="t abs.html" js="">tabs</a></li><li><a href="tts.html" js="">tts</a></li><li><a hre f="ttsEngine.html" js="">ttsEngine</a></li><li><a href="types.html" js="">types< /a></li><li><a href="webNavigation.html" js="">webNavigation</a></li><li><a href ="windows.html" js="">windows</a></li>
361 </ul> 361 </ul>
362 362
363 <h2 id="experimental">Experimental APIs</h2> 363 <h2 id="experimental">Experimental APIs</h2>
364 364
365 <p> 365 <p>
366 Google Chrome also has 366 Google Chrome also has
367 <a href="experimental.html">experimental APIs</a>, 367 <a href="experimental.html">experimental APIs</a>,
368 some of which will become supported APIs 368 some of which will become supported APIs
369 in future releases of Chrome. 369 in future releases of Chrome.
370 </p> 370 </p>
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
592 _uff=0; 592 _uff=0;
593 urchinTracker(); 593 urchinTracker();
594 } 594 }
595 catch(e) {/* urchinTracker not available. */} 595 catch(e) {/* urchinTracker not available. */}
596 </script> 596 </script>
597 <!-- end analytics --> 597 <!-- end analytics -->
598 </div> 598 </div>
599 </div> <!-- /gc-footer --> 599 </div> <!-- /gc-footer -->
600 </div> <!-- /gc-container --> 600 </div> <!-- /gc-container -->
601 </body></html> 601 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698