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

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

Issue 2812023: Make the extension API docs point out the minimum version that supports an API call. (Closed)
Patch Set: Rebase for checkin. Created 10 years, 5 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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 </div> 52 </div>
53 53
54 </em> 54 </em>
55 </dt> 55 </dt>
56 <dd class="todo"> 56 <dd class="todo">
57 Undocumented. 57 Undocumented.
58 </dd> 58 </dd>
59 <dd> 59 <dd>
60 Description of this parameter from the json schema. 60 Description of this parameter from the json schema.
61 </dd> 61 </dd>
62 <dd>
63 This parameter was added in version
64 <b><span></span></b>.
65 You must omit this parameter in earlier versions,
66 and you may omit it in any version. If you require this
67 parameter, the manifest key
68 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
69 can ensure that your extension won't be run in an earlier browser ve rsion.
70 </dd>
62 71
63 <!-- OBJECT PROPERTIES --> 72 <!-- OBJECT PROPERTIES -->
64 <dd> 73 <dd>
65 <dl> 74 <dl>
66 <div> 75 <div>
67 <div> 76 <div>
68 </div> 77 </div>
69 </div> 78 </div>
70 </dl> 79 </dl>
71 </dd> 80 </dd>
(...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after
535 </div> 544 </div>
536 545
537 </em> 546 </em>
538 </dt> 547 </dt>
539 <dd class="todo"> 548 <dd class="todo">
540 Undocumented. 549 Undocumented.
541 </dd> 550 </dd>
542 <dd style="display: none; "> 551 <dd style="display: none; ">
543 Description of this parameter from the json schema. 552 Description of this parameter from the json schema.
544 </dd> 553 </dd>
554 <dd style="display: none; ">
555 This parameter was added in version
556 <b><span></span></b>.
557 You must omit this parameter in earlier versions,
558 and you may omit it in any version. If you require this
559 parameter, the manifest key
560 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
561 can ensure that your extension won't be run in an earlier browser ve rsion.
562 </dd>
545 563
546 <!-- OBJECT PROPERTIES --> 564 <!-- OBJECT PROPERTIES -->
547 <dd> 565 <dd>
548 <dl> 566 <dl>
549 <div> 567 <div>
550 <div> 568 <div>
551 <dt> 569 <dt>
552 <var>color</var> 570 <var>color</var>
553 <em> 571 <em>
554 572
(...skipping 27 matching lines...) Expand all
582 </span> 600 </span>
583 ) 601 )
584 </div> 602 </div>
585 603
586 </em> 604 </em>
587 </dt> 605 </dt>
588 <dd class="todo" style="display: none; "> 606 <dd class="todo" style="display: none; ">
589 Undocumented. 607 Undocumented.
590 </dd> 608 </dd>
591 <dd>An array of four integers in the range [0,255] that make up the RG BA color of the badge. For example, opaque red is <code>[255, 0, 0, 255]</code>. </dd> 609 <dd>An array of four integers in the range [0,255] that make up the RG BA color of the badge. For example, opaque red is <code>[255, 0, 0, 255]</code>. </dd>
610 <dd style="display: none; ">
611 This parameter was added in version
612 <b><span></span></b>.
613 You must omit this parameter in earlier versions,
614 and you may omit it in any version. If you require this
615 parameter, the manifest key
616 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
617 can ensure that your extension won't be run in an earlier browser ve rsion.
618 </dd>
592 619
593 <!-- OBJECT PROPERTIES --> 620 <!-- OBJECT PROPERTIES -->
594 <dd style="display: none; "> 621 <dd style="display: none; ">
595 <dl> 622 <dl>
596 <div> 623 <div>
597 <div> 624 <div>
598 </div> 625 </div>
599 </div> 626 </div>
600 </dl> 627 </dl>
601 </dd> 628 </dd>
(...skipping 23 matching lines...) Expand all
625 </span> 652 </span>
626 ) 653 )
627 </div> 654 </div>
628 655
629 </em> 656 </em>
630 </dt> 657 </dt>
631 <dd class="todo" style="display: none; "> 658 <dd class="todo" style="display: none; ">
632 Undocumented. 659 Undocumented.
633 </dd> 660 </dd>
634 <dd>Limits the change to when a particular tab is selected. Automatica lly resets when the tab is closed.</dd> 661 <dd>Limits the change to when a particular tab is selected. Automatica lly resets when the tab is closed.</dd>
662 <dd style="display: none; ">
663 This parameter was added in version
664 <b><span></span></b>.
665 You must omit this parameter in earlier versions,
666 and you may omit it in any version. If you require this
667 parameter, the manifest key
668 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
669 can ensure that your extension won't be run in an earlier browser ve rsion.
670 </dd>
635 671
636 <!-- OBJECT PROPERTIES --> 672 <!-- OBJECT PROPERTIES -->
637 <dd style="display: none; "> 673 <dd style="display: none; ">
638 <dl> 674 <dl>
639 <div> 675 <div>
640 <div> 676 <div>
641 </div> 677 </div>
642 </div> 678 </div>
643 </dl> 679 </dl>
644 </dd> 680 </dd>
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
676 <pre>function(<span>Type param1, Type param2</span>) <span cla ss="subdued">{...}</span>);</pre> 712 <pre>function(<span>Type param1, Type param2</span>) <span cla ss="subdued">{...}</span>);</pre>
677 <dl> 713 <dl>
678 <div> 714 <div>
679 <div> 715 <div>
680 </div> 716 </div>
681 </div> 717 </div>
682 </dl> 718 </dl>
683 </div> 719 </div>
684 </div> 720 </div>
685 721
722 <!-- MIN_VERSION -->
723 <p style="display: none; ">
724 This function was added in version <b><span></span></b>.
725 If you require this function, the manifest key
726 <a href="manifest.html#minimum_chrome_version">minimum_chrome_ version</a>
727 can ensure that your extension won't be run in an earlier brow ser version.
728 </p>
686 </div> <!-- /description --> 729 </div> <!-- /description -->
687 730
688 </div><div class="apiItem"> 731 </div><div class="apiItem">
689 <a name="method-setBadgeText"></a> <!-- method-anchor --> 732 <a name="method-setBadgeText"></a> <!-- method-anchor -->
690 <h4>setBadgeText</h4> 733 <h4>setBadgeText</h4>
691 734
692 <div class="summary"><span style="display: none; ">void</span> 735 <div class="summary"><span style="display: none; ">void</span>
693 <!-- Note: intentionally longer 80 columns --> 736 <!-- Note: intentionally longer 80 columns -->
694 <span>chrome.browserAction.setBadgeText</span>(<span class="nu ll"><span style="display: none; ">, </span><span>object</span> 737 <span>chrome.browserAction.setBadgeText</span>(<span class="nu ll"><span style="display: none; ">, </span><span>object</span>
695 <var><span>details</span></var></span>)</div> 738 <var><span>details</span></var></span>)</div>
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
728 </div> 771 </div>
729 772
730 </em> 773 </em>
731 </dt> 774 </dt>
732 <dd class="todo"> 775 <dd class="todo">
733 Undocumented. 776 Undocumented.
734 </dd> 777 </dd>
735 <dd style="display: none; "> 778 <dd style="display: none; ">
736 Description of this parameter from the json schema. 779 Description of this parameter from the json schema.
737 </dd> 780 </dd>
781 <dd style="display: none; ">
782 This parameter was added in version
783 <b><span></span></b>.
784 You must omit this parameter in earlier versions,
785 and you may omit it in any version. If you require this
786 parameter, the manifest key
787 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
788 can ensure that your extension won't be run in an earlier browser ve rsion.
789 </dd>
738 790
739 <!-- OBJECT PROPERTIES --> 791 <!-- OBJECT PROPERTIES -->
740 <dd> 792 <dd>
741 <dl> 793 <dl>
742 <div> 794 <div>
743 <div> 795 <div>
744 <dt> 796 <dt>
745 <var>text</var> 797 <var>text</var>
746 <em> 798 <em>
747 799
(...skipping 16 matching lines...) Expand all
764 </span> 816 </span>
765 ) 817 )
766 </div> 818 </div>
767 819
768 </em> 820 </em>
769 </dt> 821 </dt>
770 <dd class="todo" style="display: none; "> 822 <dd class="todo" style="display: none; ">
771 Undocumented. 823 Undocumented.
772 </dd> 824 </dd>
773 <dd>Any number of characters can be passed, but only about four can fi t in the space.</dd> 825 <dd>Any number of characters can be passed, but only about four can fi t in the space.</dd>
826 <dd style="display: none; ">
827 This parameter was added in version
828 <b><span></span></b>.
829 You must omit this parameter in earlier versions,
830 and you may omit it in any version. If you require this
831 parameter, the manifest key
832 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
833 can ensure that your extension won't be run in an earlier browser ve rsion.
834 </dd>
774 835
775 <!-- OBJECT PROPERTIES --> 836 <!-- OBJECT PROPERTIES -->
776 <dd style="display: none; "> 837 <dd style="display: none; ">
777 <dl> 838 <dl>
778 <div> 839 <div>
779 <div> 840 <div>
780 </div> 841 </div>
781 </div> 842 </div>
782 </dl> 843 </dl>
783 </dd> 844 </dd>
(...skipping 23 matching lines...) Expand all
807 </span> 868 </span>
808 ) 869 )
809 </div> 870 </div>
810 871
811 </em> 872 </em>
812 </dt> 873 </dt>
813 <dd class="todo" style="display: none; "> 874 <dd class="todo" style="display: none; ">
814 Undocumented. 875 Undocumented.
815 </dd> 876 </dd>
816 <dd>Limits the change to when a particular tab is selected. Automatica lly resets when the tab is closed.</dd> 877 <dd>Limits the change to when a particular tab is selected. Automatica lly resets when the tab is closed.</dd>
878 <dd style="display: none; ">
879 This parameter was added in version
880 <b><span></span></b>.
881 You must omit this parameter in earlier versions,
882 and you may omit it in any version. If you require this
883 parameter, the manifest key
884 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
885 can ensure that your extension won't be run in an earlier browser ve rsion.
886 </dd>
817 887
818 <!-- OBJECT PROPERTIES --> 888 <!-- OBJECT PROPERTIES -->
819 <dd style="display: none; "> 889 <dd style="display: none; ">
820 <dl> 890 <dl>
821 <div> 891 <div>
822 <div> 892 <div>
823 </div> 893 </div>
824 </div> 894 </div>
825 </dl> 895 </dl>
826 </dd> 896 </dd>
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
858 <pre>function(<span>Type param1, Type param2</span>) <span cla ss="subdued">{...}</span>);</pre> 928 <pre>function(<span>Type param1, Type param2</span>) <span cla ss="subdued">{...}</span>);</pre>
859 <dl> 929 <dl>
860 <div> 930 <div>
861 <div> 931 <div>
862 </div> 932 </div>
863 </div> 933 </div>
864 </dl> 934 </dl>
865 </div> 935 </div>
866 </div> 936 </div>
867 937
938 <!-- MIN_VERSION -->
939 <p style="display: none; ">
940 This function was added in version <b><span></span></b>.
941 If you require this function, the manifest key
942 <a href="manifest.html#minimum_chrome_version">minimum_chrome_ version</a>
943 can ensure that your extension won't be run in an earlier brow ser version.
944 </p>
868 </div> <!-- /description --> 945 </div> <!-- /description -->
869 946
870 </div><div class="apiItem"> 947 </div><div class="apiItem">
871 <a name="method-setIcon"></a> <!-- method-anchor --> 948 <a name="method-setIcon"></a> <!-- method-anchor -->
872 <h4>setIcon</h4> 949 <h4>setIcon</h4>
873 950
874 <div class="summary"><span style="display: none; ">void</span> 951 <div class="summary"><span style="display: none; ">void</span>
875 <!-- Note: intentionally longer 80 columns --> 952 <!-- Note: intentionally longer 80 columns -->
876 <span>chrome.browserAction.setIcon</span>(<span class="null">< span style="display: none; ">, </span><span>object</span> 953 <span>chrome.browserAction.setIcon</span>(<span class="null">< span style="display: none; ">, </span><span>object</span>
877 <var><span>details</span></var></span>)</div> 954 <var><span>details</span></var></span>)</div>
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
910 </div> 987 </div>
911 988
912 </em> 989 </em>
913 </dt> 990 </dt>
914 <dd class="todo"> 991 <dd class="todo">
915 Undocumented. 992 Undocumented.
916 </dd> 993 </dd>
917 <dd style="display: none; "> 994 <dd style="display: none; ">
918 Description of this parameter from the json schema. 995 Description of this parameter from the json schema.
919 </dd> 996 </dd>
997 <dd style="display: none; ">
998 This parameter was added in version
999 <b><span></span></b>.
1000 You must omit this parameter in earlier versions,
1001 and you may omit it in any version. If you require this
1002 parameter, the manifest key
1003 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
1004 can ensure that your extension won't be run in an earlier browser ve rsion.
1005 </dd>
920 1006
921 <!-- OBJECT PROPERTIES --> 1007 <!-- OBJECT PROPERTIES -->
922 <dd> 1008 <dd>
923 <dl> 1009 <dl>
924 <div> 1010 <div>
925 <div> 1011 <div>
926 <dt> 1012 <dt>
927 <var>imageData</var> 1013 <var>imageData</var>
928 <em> 1014 <em>
929 1015
(...skipping 16 matching lines...) Expand all
946 </span> 1032 </span>
947 ) 1033 )
948 </div> 1034 </div>
949 1035
950 </em> 1036 </em>
951 </dt> 1037 </dt>
952 <dd class="todo" style="display: none; "> 1038 <dd class="todo" style="display: none; ">
953 Undocumented. 1039 Undocumented.
954 </dd> 1040 </dd>
955 <dd>Pixel data for an image. Must be an ImageData object (for example, from a <code>canvas</code> element).</dd> 1041 <dd>Pixel data for an image. Must be an ImageData object (for example, from a <code>canvas</code> element).</dd>
1042 <dd style="display: none; ">
1043 This parameter was added in version
1044 <b><span></span></b>.
1045 You must omit this parameter in earlier versions,
1046 and you may omit it in any version. If you require this
1047 parameter, the manifest key
1048 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
1049 can ensure that your extension won't be run in an earlier browser ve rsion.
1050 </dd>
956 1051
957 <!-- OBJECT PROPERTIES --> 1052 <!-- OBJECT PROPERTIES -->
958 <dd> 1053 <dd>
959 <dl> 1054 <dl>
960 <div style="display: none; "> 1055 <div style="display: none; ">
961 <div> 1056 <div>
962 </div> 1057 </div>
963 </div> 1058 </div>
964 </dl> 1059 </dl>
965 </dd> 1060 </dd>
(...skipping 23 matching lines...) Expand all
989 </span> 1084 </span>
990 ) 1085 )
991 </div> 1086 </div>
992 1087
993 </em> 1088 </em>
994 </dt> 1089 </dt>
995 <dd class="todo" style="display: none; "> 1090 <dd class="todo" style="display: none; ">
996 Undocumented. 1091 Undocumented.
997 </dd> 1092 </dd>
998 <dd>Relative path to an image in the extension to show in the browser action.</dd> 1093 <dd>Relative path to an image in the extension to show in the browser action.</dd>
1094 <dd style="display: none; ">
1095 This parameter was added in version
1096 <b><span></span></b>.
1097 You must omit this parameter in earlier versions,
1098 and you may omit it in any version. If you require this
1099 parameter, the manifest key
1100 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
1101 can ensure that your extension won't be run in an earlier browser ve rsion.
1102 </dd>
999 1103
1000 <!-- OBJECT PROPERTIES --> 1104 <!-- OBJECT PROPERTIES -->
1001 <dd style="display: none; "> 1105 <dd style="display: none; ">
1002 <dl> 1106 <dl>
1003 <div> 1107 <div>
1004 <div> 1108 <div>
1005 </div> 1109 </div>
1006 </div> 1110 </div>
1007 </dl> 1111 </dl>
1008 </dd> 1112 </dd>
(...skipping 23 matching lines...) Expand all
1032 </span> 1136 </span>
1033 ) 1137 )
1034 </div> 1138 </div>
1035 1139
1036 </em> 1140 </em>
1037 </dt> 1141 </dt>
1038 <dd class="todo" style="display: none; "> 1142 <dd class="todo" style="display: none; ">
1039 Undocumented. 1143 Undocumented.
1040 </dd> 1144 </dd>
1041 <dd>Limits the change to when a particular tab is selected. Automatica lly resets when the tab is closed.</dd> 1145 <dd>Limits the change to when a particular tab is selected. Automatica lly resets when the tab is closed.</dd>
1146 <dd style="display: none; ">
1147 This parameter was added in version
1148 <b><span></span></b>.
1149 You must omit this parameter in earlier versions,
1150 and you may omit it in any version. If you require this
1151 parameter, the manifest key
1152 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
1153 can ensure that your extension won't be run in an earlier browser ve rsion.
1154 </dd>
1042 1155
1043 <!-- OBJECT PROPERTIES --> 1156 <!-- OBJECT PROPERTIES -->
1044 <dd style="display: none; "> 1157 <dd style="display: none; ">
1045 <dl> 1158 <dl>
1046 <div> 1159 <div>
1047 <div> 1160 <div>
1048 </div> 1161 </div>
1049 </div> 1162 </div>
1050 </dl> 1163 </dl>
1051 </dd> 1164 </dd>
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
1083 <pre>function(<span>Type param1, Type param2</span>) <span cla ss="subdued">{...}</span>);</pre> 1196 <pre>function(<span>Type param1, Type param2</span>) <span cla ss="subdued">{...}</span>);</pre>
1084 <dl> 1197 <dl>
1085 <div> 1198 <div>
1086 <div> 1199 <div>
1087 </div> 1200 </div>
1088 </div> 1201 </div>
1089 </dl> 1202 </dl>
1090 </div> 1203 </div>
1091 </div> 1204 </div>
1092 1205
1206 <!-- MIN_VERSION -->
1207 <p style="display: none; ">
1208 This function was added in version <b><span></span></b>.
1209 If you require this function, the manifest key
1210 <a href="manifest.html#minimum_chrome_version">minimum_chrome_ version</a>
1211 can ensure that your extension won't be run in an earlier brow ser version.
1212 </p>
1093 </div> <!-- /description --> 1213 </div> <!-- /description -->
1094 1214
1095 </div><div class="apiItem"> 1215 </div><div class="apiItem">
1096 <a name="method-setPopup"></a> <!-- method-anchor --> 1216 <a name="method-setPopup"></a> <!-- method-anchor -->
1097 <h4>setPopup</h4> 1217 <h4>setPopup</h4>
1098 1218
1099 <div class="summary"><span style="display: none; ">void</span> 1219 <div class="summary"><span style="display: none; ">void</span>
1100 <!-- Note: intentionally longer 80 columns --> 1220 <!-- Note: intentionally longer 80 columns -->
1101 <span>chrome.browserAction.setPopup</span>(<span class="null"> <span style="display: none; ">, </span><span>object</span> 1221 <span>chrome.browserAction.setPopup</span>(<span class="null"> <span style="display: none; ">, </span><span>object</span>
1102 <var><span>details</span></var></span>)</div> 1222 <var><span>details</span></var></span>)</div>
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
1135 </div> 1255 </div>
1136 1256
1137 </em> 1257 </em>
1138 </dt> 1258 </dt>
1139 <dd class="todo"> 1259 <dd class="todo">
1140 Undocumented. 1260 Undocumented.
1141 </dd> 1261 </dd>
1142 <dd style="display: none; "> 1262 <dd style="display: none; ">
1143 Description of this parameter from the json schema. 1263 Description of this parameter from the json schema.
1144 </dd> 1264 </dd>
1265 <dd style="display: none; ">
1266 This parameter was added in version
1267 <b><span></span></b>.
1268 You must omit this parameter in earlier versions,
1269 and you may omit it in any version. If you require this
1270 parameter, the manifest key
1271 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
1272 can ensure that your extension won't be run in an earlier browser ve rsion.
1273 </dd>
1145 1274
1146 <!-- OBJECT PROPERTIES --> 1275 <!-- OBJECT PROPERTIES -->
1147 <dd> 1276 <dd>
1148 <dl> 1277 <dl>
1149 <div> 1278 <div>
1150 <div> 1279 <div>
1151 <dt> 1280 <dt>
1152 <var>tabId</var> 1281 <var>tabId</var>
1153 <em> 1282 <em>
1154 1283
(...skipping 16 matching lines...) Expand all
1171 </span> 1300 </span>
1172 ) 1301 )
1173 </div> 1302 </div>
1174 1303
1175 </em> 1304 </em>
1176 </dt> 1305 </dt>
1177 <dd class="todo" style="display: none; "> 1306 <dd class="todo" style="display: none; ">
1178 Undocumented. 1307 Undocumented.
1179 </dd> 1308 </dd>
1180 <dd>Limits the change to when a particular tab is selected. Automatica lly resets when the tab is closed.</dd> 1309 <dd>Limits the change to when a particular tab is selected. Automatica lly resets when the tab is closed.</dd>
1310 <dd style="display: none; ">
1311 This parameter was added in version
1312 <b><span></span></b>.
1313 You must omit this parameter in earlier versions,
1314 and you may omit it in any version. If you require this
1315 parameter, the manifest key
1316 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
1317 can ensure that your extension won't be run in an earlier browser ve rsion.
1318 </dd>
1181 1319
1182 <!-- OBJECT PROPERTIES --> 1320 <!-- OBJECT PROPERTIES -->
1183 <dd style="display: none; "> 1321 <dd style="display: none; ">
1184 <dl> 1322 <dl>
1185 <div> 1323 <div>
1186 <div> 1324 <div>
1187 </div> 1325 </div>
1188 </div> 1326 </div>
1189 </dl> 1327 </dl>
1190 </dd> 1328 </dd>
(...skipping 23 matching lines...) Expand all
1214 </span> 1352 </span>
1215 ) 1353 )
1216 </div> 1354 </div>
1217 1355
1218 </em> 1356 </em>
1219 </dt> 1357 </dt>
1220 <dd class="todo" style="display: none; "> 1358 <dd class="todo" style="display: none; ">
1221 Undocumented. 1359 Undocumented.
1222 </dd> 1360 </dd>
1223 <dd>The html file to show in a popup. If set to the empty string ('') , no popup is shown.</dd> 1361 <dd>The html file to show in a popup. If set to the empty string ('') , no popup is shown.</dd>
1362 <dd style="display: none; ">
1363 This parameter was added in version
1364 <b><span></span></b>.
1365 You must omit this parameter in earlier versions,
1366 and you may omit it in any version. If you require this
1367 parameter, the manifest key
1368 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
1369 can ensure that your extension won't be run in an earlier browser ve rsion.
1370 </dd>
1224 1371
1225 <!-- OBJECT PROPERTIES --> 1372 <!-- OBJECT PROPERTIES -->
1226 <dd style="display: none; "> 1373 <dd style="display: none; ">
1227 <dl> 1374 <dl>
1228 <div> 1375 <div>
1229 <div> 1376 <div>
1230 </div> 1377 </div>
1231 </div> 1378 </div>
1232 </dl> 1379 </dl>
1233 </dd> 1380 </dd>
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
1265 <pre>function(<span>Type param1, Type param2</span>) <span cla ss="subdued">{...}</span>);</pre> 1412 <pre>function(<span>Type param1, Type param2</span>) <span cla ss="subdued">{...}</span>);</pre>
1266 <dl> 1413 <dl>
1267 <div> 1414 <div>
1268 <div> 1415 <div>
1269 </div> 1416 </div>
1270 </div> 1417 </div>
1271 </dl> 1418 </dl>
1272 </div> 1419 </div>
1273 </div> 1420 </div>
1274 1421
1422 <!-- MIN_VERSION -->
1423 <p>
1424 This function was added in version <b><span>5.0.316.0</span></ b>.
1425 If you require this function, the manifest key
1426 <a href="manifest.html#minimum_chrome_version">minimum_chrome_ version</a>
1427 can ensure that your extension won't be run in an earlier brow ser version.
1428 </p>
1275 </div> <!-- /description --> 1429 </div> <!-- /description -->
1276 1430
1277 </div><div class="apiItem"> 1431 </div><div class="apiItem">
1278 <a name="method-setTitle"></a> <!-- method-anchor --> 1432 <a name="method-setTitle"></a> <!-- method-anchor -->
1279 <h4>setTitle</h4> 1433 <h4>setTitle</h4>
1280 1434
1281 <div class="summary"><span style="display: none; ">void</span> 1435 <div class="summary"><span style="display: none; ">void</span>
1282 <!-- Note: intentionally longer 80 columns --> 1436 <!-- Note: intentionally longer 80 columns -->
1283 <span>chrome.browserAction.setTitle</span>(<span class="null"> <span style="display: none; ">, </span><span>object</span> 1437 <span>chrome.browserAction.setTitle</span>(<span class="null"> <span style="display: none; ">, </span><span>object</span>
1284 <var><span>details</span></var></span>)</div> 1438 <var><span>details</span></var></span>)</div>
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
1317 </div> 1471 </div>
1318 1472
1319 </em> 1473 </em>
1320 </dt> 1474 </dt>
1321 <dd class="todo"> 1475 <dd class="todo">
1322 Undocumented. 1476 Undocumented.
1323 </dd> 1477 </dd>
1324 <dd style="display: none; "> 1478 <dd style="display: none; ">
1325 Description of this parameter from the json schema. 1479 Description of this parameter from the json schema.
1326 </dd> 1480 </dd>
1481 <dd style="display: none; ">
1482 This parameter was added in version
1483 <b><span></span></b>.
1484 You must omit this parameter in earlier versions,
1485 and you may omit it in any version. If you require this
1486 parameter, the manifest key
1487 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
1488 can ensure that your extension won't be run in an earlier browser ve rsion.
1489 </dd>
1327 1490
1328 <!-- OBJECT PROPERTIES --> 1491 <!-- OBJECT PROPERTIES -->
1329 <dd> 1492 <dd>
1330 <dl> 1493 <dl>
1331 <div> 1494 <div>
1332 <div> 1495 <div>
1333 <dt> 1496 <dt>
1334 <var>title</var> 1497 <var>title</var>
1335 <em> 1498 <em>
1336 1499
(...skipping 16 matching lines...) Expand all
1353 </span> 1516 </span>
1354 ) 1517 )
1355 </div> 1518 </div>
1356 1519
1357 </em> 1520 </em>
1358 </dt> 1521 </dt>
1359 <dd class="todo" style="display: none; "> 1522 <dd class="todo" style="display: none; ">
1360 Undocumented. 1523 Undocumented.
1361 </dd> 1524 </dd>
1362 <dd>The string the browser action should display when moused over.</dd > 1525 <dd>The string the browser action should display when moused over.</dd >
1526 <dd style="display: none; ">
1527 This parameter was added in version
1528 <b><span></span></b>.
1529 You must omit this parameter in earlier versions,
1530 and you may omit it in any version. If you require this
1531 parameter, the manifest key
1532 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
1533 can ensure that your extension won't be run in an earlier browser ve rsion.
1534 </dd>
1363 1535
1364 <!-- OBJECT PROPERTIES --> 1536 <!-- OBJECT PROPERTIES -->
1365 <dd style="display: none; "> 1537 <dd style="display: none; ">
1366 <dl> 1538 <dl>
1367 <div> 1539 <div>
1368 <div> 1540 <div>
1369 </div> 1541 </div>
1370 </div> 1542 </div>
1371 </dl> 1543 </dl>
1372 </dd> 1544 </dd>
(...skipping 23 matching lines...) Expand all
1396 </span> 1568 </span>
1397 ) 1569 )
1398 </div> 1570 </div>
1399 1571
1400 </em> 1572 </em>
1401 </dt> 1573 </dt>
1402 <dd class="todo" style="display: none; "> 1574 <dd class="todo" style="display: none; ">
1403 Undocumented. 1575 Undocumented.
1404 </dd> 1576 </dd>
1405 <dd>Limits the change to when a particular tab is selected. Automatica lly resets when the tab is closed.</dd> 1577 <dd>Limits the change to when a particular tab is selected. Automatica lly resets when the tab is closed.</dd>
1578 <dd style="display: none; ">
1579 This parameter was added in version
1580 <b><span></span></b>.
1581 You must omit this parameter in earlier versions,
1582 and you may omit it in any version. If you require this
1583 parameter, the manifest key
1584 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
1585 can ensure that your extension won't be run in an earlier browser ve rsion.
1586 </dd>
1406 1587
1407 <!-- OBJECT PROPERTIES --> 1588 <!-- OBJECT PROPERTIES -->
1408 <dd style="display: none; "> 1589 <dd style="display: none; ">
1409 <dl> 1590 <dl>
1410 <div> 1591 <div>
1411 <div> 1592 <div>
1412 </div> 1593 </div>
1413 </div> 1594 </div>
1414 </dl> 1595 </dl>
1415 </dd> 1596 </dd>
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
1447 <pre>function(<span>Type param1, Type param2</span>) <span cla ss="subdued">{...}</span>);</pre> 1628 <pre>function(<span>Type param1, Type param2</span>) <span cla ss="subdued">{...}</span>);</pre>
1448 <dl> 1629 <dl>
1449 <div> 1630 <div>
1450 <div> 1631 <div>
1451 </div> 1632 </div>
1452 </div> 1633 </div>
1453 </dl> 1634 </dl>
1454 </div> 1635 </div>
1455 </div> 1636 </div>
1456 1637
1638 <!-- MIN_VERSION -->
1639 <p style="display: none; ">
1640 This function was added in version <b><span></span></b>.
1641 If you require this function, the manifest key
1642 <a href="manifest.html#minimum_chrome_version">minimum_chrome_ version</a>
1643 can ensure that your extension won't be run in an earlier brow ser version.
1644 </p>
1457 </div> <!-- /description --> 1645 </div> <!-- /description -->
1458 1646
1459 </div> <!-- /apiItem --> 1647 </div> <!-- /apiItem -->
1460 1648
1461 </div> <!-- /apiGroup --> 1649 </div> <!-- /apiGroup -->
1462 1650
1463 <!-- EVENTS --> 1651 <!-- EVENTS -->
1464 <div class="apiGroup"> 1652 <div class="apiGroup">
1465 <a name="events"></a> 1653 <a name="events"></a>
1466 <h3 id="events">Events</h3> 1654 <h3 id="events">Events</h3>
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
1509 </div> 1697 </div>
1510 1698
1511 </em> 1699 </em>
1512 </dt> 1700 </dt>
1513 <dd class="todo"> 1701 <dd class="todo">
1514 Undocumented. 1702 Undocumented.
1515 </dd> 1703 </dd>
1516 <dd style="display: none; "> 1704 <dd style="display: none; ">
1517 Description of this parameter from the json schema. 1705 Description of this parameter from the json schema.
1518 </dd> 1706 </dd>
1707 <dd style="display: none; ">
1708 This parameter was added in version
1709 <b><span></span></b>.
1710 You must omit this parameter in earlier versions,
1711 and you may omit it in any version. If you require this
1712 parameter, the manifest key
1713 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
1714 can ensure that your extension won't be run in an earlier browser ve rsion.
1715 </dd>
1519 1716
1520 <!-- OBJECT PROPERTIES --> 1717 <!-- OBJECT PROPERTIES -->
1521 <dd style="display: none; "> 1718 <dd style="display: none; ">
1522 <dl> 1719 <dl>
1523 <div> 1720 <div>
1524 <div> 1721 <div>
1525 </div> 1722 </div>
1526 </div> 1723 </div>
1527 </dl> 1724 </dl>
1528 </dd> 1725 </dd>
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
1587 _uff=0; 1784 _uff=0;
1588 urchinTracker(); 1785 urchinTracker();
1589 } 1786 }
1590 catch(e) {/* urchinTracker not available. */} 1787 catch(e) {/* urchinTracker not available. */}
1591 </script> 1788 </script>
1592 <!-- end analytics --> 1789 <!-- end analytics -->
1593 </div> 1790 </div>
1594 </div> <!-- /gc-footer --> 1791 </div> <!-- /gc-footer -->
1595 </div> <!-- /gc-container --> 1792 </div> <!-- /gc-container -->
1596 </body></html> 1793 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/bookmarks.html ('k') | chrome/common/extensions/docs/build/build.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698