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

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

Issue 3210007: Add support for a "split" incognito behavior for extensions. (Closed)
Patch Set: latest Created 10 years, 3 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
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 919 matching lines...) Expand 10 before | Expand all | Expand 10 after
930 </span> 930 </span>
931 </span> 931 </span>
932 ) 932 )
933 </div> 933 </div>
934 934
935 </em> 935 </em>
936 </dt> 936 </dt>
937 <dd class="todo" style="display: none; "> 937 <dd class="todo" style="display: none; ">
938 Undocumented. 938 Undocumented.
939 </dd> 939 </dd>
940 <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> 940 <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>
941 <dd style="display: none; "> 941 <dd style="display: none; ">
942 This parameter was added in version 942 This parameter was added in version
943 <b><span></span></b>. 943 <b><span></span></b>.
944 You must omit this parameter in earlier versions, 944 You must omit this parameter in earlier versions,
945 and you may omit it in any version. If you require this 945 and you may omit it in any version. If you require this
946 parameter, the manifest key 946 parameter, the manifest key
947 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a> 947 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
948 can ensure that your extension won't be run in an earlier browser ve rsion. 948 can ensure that your extension won't be run in an earlier browser ve rsion.
949 </dd> 949 </dd>
950 950
(...skipping 1638 matching lines...) Expand 10 before | Expand all | Expand 10 after
2589 _uff=0; 2589 _uff=0;
2590 urchinTracker(); 2590 urchinTracker();
2591 } 2591 }
2592 catch(e) {/* urchinTracker not available. */} 2592 catch(e) {/* urchinTracker not available. */}
2593 </script> 2593 </script>
2594 <!-- end analytics --> 2594 <!-- end analytics -->
2595 </div> 2595 </div>
2596 </div> <!-- /gc-footer --> 2596 </div> <!-- /gc-footer -->
2597 </div> <!-- /gc-container --> 2597 </div> <!-- /gc-container -->
2598 </body></html> 2598 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/extension_api.json ('k') | chrome/common/extensions/docs/extension.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698