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

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

Issue 7635019: Set Extension Infobars to have a fixed height determined by the developer (clamped to sane min an... (Closed) Base URL: svn://svn.chromium.org/chrome/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 572 matching lines...) Expand 10 before | Expand all | Expand 10 after
583 <dd style="display: none; "> 583 <dd style="display: none; ">
584 <div></div> 584 <div></div>
585 </dd> 585 </dd>
586 586
587 <!-- FUNCTION PARAMETERS --> 587 <!-- FUNCTION PARAMETERS -->
588 <dd style="display: none; "> 588 <dd style="display: none; ">
589 <div></div> 589 <div></div>
590 </dd> 590 </dd>
591 591
592 </div> 592 </div>
593 </div><div>
594 <div>
595 <dt>
596 <var>height</var>
597 <em>
598
599 <!-- TYPE -->
600 <div style="display:inline">
601 (
602 <span class="optional" style="display: none; ">optional</spa n>
603 <span class="enum" style="display: none; ">enumerated</span>
604 <span id="typeTemplate">
605 <span style="display: none; ">
606 <a> Type</a>
607 </span>
608 <span>
609 <span style="display: none; ">
610 array of <span><span></span></span>
611 </span>
612 <span>integer</span>
613 <span style="display: none; "></span>
614 </span>
615 </span>
616 )
617 </div>
618
619 </em>
620 </dt>
621 <dd class="todo" style="display: none; ">
622 Undocumented.
623 </dd>
624 <dd>The height (in pixels) of the infobar to show. A value of 0 means: use default infobar height.</dd>
625 <dd style="display: none; ">
626 This parameter was added in version
627 <b><span></span></b>.
628 You must omit this parameter in earlier versions,
629 and you may omit it in any version. If you require this
630 parameter, the manifest key
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.
633 </dd>
634
635 <!-- OBJECT PROPERTIES -->
636 <dd style="display: none; ">
637 <dl>
638 <div>
639 <div>
640 </div>
593 </div> 641 </div>
594 </dl> 642 </dl>
595 </dd> 643 </dd>
596 644
597 <!-- OBJECT METHODS --> 645 <!-- OBJECT METHODS -->
598 <dd style="display: none; "> 646 <dd style="display: none; ">
599 <div></div> 647 <div></div>
600 </dd> 648 </dd>
601 649
602 <!-- OBJECT EVENT FIELDS --> 650 <!-- OBJECT EVENT FIELDS -->
603 <dd style="display: none; "> 651 <dd style="display: none; ">
604 <div></div> 652 <div></div>
605 </dd> 653 </dd>
606 654
607 <!-- FUNCTION PARAMETERS --> 655 <!-- FUNCTION PARAMETERS -->
608 <dd style="display: none; "> 656 <dd style="display: none; ">
609 <div></div> 657 <div></div>
610 </dd> 658 </dd>
611 659
612 </div> 660 </div>
661 </div>
662 </dl>
663 </dd>
664
665 <!-- OBJECT METHODS -->
666 <dd style="display: none; ">
667 <div></div>
668 </dd>
669
670 <!-- OBJECT EVENT FIELDS -->
671 <dd style="display: none; ">
672 <div></div>
673 </dd>
674
675 <!-- FUNCTION PARAMETERS -->
676 <dd style="display: none; ">
677 <div></div>
678 </dd>
679
680 </div>
613 </div><div> 681 </div><div>
614 <div> 682 <div>
615 <dt> 683 <dt>
616 <var>callback</var> 684 <var>callback</var>
617 <em> 685 <em>
618 686
619 <!-- TYPE --> 687 <!-- TYPE -->
620 <div style="display:inline"> 688 <div style="display:inline">
621 ( 689 (
622 <span class="optional">optional</span> 690 <span class="optional">optional</span>
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
901 _uff=0; 969 _uff=0;
902 urchinTracker(); 970 urchinTracker();
903 } 971 }
904 catch(e) {/* urchinTracker not available. */} 972 catch(e) {/* urchinTracker not available. */}
905 </script> 973 </script>
906 <!-- end analytics --> 974 <!-- end analytics -->
907 </div> 975 </div>
908 </div> <!-- /gc-footer --> 976 </div> <!-- /gc-footer -->
909 </div> <!-- /gc-container --> 977 </div> <!-- /gc-container -->
910 </body></html> 978 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698