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

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

Issue 7720002: Chrome Extensions chrome.experimental.offscreenTabs.* API implementation, docs, and test. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 9 years, 4 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 581 matching lines...) Expand 10 before | Expand all | Expand 10 after
592 </div> 592 </div>
593 </div><div> 593 </div><div>
594 <div> 594 <div>
595 <dt> 595 <dt>
596 <var>height</var> 596 <var>height</var>
597 <em> 597 <em>
598 598
599 <!-- TYPE --> 599 <!-- TYPE -->
600 <div style="display:inline"> 600 <div style="display:inline">
601 ( 601 (
602 <span class="optional" style="display: none; ">optional</spa n> 602 <span class="optional">optional</span>
Ken Russell (switch to Gerrit) 2011/08/23 22:46:53 It looks like the changes to this file are unrelat
alexbost 2011/08/24 20:06:21 Done.
603 <span class="enum" style="display: none; ">enumerated</span> 603 <span class="enum" style="display: none; ">enumerated</span>
604 <span id="typeTemplate"> 604 <span id="typeTemplate">
605 <span style="display: none; "> 605 <span style="display: none; ">
606 <a> Type</a> 606 <a> Type</a>
607 </span> 607 </span>
608 <span> 608 <span>
609 <span style="display: none; "> 609 <span style="display: none; ">
610 array of <span><span></span></span> 610 array of <span><span></span></span>
611 </span> 611 </span>
612 <span>integer</span> 612 <span>integer</span>
613 <span style="display: none; "></span> 613 <span style="display: none; "></span>
614 </span> 614 </span>
615 </span> 615 </span>
616 ) 616 )
617 </div> 617 </div>
618 618
619 </em> 619 </em>
620 </dt> 620 </dt>
621 <dd class="todo" style="display: none; "> 621 <dd class="todo" style="display: none; ">
622 Undocumented. 622 Undocumented.
623 </dd> 623 </dd>
624 <dd>The height (in pixels) of the infobar to show. A value of 0 means: use default infobar height.</dd> 624 <dd>The height (in pixels) of the infobar to show. If omitted, the def ault infobar height will be used.</dd>
625 <dd style="display: none; "> 625 <dd style="display: none; ">
626 This parameter was added in version 626 This parameter was added in version
627 <b><span></span></b>. 627 <b><span></span></b>.
628 You must omit this parameter in earlier versions, 628 You must omit this parameter in earlier versions,
629 and you may omit it in any version. If you require this 629 and you may omit it in any version. If you require this
630 parameter, the manifest key 630 parameter, the manifest key
631 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a> 631 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
632 can ensure that your extension won't be run in an earlier browser ve rsion. 632 can ensure that your extension won't be run in an earlier browser ve rsion.
633 </dd> 633 </dd>
634 634
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
969 _uff=0; 969 _uff=0;
970 urchinTracker(); 970 urchinTracker();
971 } 971 }
972 catch(e) {/* urchinTracker not available. */} 972 catch(e) {/* urchinTracker not available. */}
973 </script> 973 </script>
974 <!-- end analytics --> 974 <!-- end analytics -->
975 </div> 975 </div>
976 </div> <!-- /gc-footer --> 976 </div> <!-- /gc-footer -->
977 </div> <!-- /gc-container --> 977 </div> <!-- /gc-container -->
978 </body></html> 978 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698