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

Side by Side Diff: chrome/common/extensions/docs/experimental.sidebar.html

Issue 5563012: Re-generate extension API docs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase before commit Created 10 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 934 matching lines...) Expand 10 before | Expand all | Expand 10 after
945 </span> 945 </span>
946 </span> 946 </span>
947 ) 947 )
948 </div> 948 </div>
949 949
950 </em> 950 </em>
951 </dt> 951 </dt>
952 <dd class="todo" style="display: none; "> 952 <dd class="todo" style="display: none; ">
953 Undocumented. 953 Undocumented.
954 </dd> 954 </dd>
955 <dd>'hidden' indicates sidebar is not defined for the specified tab (s how was never called or hide() was called). Nothing is displayed for this sideba r.'shown' means sidebar is defined for the specified tab; mini tab is displayed for this sidebar. Sidebar UI is either collapsed or displaying a content of some other extension's sidebar.'active' indicates that sidebar is defined for the sp ecified tab; sidebar UI is expanded and displaying this sidebar's content.</dd> 955 <dd>'hidden' indicates sidebar is not defined for the specified tab (s how was never called or hide() was called). Nothing is displayed for this sideba r.<br>'shown' means sidebar is defined for the specified tab; mini tab is displa yed for this sidebar. Sidebar UI is either collapsed or displaying a content of some other extension's sidebar.<br>'active' indicates that sidebar is defined fo r the specified tab; sidebar UI is expanded and displaying this sidebar's conten t.</dd>
956 <dd style="display: none; "> 956 <dd style="display: none; ">
957 This parameter was added in version 957 This parameter was added in version
958 <b><span></span></b>. 958 <b><span></span></b>.
959 You must omit this parameter in earlier versions, 959 You must omit this parameter in earlier versions,
960 and you may omit it in any version. If you require this 960 and you may omit it in any version. If you require this
961 parameter, the manifest key 961 parameter, the manifest key
962 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a> 962 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
963 can ensure that your extension won't be run in an earlier browser ve rsion. 963 can ensure that your extension won't be run in an earlier browser ve rsion.
964 </dd> 964 </dd>
965 965
(...skipping 1638 matching lines...) Expand 10 before | Expand all | Expand 10 after
2604 _uff=0; 2604 _uff=0;
2605 urchinTracker(); 2605 urchinTracker();
2606 } 2606 }
2607 catch(e) {/* urchinTracker not available. */} 2607 catch(e) {/* urchinTracker not available. */}
2608 </script> 2608 </script>
2609 <!-- end analytics --> 2609 <!-- end analytics -->
2610 </div> 2610 </div>
2611 </div> <!-- /gc-footer --> 2611 </div> <!-- /gc-footer -->
2612 </div> <!-- /gc-container --> 2612 </div> <!-- /gc-container -->
2613 </body></html> 2613 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/examples/extensions/chrome_search.zip ('k') | chrome/common/extensions/docs/samples.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698