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

Side by Side Diff: chrome/common/extensions/docs/history.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 440 matching lines...) Expand 10 before | Expand all | Expand 10 after
512 </div> 521 </div>
513 522
514 </em> 523 </em>
515 </dt> 524 </dt>
516 <dd class="todo"> 525 <dd class="todo">
517 Undocumented. 526 Undocumented.
518 </dd> 527 </dd>
519 <dd style="display: none; "> 528 <dd style="display: none; ">
520 Description of this parameter from the json schema. 529 Description of this parameter from the json schema.
521 </dd> 530 </dd>
531 <dd style="display: none; ">
532 This parameter was added in version
533 <b><span></span></b>.
534 You must omit this parameter in earlier versions,
535 and you may omit it in any version. If you require this
536 parameter, the manifest key
537 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
538 can ensure that your extension won't be run in an earlier browser ve rsion.
539 </dd>
522 540
523 <!-- OBJECT PROPERTIES --> 541 <!-- OBJECT PROPERTIES -->
524 <dd> 542 <dd>
525 <dl> 543 <dl>
526 <div> 544 <div>
527 <div> 545 <div>
528 <dt> 546 <dt>
529 <var>url</var> 547 <var>url</var>
530 <em> 548 <em>
531 549
(...skipping 16 matching lines...) Expand all
548 </span> 566 </span>
549 ) 567 )
550 </div> 568 </div>
551 569
552 </em> 570 </em>
553 </dt> 571 </dt>
554 <dd class="todo" style="display: none; "> 572 <dd class="todo" style="display: none; ">
555 Undocumented. 573 Undocumented.
556 </dd> 574 </dd>
557 <dd>The URL to add.</dd> 575 <dd>The URL to add.</dd>
576 <dd style="display: none; ">
577 This parameter was added in version
578 <b><span></span></b>.
579 You must omit this parameter in earlier versions,
580 and you may omit it in any version. If you require this
581 parameter, the manifest key
582 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
583 can ensure that your extension won't be run in an earlier browser ve rsion.
584 </dd>
558 585
559 <!-- OBJECT PROPERTIES --> 586 <!-- OBJECT PROPERTIES -->
560 <dd style="display: none; "> 587 <dd style="display: none; ">
561 <dl> 588 <dl>
562 <div> 589 <div>
563 <div> 590 <div>
564 </div> 591 </div>
565 </div> 592 </div>
566 </dl> 593 </dl>
567 </dd> 594 </dd>
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
599 <pre>function(<span>Type param1, Type param2</span>) <span cla ss="subdued">{...}</span>);</pre> 626 <pre>function(<span>Type param1, Type param2</span>) <span cla ss="subdued">{...}</span>);</pre>
600 <dl> 627 <dl>
601 <div> 628 <div>
602 <div> 629 <div>
603 </div> 630 </div>
604 </div> 631 </div>
605 </dl> 632 </dl>
606 </div> 633 </div>
607 </div> 634 </div>
608 635
636 <!-- MIN_VERSION -->
637 <p style="display: none; ">
638 This function was added in version <b><span></span></b>.
639 If you require this function, the manifest key
640 <a href="manifest.html#minimum_chrome_version">minimum_chrome_ version</a>
641 can ensure that your extension won't be run in an earlier brow ser version.
642 </p>
609 </div> <!-- /description --> 643 </div> <!-- /description -->
610 644
611 </div><div class="apiItem"> 645 </div><div class="apiItem">
612 <a name="method-deleteAll"></a> <!-- method-anchor --> 646 <a name="method-deleteAll"></a> <!-- method-anchor -->
613 <h4>deleteAll</h4> 647 <h4>deleteAll</h4>
614 648
615 <div class="summary"><span style="display: none; ">void</span> 649 <div class="summary"><span style="display: none; ">void</span>
616 <!-- Note: intentionally longer 80 columns --> 650 <!-- Note: intentionally longer 80 columns -->
617 <span>chrome.history.deleteAll</span>(<span class="null"><span style="display: none; ">, </span><span>function</span> 651 <span>chrome.history.deleteAll</span>(<span class="null"><span style="display: none; ">, </span><span>function</span>
618 <var><span>callback</span></var></span>)</div> 652 <var><span>callback</span></var></span>)</div>
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
651 </div> 685 </div>
652 686
653 </em> 687 </em>
654 </dt> 688 </dt>
655 <dd class="todo"> 689 <dd class="todo">
656 Undocumented. 690 Undocumented.
657 </dd> 691 </dd>
658 <dd style="display: none; "> 692 <dd style="display: none; ">
659 Description of this parameter from the json schema. 693 Description of this parameter from the json schema.
660 </dd> 694 </dd>
695 <dd style="display: none; ">
696 This parameter was added in version
697 <b><span></span></b>.
698 You must omit this parameter in earlier versions,
699 and you may omit it in any version. If you require this
700 parameter, the manifest key
701 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
702 can ensure that your extension won't be run in an earlier browser ve rsion.
703 </dd>
661 704
662 <!-- OBJECT PROPERTIES --> 705 <!-- OBJECT PROPERTIES -->
663 <dd style="display: none; "> 706 <dd style="display: none; ">
664 <dl> 707 <dl>
665 <div> 708 <div>
666 <div> 709 <div>
667 </div> 710 </div>
668 </div> 711 </div>
669 </dl> 712 </dl>
670 </dd> 713 </dd>
(...skipping 27 matching lines...) Expand all
698 <pre>function(<span></span>) <span class="subdued">{...}</span >);</pre> 741 <pre>function(<span></span>) <span class="subdued">{...}</span >);</pre>
699 <dl> 742 <dl>
700 <div style="display: none; "> 743 <div style="display: none; ">
701 <div> 744 <div>
702 </div> 745 </div>
703 </div> 746 </div>
704 </dl> 747 </dl>
705 </div> 748 </div>
706 </div> 749 </div>
707 750
751 <!-- MIN_VERSION -->
752 <p style="display: none; ">
753 This function was added in version <b><span></span></b>.
754 If you require this function, the manifest key
755 <a href="manifest.html#minimum_chrome_version">minimum_chrome_ version</a>
756 can ensure that your extension won't be run in an earlier brow ser version.
757 </p>
708 </div> <!-- /description --> 758 </div> <!-- /description -->
709 759
710 </div><div class="apiItem"> 760 </div><div class="apiItem">
711 <a name="method-deleteRange"></a> <!-- method-anchor --> 761 <a name="method-deleteRange"></a> <!-- method-anchor -->
712 <h4>deleteRange</h4> 762 <h4>deleteRange</h4>
713 763
714 <div class="summary"><span style="display: none; ">void</span> 764 <div class="summary"><span style="display: none; ">void</span>
715 <!-- Note: intentionally longer 80 columns --> 765 <!-- Note: intentionally longer 80 columns -->
716 <span>chrome.history.deleteRange</span>(<span class="null"><sp an style="display: none; ">, </span><span>object</span> 766 <span>chrome.history.deleteRange</span>(<span class="null"><sp an style="display: none; ">, </span><span>object</span>
717 <var><span>range</span></var></span><span class="null"><sp an>, </span><span>function</span> 767 <var><span>range</span></var></span><span class="null"><sp an>, </span><span>function</span>
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
751 </div> 801 </div>
752 802
753 </em> 803 </em>
754 </dt> 804 </dt>
755 <dd class="todo"> 805 <dd class="todo">
756 Undocumented. 806 Undocumented.
757 </dd> 807 </dd>
758 <dd style="display: none; "> 808 <dd style="display: none; ">
759 Description of this parameter from the json schema. 809 Description of this parameter from the json schema.
760 </dd> 810 </dd>
811 <dd style="display: none; ">
812 This parameter was added in version
813 <b><span></span></b>.
814 You must omit this parameter in earlier versions,
815 and you may omit it in any version. If you require this
816 parameter, the manifest key
817 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
818 can ensure that your extension won't be run in an earlier browser ve rsion.
819 </dd>
761 820
762 <!-- OBJECT PROPERTIES --> 821 <!-- OBJECT PROPERTIES -->
763 <dd> 822 <dd>
764 <dl> 823 <dl>
765 <div> 824 <div>
766 <div> 825 <div>
767 <dt> 826 <dt>
768 <var>startTime</var> 827 <var>startTime</var>
769 <em> 828 <em>
770 829
(...skipping 16 matching lines...) Expand all
787 </span> 846 </span>
788 ) 847 )
789 </div> 848 </div>
790 849
791 </em> 850 </em>
792 </dt> 851 </dt>
793 <dd class="todo" style="display: none; "> 852 <dd class="todo" style="display: none; ">
794 Undocumented. 853 Undocumented.
795 </dd> 854 </dd>
796 <dd>Items added to history after this date, represented in millisecond s since the epoch.</dd> 855 <dd>Items added to history after this date, represented in millisecond s since the epoch.</dd>
856 <dd style="display: none; ">
857 This parameter was added in version
858 <b><span></span></b>.
859 You must omit this parameter in earlier versions,
860 and you may omit it in any version. If you require this
861 parameter, the manifest key
862 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
863 can ensure that your extension won't be run in an earlier browser ve rsion.
864 </dd>
797 865
798 <!-- OBJECT PROPERTIES --> 866 <!-- OBJECT PROPERTIES -->
799 <dd style="display: none; "> 867 <dd style="display: none; ">
800 <dl> 868 <dl>
801 <div> 869 <div>
802 <div> 870 <div>
803 </div> 871 </div>
804 </div> 872 </div>
805 </dl> 873 </dl>
806 </dd> 874 </dd>
(...skipping 23 matching lines...) Expand all
830 </span> 898 </span>
831 ) 899 )
832 </div> 900 </div>
833 901
834 </em> 902 </em>
835 </dt> 903 </dt>
836 <dd class="todo" style="display: none; "> 904 <dd class="todo" style="display: none; ">
837 Undocumented. 905 Undocumented.
838 </dd> 906 </dd>
839 <dd>Items added to history before this date, represented in millisecon ds since the epoch.</dd> 907 <dd>Items added to history before this date, represented in millisecon ds since the epoch.</dd>
908 <dd style="display: none; ">
909 This parameter was added in version
910 <b><span></span></b>.
911 You must omit this parameter in earlier versions,
912 and you may omit it in any version. If you require this
913 parameter, the manifest key
914 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
915 can ensure that your extension won't be run in an earlier browser ve rsion.
916 </dd>
840 917
841 <!-- OBJECT PROPERTIES --> 918 <!-- OBJECT PROPERTIES -->
842 <dd style="display: none; "> 919 <dd style="display: none; ">
843 <dl> 920 <dl>
844 <div> 921 <div>
845 <div> 922 <div>
846 </div> 923 </div>
847 </div> 924 </div>
848 </dl> 925 </dl>
849 </dd> 926 </dd>
(...skipping 29 matching lines...) Expand all
879 </div> 956 </div>
880 957
881 </em> 958 </em>
882 </dt> 959 </dt>
883 <dd class="todo"> 960 <dd class="todo">
884 Undocumented. 961 Undocumented.
885 </dd> 962 </dd>
886 <dd style="display: none; "> 963 <dd style="display: none; ">
887 Description of this parameter from the json schema. 964 Description of this parameter from the json schema.
888 </dd> 965 </dd>
966 <dd style="display: none; ">
967 This parameter was added in version
968 <b><span></span></b>.
969 You must omit this parameter in earlier versions,
970 and you may omit it in any version. If you require this
971 parameter, the manifest key
972 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
973 can ensure that your extension won't be run in an earlier browser ve rsion.
974 </dd>
889 975
890 <!-- OBJECT PROPERTIES --> 976 <!-- OBJECT PROPERTIES -->
891 <dd style="display: none; "> 977 <dd style="display: none; ">
892 <dl> 978 <dl>
893 <div> 979 <div>
894 <div> 980 <div>
895 </div> 981 </div>
896 </div> 982 </div>
897 </dl> 983 </dl>
898 </dd> 984 </dd>
(...skipping 27 matching lines...) Expand all
926 <pre>function(<span></span>) <span class="subdued">{...}</span >);</pre> 1012 <pre>function(<span></span>) <span class="subdued">{...}</span >);</pre>
927 <dl> 1013 <dl>
928 <div style="display: none; "> 1014 <div style="display: none; ">
929 <div> 1015 <div>
930 </div> 1016 </div>
931 </div> 1017 </div>
932 </dl> 1018 </dl>
933 </div> 1019 </div>
934 </div> 1020 </div>
935 1021
1022 <!-- MIN_VERSION -->
1023 <p style="display: none; ">
1024 This function was added in version <b><span></span></b>.
1025 If you require this function, the manifest key
1026 <a href="manifest.html#minimum_chrome_version">minimum_chrome_ version</a>
1027 can ensure that your extension won't be run in an earlier brow ser version.
1028 </p>
936 </div> <!-- /description --> 1029 </div> <!-- /description -->
937 1030
938 </div><div class="apiItem"> 1031 </div><div class="apiItem">
939 <a name="method-deleteUrl"></a> <!-- method-anchor --> 1032 <a name="method-deleteUrl"></a> <!-- method-anchor -->
940 <h4>deleteUrl</h4> 1033 <h4>deleteUrl</h4>
941 1034
942 <div class="summary"><span style="display: none; ">void</span> 1035 <div class="summary"><span style="display: none; ">void</span>
943 <!-- Note: intentionally longer 80 columns --> 1036 <!-- Note: intentionally longer 80 columns -->
944 <span>chrome.history.deleteUrl</span>(<span class="null"><span style="display: none; ">, </span><span>object</span> 1037 <span>chrome.history.deleteUrl</span>(<span class="null"><span style="display: none; ">, </span><span>object</span>
945 <var><span>details</span></var></span>)</div> 1038 <var><span>details</span></var></span>)</div>
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
978 </div> 1071 </div>
979 1072
980 </em> 1073 </em>
981 </dt> 1074 </dt>
982 <dd class="todo"> 1075 <dd class="todo">
983 Undocumented. 1076 Undocumented.
984 </dd> 1077 </dd>
985 <dd style="display: none; "> 1078 <dd style="display: none; ">
986 Description of this parameter from the json schema. 1079 Description of this parameter from the json schema.
987 </dd> 1080 </dd>
1081 <dd style="display: none; ">
1082 This parameter was added in version
1083 <b><span></span></b>.
1084 You must omit this parameter in earlier versions,
1085 and you may omit it in any version. If you require this
1086 parameter, the manifest key
1087 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
1088 can ensure that your extension won't be run in an earlier browser ve rsion.
1089 </dd>
988 1090
989 <!-- OBJECT PROPERTIES --> 1091 <!-- OBJECT PROPERTIES -->
990 <dd> 1092 <dd>
991 <dl> 1093 <dl>
992 <div> 1094 <div>
993 <div> 1095 <div>
994 <dt> 1096 <dt>
995 <var>url</var> 1097 <var>url</var>
996 <em> 1098 <em>
997 1099
(...skipping 16 matching lines...) Expand all
1014 </span> 1116 </span>
1015 ) 1117 )
1016 </div> 1118 </div>
1017 1119
1018 </em> 1120 </em>
1019 </dt> 1121 </dt>
1020 <dd class="todo" style="display: none; "> 1122 <dd class="todo" style="display: none; ">
1021 Undocumented. 1123 Undocumented.
1022 </dd> 1124 </dd>
1023 <dd>The URL to remove.</dd> 1125 <dd>The URL to remove.</dd>
1126 <dd style="display: none; ">
1127 This parameter was added in version
1128 <b><span></span></b>.
1129 You must omit this parameter in earlier versions,
1130 and you may omit it in any version. If you require this
1131 parameter, the manifest key
1132 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
1133 can ensure that your extension won't be run in an earlier browser ve rsion.
1134 </dd>
1024 1135
1025 <!-- OBJECT PROPERTIES --> 1136 <!-- OBJECT PROPERTIES -->
1026 <dd style="display: none; "> 1137 <dd style="display: none; ">
1027 <dl> 1138 <dl>
1028 <div> 1139 <div>
1029 <div> 1140 <div>
1030 </div> 1141 </div>
1031 </div> 1142 </div>
1032 </dl> 1143 </dl>
1033 </dd> 1144 </dd>
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
1065 <pre>function(<span>Type param1, Type param2</span>) <span cla ss="subdued">{...}</span>);</pre> 1176 <pre>function(<span>Type param1, Type param2</span>) <span cla ss="subdued">{...}</span>);</pre>
1066 <dl> 1177 <dl>
1067 <div> 1178 <div>
1068 <div> 1179 <div>
1069 </div> 1180 </div>
1070 </div> 1181 </div>
1071 </dl> 1182 </dl>
1072 </div> 1183 </div>
1073 </div> 1184 </div>
1074 1185
1186 <!-- MIN_VERSION -->
1187 <p style="display: none; ">
1188 This function was added in version <b><span></span></b>.
1189 If you require this function, the manifest key
1190 <a href="manifest.html#minimum_chrome_version">minimum_chrome_ version</a>
1191 can ensure that your extension won't be run in an earlier brow ser version.
1192 </p>
1075 </div> <!-- /description --> 1193 </div> <!-- /description -->
1076 1194
1077 </div><div class="apiItem"> 1195 </div><div class="apiItem">
1078 <a name="method-getVisits"></a> <!-- method-anchor --> 1196 <a name="method-getVisits"></a> <!-- method-anchor -->
1079 <h4>getVisits</h4> 1197 <h4>getVisits</h4>
1080 1198
1081 <div class="summary"><span style="display: none; ">void</span> 1199 <div class="summary"><span style="display: none; ">void</span>
1082 <!-- Note: intentionally longer 80 columns --> 1200 <!-- Note: intentionally longer 80 columns -->
1083 <span>chrome.history.getVisits</span>(<span class="null"><span style="display: none; ">, </span><span>object</span> 1201 <span>chrome.history.getVisits</span>(<span class="null"><span style="display: none; ">, </span><span>object</span>
1084 <var><span>details</span></var></span><span class="null">< span>, </span><span>function</span> 1202 <var><span>details</span></var></span><span class="null">< span>, </span><span>function</span>
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
1118 </div> 1236 </div>
1119 1237
1120 </em> 1238 </em>
1121 </dt> 1239 </dt>
1122 <dd class="todo"> 1240 <dd class="todo">
1123 Undocumented. 1241 Undocumented.
1124 </dd> 1242 </dd>
1125 <dd style="display: none; "> 1243 <dd style="display: none; ">
1126 Description of this parameter from the json schema. 1244 Description of this parameter from the json schema.
1127 </dd> 1245 </dd>
1246 <dd style="display: none; ">
1247 This parameter was added in version
1248 <b><span></span></b>.
1249 You must omit this parameter in earlier versions,
1250 and you may omit it in any version. If you require this
1251 parameter, the manifest key
1252 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
1253 can ensure that your extension won't be run in an earlier browser ve rsion.
1254 </dd>
1128 1255
1129 <!-- OBJECT PROPERTIES --> 1256 <!-- OBJECT PROPERTIES -->
1130 <dd> 1257 <dd>
1131 <dl> 1258 <dl>
1132 <div> 1259 <div>
1133 <div> 1260 <div>
1134 <dt> 1261 <dt>
1135 <var>url</var> 1262 <var>url</var>
1136 <em> 1263 <em>
1137 1264
(...skipping 16 matching lines...) Expand all
1154 </span> 1281 </span>
1155 ) 1282 )
1156 </div> 1283 </div>
1157 1284
1158 </em> 1285 </em>
1159 </dt> 1286 </dt>
1160 <dd class="todo" style="display: none; "> 1287 <dd class="todo" style="display: none; ">
1161 Undocumented. 1288 Undocumented.
1162 </dd> 1289 </dd>
1163 <dd>The URL for which to retrieve visit information. It must be in th e format as returned from a call to history.search.</dd> 1290 <dd>The URL for which to retrieve visit information. It must be in th e format as returned from a call to history.search.</dd>
1291 <dd style="display: none; ">
1292 This parameter was added in version
1293 <b><span></span></b>.
1294 You must omit this parameter in earlier versions,
1295 and you may omit it in any version. If you require this
1296 parameter, the manifest key
1297 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
1298 can ensure that your extension won't be run in an earlier browser ve rsion.
1299 </dd>
1164 1300
1165 <!-- OBJECT PROPERTIES --> 1301 <!-- OBJECT PROPERTIES -->
1166 <dd style="display: none; "> 1302 <dd style="display: none; ">
1167 <dl> 1303 <dl>
1168 <div> 1304 <div>
1169 <div> 1305 <div>
1170 </div> 1306 </div>
1171 </div> 1307 </div>
1172 </dl> 1308 </dl>
1173 </dd> 1309 </dd>
(...skipping 29 matching lines...) Expand all
1203 </div> 1339 </div>
1204 1340
1205 </em> 1341 </em>
1206 </dt> 1342 </dt>
1207 <dd class="todo"> 1343 <dd class="todo">
1208 Undocumented. 1344 Undocumented.
1209 </dd> 1345 </dd>
1210 <dd style="display: none; "> 1346 <dd style="display: none; ">
1211 Description of this parameter from the json schema. 1347 Description of this parameter from the json schema.
1212 </dd> 1348 </dd>
1349 <dd style="display: none; ">
1350 This parameter was added in version
1351 <b><span></span></b>.
1352 You must omit this parameter in earlier versions,
1353 and you may omit it in any version. If you require this
1354 parameter, the manifest key
1355 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
1356 can ensure that your extension won't be run in an earlier browser ve rsion.
1357 </dd>
1213 1358
1214 <!-- OBJECT PROPERTIES --> 1359 <!-- OBJECT PROPERTIES -->
1215 <dd style="display: none; "> 1360 <dd style="display: none; ">
1216 <dl> 1361 <dl>
1217 <div> 1362 <div>
1218 <div> 1363 <div>
1219 </div> 1364 </div>
1220 </div> 1365 </div>
1221 </dl> 1366 </dl>
1222 </dd> 1367 </dd>
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
1287 </div> 1432 </div>
1288 1433
1289 </em> 1434 </em>
1290 </dt> 1435 </dt>
1291 <dd class="todo"> 1436 <dd class="todo">
1292 Undocumented. 1437 Undocumented.
1293 </dd> 1438 </dd>
1294 <dd style="display: none; "> 1439 <dd style="display: none; ">
1295 Description of this parameter from the json schema. 1440 Description of this parameter from the json schema.
1296 </dd> 1441 </dd>
1442 <dd style="display: none; ">
1443 This parameter was added in version
1444 <b><span></span></b>.
1445 You must omit this parameter in earlier versions,
1446 and you may omit it in any version. If you require this
1447 parameter, the manifest key
1448 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
1449 can ensure that your extension won't be run in an earlier browser ve rsion.
1450 </dd>
1297 1451
1298 <!-- OBJECT PROPERTIES --> 1452 <!-- OBJECT PROPERTIES -->
1299 <dd style="display: none; "> 1453 <dd style="display: none; ">
1300 <dl> 1454 <dl>
1301 <div> 1455 <div>
1302 <div> 1456 <div>
1303 </div> 1457 </div>
1304 </div> 1458 </div>
1305 </dl> 1459 </dl>
1306 </dd> 1460 </dd>
1307 </div> 1461 </div>
1308 </div> 1462 </div>
1309 </dl> 1463 </dl>
1310 </div> 1464 </div>
1311 </div> 1465 </div>
1312 1466
1467 <!-- MIN_VERSION -->
1468 <p style="display: none; ">
1469 This function was added in version <b><span></span></b>.
1470 If you require this function, the manifest key
1471 <a href="manifest.html#minimum_chrome_version">minimum_chrome_ version</a>
1472 can ensure that your extension won't be run in an earlier brow ser version.
1473 </p>
1313 </div> <!-- /description --> 1474 </div> <!-- /description -->
1314 1475
1315 </div><div class="apiItem"> 1476 </div><div class="apiItem">
1316 <a name="method-search"></a> <!-- method-anchor --> 1477 <a name="method-search"></a> <!-- method-anchor -->
1317 <h4>search</h4> 1478 <h4>search</h4>
1318 1479
1319 <div class="summary"><span style="display: none; ">void</span> 1480 <div class="summary"><span style="display: none; ">void</span>
1320 <!-- Note: intentionally longer 80 columns --> 1481 <!-- Note: intentionally longer 80 columns -->
1321 <span>chrome.history.search</span>(<span class="null"><span st yle="display: none; ">, </span><span>object</span> 1482 <span>chrome.history.search</span>(<span class="null"><span st yle="display: none; ">, </span><span>object</span>
1322 <var><span>query</span></var></span><span class="null"><sp an>, </span><span>function</span> 1483 <var><span>query</span></var></span><span class="null"><sp an>, </span><span>function</span>
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
1356 </div> 1517 </div>
1357 1518
1358 </em> 1519 </em>
1359 </dt> 1520 </dt>
1360 <dd class="todo"> 1521 <dd class="todo">
1361 Undocumented. 1522 Undocumented.
1362 </dd> 1523 </dd>
1363 <dd style="display: none; "> 1524 <dd style="display: none; ">
1364 Description of this parameter from the json schema. 1525 Description of this parameter from the json schema.
1365 </dd> 1526 </dd>
1527 <dd style="display: none; ">
1528 This parameter was added in version
1529 <b><span></span></b>.
1530 You must omit this parameter in earlier versions,
1531 and you may omit it in any version. If you require this
1532 parameter, the manifest key
1533 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
1534 can ensure that your extension won't be run in an earlier browser ve rsion.
1535 </dd>
1366 1536
1367 <!-- OBJECT PROPERTIES --> 1537 <!-- OBJECT PROPERTIES -->
1368 <dd> 1538 <dd>
1369 <dl> 1539 <dl>
1370 <div> 1540 <div>
1371 <div> 1541 <div>
1372 <dt> 1542 <dt>
1373 <var>text</var> 1543 <var>text</var>
1374 <em> 1544 <em>
1375 1545
(...skipping 16 matching lines...) Expand all
1392 </span> 1562 </span>
1393 ) 1563 )
1394 </div> 1564 </div>
1395 1565
1396 </em> 1566 </em>
1397 </dt> 1567 </dt>
1398 <dd class="todo" style="display: none; "> 1568 <dd class="todo" style="display: none; ">
1399 Undocumented. 1569 Undocumented.
1400 </dd> 1570 </dd>
1401 <dd>A free-text query to the history service. Leave empty to retrieve all pages.</dd> 1571 <dd>A free-text query to the history service. Leave empty to retrieve all pages.</dd>
1572 <dd style="display: none; ">
1573 This parameter was added in version
1574 <b><span></span></b>.
1575 You must omit this parameter in earlier versions,
1576 and you may omit it in any version. If you require this
1577 parameter, the manifest key
1578 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
1579 can ensure that your extension won't be run in an earlier browser ve rsion.
1580 </dd>
1402 1581
1403 <!-- OBJECT PROPERTIES --> 1582 <!-- OBJECT PROPERTIES -->
1404 <dd style="display: none; "> 1583 <dd style="display: none; ">
1405 <dl> 1584 <dl>
1406 <div> 1585 <div>
1407 <div> 1586 <div>
1408 </div> 1587 </div>
1409 </div> 1588 </div>
1410 </dl> 1589 </dl>
1411 </dd> 1590 </dd>
(...skipping 23 matching lines...) Expand all
1435 </span> 1614 </span>
1436 ) 1615 )
1437 </div> 1616 </div>
1438 1617
1439 </em> 1618 </em>
1440 </dt> 1619 </dt>
1441 <dd class="todo" style="display: none; "> 1620 <dd class="todo" style="display: none; ">
1442 Undocumented. 1621 Undocumented.
1443 </dd> 1622 </dd>
1444 <dd>Limit results to those visited after this date, represented in mil liseconds since the epoch.</dd> 1623 <dd>Limit results to those visited after this date, represented in mil liseconds since the epoch.</dd>
1624 <dd style="display: none; ">
1625 This parameter was added in version
1626 <b><span></span></b>.
1627 You must omit this parameter in earlier versions,
1628 and you may omit it in any version. If you require this
1629 parameter, the manifest key
1630 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
1631 can ensure that your extension won't be run in an earlier browser ve rsion.
1632 </dd>
1445 1633
1446 <!-- OBJECT PROPERTIES --> 1634 <!-- OBJECT PROPERTIES -->
1447 <dd style="display: none; "> 1635 <dd style="display: none; ">
1448 <dl> 1636 <dl>
1449 <div> 1637 <div>
1450 <div> 1638 <div>
1451 </div> 1639 </div>
1452 </div> 1640 </div>
1453 </dl> 1641 </dl>
1454 </dd> 1642 </dd>
(...skipping 23 matching lines...) Expand all
1478 </span> 1666 </span>
1479 ) 1667 )
1480 </div> 1668 </div>
1481 1669
1482 </em> 1670 </em>
1483 </dt> 1671 </dt>
1484 <dd class="todo" style="display: none; "> 1672 <dd class="todo" style="display: none; ">
1485 Undocumented. 1673 Undocumented.
1486 </dd> 1674 </dd>
1487 <dd>Limit results to those visited before this date, represented in mi lliseconds since the epoch.</dd> 1675 <dd>Limit results to those visited before this date, represented in mi lliseconds since the epoch.</dd>
1676 <dd style="display: none; ">
1677 This parameter was added in version
1678 <b><span></span></b>.
1679 You must omit this parameter in earlier versions,
1680 and you may omit it in any version. If you require this
1681 parameter, the manifest key
1682 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
1683 can ensure that your extension won't be run in an earlier browser ve rsion.
1684 </dd>
1488 1685
1489 <!-- OBJECT PROPERTIES --> 1686 <!-- OBJECT PROPERTIES -->
1490 <dd style="display: none; "> 1687 <dd style="display: none; ">
1491 <dl> 1688 <dl>
1492 <div> 1689 <div>
1493 <div> 1690 <div>
1494 </div> 1691 </div>
1495 </div> 1692 </div>
1496 </dl> 1693 </dl>
1497 </dd> 1694 </dd>
(...skipping 23 matching lines...) Expand all
1521 </span> 1718 </span>
1522 ) 1719 )
1523 </div> 1720 </div>
1524 1721
1525 </em> 1722 </em>
1526 </dt> 1723 </dt>
1527 <dd class="todo" style="display: none; "> 1724 <dd class="todo" style="display: none; ">
1528 Undocumented. 1725 Undocumented.
1529 </dd> 1726 </dd>
1530 <dd>The maximum number of results to retrieve. Defaults to 100.</dd> 1727 <dd>The maximum number of results to retrieve. Defaults to 100.</dd>
1728 <dd style="display: none; ">
1729 This parameter was added in version
1730 <b><span></span></b>.
1731 You must omit this parameter in earlier versions,
1732 and you may omit it in any version. If you require this
1733 parameter, the manifest key
1734 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
1735 can ensure that your extension won't be run in an earlier browser ve rsion.
1736 </dd>
1531 1737
1532 <!-- OBJECT PROPERTIES --> 1738 <!-- OBJECT PROPERTIES -->
1533 <dd style="display: none; "> 1739 <dd style="display: none; ">
1534 <dl> 1740 <dl>
1535 <div> 1741 <div>
1536 <div> 1742 <div>
1537 </div> 1743 </div>
1538 </div> 1744 </div>
1539 </dl> 1745 </dl>
1540 </dd> 1746 </dd>
(...skipping 29 matching lines...) Expand all
1570 </div> 1776 </div>
1571 1777
1572 </em> 1778 </em>
1573 </dt> 1779 </dt>
1574 <dd class="todo"> 1780 <dd class="todo">
1575 Undocumented. 1781 Undocumented.
1576 </dd> 1782 </dd>
1577 <dd style="display: none; "> 1783 <dd style="display: none; ">
1578 Description of this parameter from the json schema. 1784 Description of this parameter from the json schema.
1579 </dd> 1785 </dd>
1786 <dd style="display: none; ">
1787 This parameter was added in version
1788 <b><span></span></b>.
1789 You must omit this parameter in earlier versions,
1790 and you may omit it in any version. If you require this
1791 parameter, the manifest key
1792 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
1793 can ensure that your extension won't be run in an earlier browser ve rsion.
1794 </dd>
1580 1795
1581 <!-- OBJECT PROPERTIES --> 1796 <!-- OBJECT PROPERTIES -->
1582 <dd style="display: none; "> 1797 <dd style="display: none; ">
1583 <dl> 1798 <dl>
1584 <div> 1799 <div>
1585 <div> 1800 <div>
1586 </div> 1801 </div>
1587 </div> 1802 </div>
1588 </dl> 1803 </dl>
1589 </dd> 1804 </dd>
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
1654 </div> 1869 </div>
1655 1870
1656 </em> 1871 </em>
1657 </dt> 1872 </dt>
1658 <dd class="todo"> 1873 <dd class="todo">
1659 Undocumented. 1874 Undocumented.
1660 </dd> 1875 </dd>
1661 <dd style="display: none; "> 1876 <dd style="display: none; ">
1662 Description of this parameter from the json schema. 1877 Description of this parameter from the json schema.
1663 </dd> 1878 </dd>
1879 <dd style="display: none; ">
1880 This parameter was added in version
1881 <b><span></span></b>.
1882 You must omit this parameter in earlier versions,
1883 and you may omit it in any version. If you require this
1884 parameter, the manifest key
1885 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
1886 can ensure that your extension won't be run in an earlier browser ve rsion.
1887 </dd>
1664 1888
1665 <!-- OBJECT PROPERTIES --> 1889 <!-- OBJECT PROPERTIES -->
1666 <dd style="display: none; "> 1890 <dd style="display: none; ">
1667 <dl> 1891 <dl>
1668 <div> 1892 <div>
1669 <div> 1893 <div>
1670 </div> 1894 </div>
1671 </div> 1895 </div>
1672 </dl> 1896 </dl>
1673 </dd> 1897 </dd>
1674 </div> 1898 </div>
1675 </div> 1899 </div>
1676 </dl> 1900 </dl>
1677 </div> 1901 </div>
1678 </div> 1902 </div>
1679 1903
1904 <!-- MIN_VERSION -->
1905 <p style="display: none; ">
1906 This function was added in version <b><span></span></b>.
1907 If you require this function, the manifest key
1908 <a href="manifest.html#minimum_chrome_version">minimum_chrome_ version</a>
1909 can ensure that your extension won't be run in an earlier brow ser version.
1910 </p>
1680 </div> <!-- /description --> 1911 </div> <!-- /description -->
1681 1912
1682 </div> <!-- /apiItem --> 1913 </div> <!-- /apiItem -->
1683 1914
1684 </div> <!-- /apiGroup --> 1915 </div> <!-- /apiGroup -->
1685 1916
1686 <!-- EVENTS --> 1917 <!-- EVENTS -->
1687 <div class="apiGroup"> 1918 <div class="apiGroup">
1688 <a name="events"></a> 1919 <a name="events"></a>
1689 <h3 id="events">Events</h3> 1920 <h3 id="events">Events</h3>
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
1732 </div> 1963 </div>
1733 1964
1734 </em> 1965 </em>
1735 </dt> 1966 </dt>
1736 <dd class="todo"> 1967 <dd class="todo">
1737 Undocumented. 1968 Undocumented.
1738 </dd> 1969 </dd>
1739 <dd style="display: none; "> 1970 <dd style="display: none; ">
1740 Description of this parameter from the json schema. 1971 Description of this parameter from the json schema.
1741 </dd> 1972 </dd>
1973 <dd style="display: none; ">
1974 This parameter was added in version
1975 <b><span></span></b>.
1976 You must omit this parameter in earlier versions,
1977 and you may omit it in any version. If you require this
1978 parameter, the manifest key
1979 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
1980 can ensure that your extension won't be run in an earlier browser ve rsion.
1981 </dd>
1742 1982
1743 <!-- OBJECT PROPERTIES --> 1983 <!-- OBJECT PROPERTIES -->
1744 <dd> 1984 <dd>
1745 <dl> 1985 <dl>
1746 <div> 1986 <div>
1747 <div> 1987 <div>
1748 <dt> 1988 <dt>
1749 <var>allHistory</var> 1989 <var>allHistory</var>
1750 <em> 1990 <em>
1751 1991
(...skipping 16 matching lines...) Expand all
1768 </span> 2008 </span>
1769 ) 2009 )
1770 </div> 2010 </div>
1771 2011
1772 </em> 2012 </em>
1773 </dt> 2013 </dt>
1774 <dd class="todo" style="display: none; "> 2014 <dd class="todo" style="display: none; ">
1775 Undocumented. 2015 Undocumented.
1776 </dd> 2016 </dd>
1777 <dd>True if all history was removed. If true, then urls will be empty .</dd> 2017 <dd>True if all history was removed. If true, then urls will be empty .</dd>
2018 <dd style="display: none; ">
2019 This parameter was added in version
2020 <b><span></span></b>.
2021 You must omit this parameter in earlier versions,
2022 and you may omit it in any version. If you require this
2023 parameter, the manifest key
2024 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
2025 can ensure that your extension won't be run in an earlier browser ve rsion.
2026 </dd>
1778 2027
1779 <!-- OBJECT PROPERTIES --> 2028 <!-- OBJECT PROPERTIES -->
1780 <dd style="display: none; "> 2029 <dd style="display: none; ">
1781 <dl> 2030 <dl>
1782 <div> 2031 <div>
1783 <div> 2032 <div>
1784 </div> 2033 </div>
1785 </div> 2034 </div>
1786 </dl> 2035 </dl>
1787 </dd> 2036 </dd>
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
1824 </div> 2073 </div>
1825 2074
1826 </em> 2075 </em>
1827 </dt> 2076 </dt>
1828 <dd class="todo"> 2077 <dd class="todo">
1829 Undocumented. 2078 Undocumented.
1830 </dd> 2079 </dd>
1831 <dd style="display: none; "> 2080 <dd style="display: none; ">
1832 Description of this parameter from the json schema. 2081 Description of this parameter from the json schema.
1833 </dd> 2082 </dd>
2083 <dd style="display: none; ">
2084 This parameter was added in version
2085 <b><span></span></b>.
2086 You must omit this parameter in earlier versions,
2087 and you may omit it in any version. If you require this
2088 parameter, the manifest key
2089 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
2090 can ensure that your extension won't be run in an earlier browser ve rsion.
2091 </dd>
1834 2092
1835 <!-- OBJECT PROPERTIES --> 2093 <!-- OBJECT PROPERTIES -->
1836 <dd style="display: none; "> 2094 <dd style="display: none; ">
1837 <dl> 2095 <dl>
1838 <div> 2096 <div>
1839 <div> 2097 <div>
1840 </div> 2098 </div>
1841 </div> 2099 </div>
1842 </dl> 2100 </dl>
1843 </dd> 2101 </dd>
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
1894 </div> 2152 </div>
1895 2153
1896 </em> 2154 </em>
1897 </dt> 2155 </dt>
1898 <dd class="todo"> 2156 <dd class="todo">
1899 Undocumented. 2157 Undocumented.
1900 </dd> 2158 </dd>
1901 <dd style="display: none; "> 2159 <dd style="display: none; ">
1902 Description of this parameter from the json schema. 2160 Description of this parameter from the json schema.
1903 </dd> 2161 </dd>
2162 <dd style="display: none; ">
2163 This parameter was added in version
2164 <b><span></span></b>.
2165 You must omit this parameter in earlier versions,
2166 and you may omit it in any version. If you require this
2167 parameter, the manifest key
2168 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
2169 can ensure that your extension won't be run in an earlier browser ve rsion.
2170 </dd>
1904 2171
1905 <!-- OBJECT PROPERTIES --> 2172 <!-- OBJECT PROPERTIES -->
1906 <dd style="display: none; "> 2173 <dd style="display: none; ">
1907 <dl> 2174 <dl>
1908 <div> 2175 <div>
1909 <div> 2176 <div>
1910 </div> 2177 </div>
1911 </div> 2178 </div>
1912 </dl> 2179 </dl>
1913 </dd> 2180 </dd>
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
1955 </span> 2222 </span>
1956 ) 2223 )
1957 </div> 2224 </div>
1958 2225
1959 </em> 2226 </em>
1960 </dt> 2227 </dt>
1961 <dd class="todo" style="display: none; "> 2228 <dd class="todo" style="display: none; ">
1962 Undocumented. 2229 Undocumented.
1963 </dd> 2230 </dd>
1964 <dd>An object encapsulating one result of a history query.</dd> 2231 <dd>An object encapsulating one result of a history query.</dd>
2232 <dd style="display: none; ">
2233 This parameter was added in version
2234 <b><span></span></b>.
2235 You must omit this parameter in earlier versions,
2236 and you may omit it in any version. If you require this
2237 parameter, the manifest key
2238 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
2239 can ensure that your extension won't be run in an earlier browser ve rsion.
2240 </dd>
1965 2241
1966 <!-- OBJECT PROPERTIES --> 2242 <!-- OBJECT PROPERTIES -->
1967 <dd> 2243 <dd>
1968 <dl> 2244 <dl>
1969 <div> 2245 <div>
1970 <div> 2246 <div>
1971 <dt> 2247 <dt>
1972 <var>id</var> 2248 <var>id</var>
1973 <em> 2249 <em>
1974 2250
(...skipping 16 matching lines...) Expand all
1991 </span> 2267 </span>
1992 ) 2268 )
1993 </div> 2269 </div>
1994 2270
1995 </em> 2271 </em>
1996 </dt> 2272 </dt>
1997 <dd class="todo" style="display: none; "> 2273 <dd class="todo" style="display: none; ">
1998 Undocumented. 2274 Undocumented.
1999 </dd> 2275 </dd>
2000 <dd>The unique identifier for the item.</dd> 2276 <dd>The unique identifier for the item.</dd>
2277 <dd style="display: none; ">
2278 This parameter was added in version
2279 <b><span></span></b>.
2280 You must omit this parameter in earlier versions,
2281 and you may omit it in any version. If you require this
2282 parameter, the manifest key
2283 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
2284 can ensure that your extension won't be run in an earlier browser ve rsion.
2285 </dd>
2001 2286
2002 <!-- OBJECT PROPERTIES --> 2287 <!-- OBJECT PROPERTIES -->
2003 <dd style="display: none; "> 2288 <dd style="display: none; ">
2004 <dl> 2289 <dl>
2005 <div> 2290 <div>
2006 <div> 2291 <div>
2007 </div> 2292 </div>
2008 </div> 2293 </div>
2009 </dl> 2294 </dl>
2010 </dd> 2295 </dd>
(...skipping 23 matching lines...) Expand all
2034 </span> 2319 </span>
2035 ) 2320 )
2036 </div> 2321 </div>
2037 2322
2038 </em> 2323 </em>
2039 </dt> 2324 </dt>
2040 <dd class="todo" style="display: none; "> 2325 <dd class="todo" style="display: none; ">
2041 Undocumented. 2326 Undocumented.
2042 </dd> 2327 </dd>
2043 <dd>The URL navigated to by a user.</dd> 2328 <dd>The URL navigated to by a user.</dd>
2329 <dd style="display: none; ">
2330 This parameter was added in version
2331 <b><span></span></b>.
2332 You must omit this parameter in earlier versions,
2333 and you may omit it in any version. If you require this
2334 parameter, the manifest key
2335 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
2336 can ensure that your extension won't be run in an earlier browser ve rsion.
2337 </dd>
2044 2338
2045 <!-- OBJECT PROPERTIES --> 2339 <!-- OBJECT PROPERTIES -->
2046 <dd style="display: none; "> 2340 <dd style="display: none; ">
2047 <dl> 2341 <dl>
2048 <div> 2342 <div>
2049 <div> 2343 <div>
2050 </div> 2344 </div>
2051 </div> 2345 </div>
2052 </dl> 2346 </dl>
2053 </dd> 2347 </dd>
(...skipping 23 matching lines...) Expand all
2077 </span> 2371 </span>
2078 ) 2372 )
2079 </div> 2373 </div>
2080 2374
2081 </em> 2375 </em>
2082 </dt> 2376 </dt>
2083 <dd class="todo" style="display: none; "> 2377 <dd class="todo" style="display: none; ">
2084 Undocumented. 2378 Undocumented.
2085 </dd> 2379 </dd>
2086 <dd>The title of the history page.</dd> 2380 <dd>The title of the history page.</dd>
2381 <dd style="display: none; ">
2382 This parameter was added in version
2383 <b><span></span></b>.
2384 You must omit this parameter in earlier versions,
2385 and you may omit it in any version. If you require this
2386 parameter, the manifest key
2387 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
2388 can ensure that your extension won't be run in an earlier browser ve rsion.
2389 </dd>
2087 2390
2088 <!-- OBJECT PROPERTIES --> 2391 <!-- OBJECT PROPERTIES -->
2089 <dd style="display: none; "> 2392 <dd style="display: none; ">
2090 <dl> 2393 <dl>
2091 <div> 2394 <div>
2092 <div> 2395 <div>
2093 </div> 2396 </div>
2094 </div> 2397 </div>
2095 </dl> 2398 </dl>
2096 </dd> 2399 </dd>
(...skipping 23 matching lines...) Expand all
2120 </span> 2423 </span>
2121 ) 2424 )
2122 </div> 2425 </div>
2123 2426
2124 </em> 2427 </em>
2125 </dt> 2428 </dt>
2126 <dd class="todo" style="display: none; "> 2429 <dd class="todo" style="display: none; ">
2127 Undocumented. 2430 Undocumented.
2128 </dd> 2431 </dd>
2129 <dd>When this page was last loaded, represented in milliseconds since the epoch.</dd> 2432 <dd>When this page was last loaded, represented in milliseconds since the epoch.</dd>
2433 <dd style="display: none; ">
2434 This parameter was added in version
2435 <b><span></span></b>.
2436 You must omit this parameter in earlier versions,
2437 and you may omit it in any version. If you require this
2438 parameter, the manifest key
2439 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
2440 can ensure that your extension won't be run in an earlier browser ve rsion.
2441 </dd>
2130 2442
2131 <!-- OBJECT PROPERTIES --> 2443 <!-- OBJECT PROPERTIES -->
2132 <dd style="display: none; "> 2444 <dd style="display: none; ">
2133 <dl> 2445 <dl>
2134 <div> 2446 <div>
2135 <div> 2447 <div>
2136 </div> 2448 </div>
2137 </div> 2449 </div>
2138 </dl> 2450 </dl>
2139 </dd> 2451 </dd>
(...skipping 23 matching lines...) Expand all
2163 </span> 2475 </span>
2164 ) 2476 )
2165 </div> 2477 </div>
2166 2478
2167 </em> 2479 </em>
2168 </dt> 2480 </dt>
2169 <dd class="todo" style="display: none; "> 2481 <dd class="todo" style="display: none; ">
2170 Undocumented. 2482 Undocumented.
2171 </dd> 2483 </dd>
2172 <dd>The number of times the user has navigated to this page.</dd> 2484 <dd>The number of times the user has navigated to this page.</dd>
2485 <dd style="display: none; ">
2486 This parameter was added in version
2487 <b><span></span></b>.
2488 You must omit this parameter in earlier versions,
2489 and you may omit it in any version. If you require this
2490 parameter, the manifest key
2491 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
2492 can ensure that your extension won't be run in an earlier browser ve rsion.
2493 </dd>
2173 2494
2174 <!-- OBJECT PROPERTIES --> 2495 <!-- OBJECT PROPERTIES -->
2175 <dd style="display: none; "> 2496 <dd style="display: none; ">
2176 <dl> 2497 <dl>
2177 <div> 2498 <div>
2178 <div> 2499 <div>
2179 </div> 2500 </div>
2180 </div> 2501 </div>
2181 </dl> 2502 </dl>
2182 </dd> 2503 </dd>
(...skipping 23 matching lines...) Expand all
2206 </span> 2527 </span>
2207 ) 2528 )
2208 </div> 2529 </div>
2209 2530
2210 </em> 2531 </em>
2211 </dt> 2532 </dt>
2212 <dd class="todo" style="display: none; "> 2533 <dd class="todo" style="display: none; ">
2213 Undocumented. 2534 Undocumented.
2214 </dd> 2535 </dd>
2215 <dd>The number of times the user has navigated to this page by typing in the address.</dd> 2536 <dd>The number of times the user has navigated to this page by typing in the address.</dd>
2537 <dd style="display: none; ">
2538 This parameter was added in version
2539 <b><span></span></b>.
2540 You must omit this parameter in earlier versions,
2541 and you may omit it in any version. If you require this
2542 parameter, the manifest key
2543 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
2544 can ensure that your extension won't be run in an earlier browser ve rsion.
2545 </dd>
2216 2546
2217 <!-- OBJECT PROPERTIES --> 2547 <!-- OBJECT PROPERTIES -->
2218 <dd style="display: none; "> 2548 <dd style="display: none; ">
2219 <dl> 2549 <dl>
2220 <div> 2550 <div>
2221 <div> 2551 <div>
2222 </div> 2552 </div>
2223 </div> 2553 </div>
2224 </dl> 2554 </dl>
2225 </dd> 2555 </dd>
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
2257 </span> 2587 </span>
2258 ) 2588 )
2259 </div> 2589 </div>
2260 2590
2261 </em> 2591 </em>
2262 </dt> 2592 </dt>
2263 <dd class="todo" style="display: none; "> 2593 <dd class="todo" style="display: none; ">
2264 Undocumented. 2594 Undocumented.
2265 </dd> 2595 </dd>
2266 <dd>An object encapsulating one visit to a URL.</dd> 2596 <dd>An object encapsulating one visit to a URL.</dd>
2597 <dd style="display: none; ">
2598 This parameter was added in version
2599 <b><span></span></b>.
2600 You must omit this parameter in earlier versions,
2601 and you may omit it in any version. If you require this
2602 parameter, the manifest key
2603 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
2604 can ensure that your extension won't be run in an earlier browser ve rsion.
2605 </dd>
2267 2606
2268 <!-- OBJECT PROPERTIES --> 2607 <!-- OBJECT PROPERTIES -->
2269 <dd> 2608 <dd>
2270 <dl> 2609 <dl>
2271 <div> 2610 <div>
2272 <div> 2611 <div>
2273 <dt> 2612 <dt>
2274 <var>id</var> 2613 <var>id</var>
2275 <em> 2614 <em>
2276 2615
(...skipping 16 matching lines...) Expand all
2293 </span> 2632 </span>
2294 ) 2633 )
2295 </div> 2634 </div>
2296 2635
2297 </em> 2636 </em>
2298 </dt> 2637 </dt>
2299 <dd class="todo" style="display: none; "> 2638 <dd class="todo" style="display: none; ">
2300 Undocumented. 2639 Undocumented.
2301 </dd> 2640 </dd>
2302 <dd>The unique identifier for the item.</dd> 2641 <dd>The unique identifier for the item.</dd>
2642 <dd style="display: none; ">
2643 This parameter was added in version
2644 <b><span></span></b>.
2645 You must omit this parameter in earlier versions,
2646 and you may omit it in any version. If you require this
2647 parameter, the manifest key
2648 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
2649 can ensure that your extension won't be run in an earlier browser ve rsion.
2650 </dd>
2303 2651
2304 <!-- OBJECT PROPERTIES --> 2652 <!-- OBJECT PROPERTIES -->
2305 <dd style="display: none; "> 2653 <dd style="display: none; ">
2306 <dl> 2654 <dl>
2307 <div> 2655 <div>
2308 <div> 2656 <div>
2309 </div> 2657 </div>
2310 </div> 2658 </div>
2311 </dl> 2659 </dl>
2312 </dd> 2660 </dd>
(...skipping 23 matching lines...) Expand all
2336 </span> 2684 </span>
2337 ) 2685 )
2338 </div> 2686 </div>
2339 2687
2340 </em> 2688 </em>
2341 </dt> 2689 </dt>
2342 <dd class="todo" style="display: none; "> 2690 <dd class="todo" style="display: none; ">
2343 Undocumented. 2691 Undocumented.
2344 </dd> 2692 </dd>
2345 <dd>The unique identifier for this visit.</dd> 2693 <dd>The unique identifier for this visit.</dd>
2694 <dd style="display: none; ">
2695 This parameter was added in version
2696 <b><span></span></b>.
2697 You must omit this parameter in earlier versions,
2698 and you may omit it in any version. If you require this
2699 parameter, the manifest key
2700 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
2701 can ensure that your extension won't be run in an earlier browser ve rsion.
2702 </dd>
2346 2703
2347 <!-- OBJECT PROPERTIES --> 2704 <!-- OBJECT PROPERTIES -->
2348 <dd style="display: none; "> 2705 <dd style="display: none; ">
2349 <dl> 2706 <dl>
2350 <div> 2707 <div>
2351 <div> 2708 <div>
2352 </div> 2709 </div>
2353 </div> 2710 </div>
2354 </dl> 2711 </dl>
2355 </dd> 2712 </dd>
(...skipping 23 matching lines...) Expand all
2379 </span> 2736 </span>
2380 ) 2737 )
2381 </div> 2738 </div>
2382 2739
2383 </em> 2740 </em>
2384 </dt> 2741 </dt>
2385 <dd class="todo" style="display: none; "> 2742 <dd class="todo" style="display: none; ">
2386 Undocumented. 2743 Undocumented.
2387 </dd> 2744 </dd>
2388 <dd>When this visit occurred, represented in milliseconds since the ep och.</dd> 2745 <dd>When this visit occurred, represented in milliseconds since the ep och.</dd>
2746 <dd style="display: none; ">
2747 This parameter was added in version
2748 <b><span></span></b>.
2749 You must omit this parameter in earlier versions,
2750 and you may omit it in any version. If you require this
2751 parameter, the manifest key
2752 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
2753 can ensure that your extension won't be run in an earlier browser ve rsion.
2754 </dd>
2389 2755
2390 <!-- OBJECT PROPERTIES --> 2756 <!-- OBJECT PROPERTIES -->
2391 <dd style="display: none; "> 2757 <dd style="display: none; ">
2392 <dl> 2758 <dl>
2393 <div> 2759 <div>
2394 <div> 2760 <div>
2395 </div> 2761 </div>
2396 </div> 2762 </div>
2397 </dl> 2763 </dl>
2398 </dd> 2764 </dd>
(...skipping 23 matching lines...) Expand all
2422 </span> 2788 </span>
2423 ) 2789 )
2424 </div> 2790 </div>
2425 2791
2426 </em> 2792 </em>
2427 </dt> 2793 </dt>
2428 <dd class="todo" style="display: none; "> 2794 <dd class="todo" style="display: none; ">
2429 Undocumented. 2795 Undocumented.
2430 </dd> 2796 </dd>
2431 <dd>The visit_id of the referrer.</dd> 2797 <dd>The visit_id of the referrer.</dd>
2798 <dd style="display: none; ">
2799 This parameter was added in version
2800 <b><span></span></b>.
2801 You must omit this parameter in earlier versions,
2802 and you may omit it in any version. If you require this
2803 parameter, the manifest key
2804 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
2805 can ensure that your extension won't be run in an earlier browser ve rsion.
2806 </dd>
2432 2807
2433 <!-- OBJECT PROPERTIES --> 2808 <!-- OBJECT PROPERTIES -->
2434 <dd style="display: none; "> 2809 <dd style="display: none; ">
2435 <dl> 2810 <dl>
2436 <div> 2811 <div>
2437 <div> 2812 <div>
2438 </div> 2813 </div>
2439 </div> 2814 </div>
2440 </dl> 2815 </dl>
2441 </dd> 2816 </dd>
(...skipping 23 matching lines...) Expand all
2465 </span> 2840 </span>
2466 ) 2841 )
2467 </div> 2842 </div>
2468 2843
2469 </em> 2844 </em>
2470 </dt> 2845 </dt>
2471 <dd class="todo" style="display: none; "> 2846 <dd class="todo" style="display: none; ">
2472 Undocumented. 2847 Undocumented.
2473 </dd> 2848 </dd>
2474 <dd>The <a href="#transition_types">transition type</a> for this visit from its referrer.</dd> 2849 <dd>The <a href="#transition_types">transition type</a> for this visit from its referrer.</dd>
2850 <dd style="display: none; ">
2851 This parameter was added in version
2852 <b><span></span></b>.
2853 You must omit this parameter in earlier versions,
2854 and you may omit it in any version. If you require this
2855 parameter, the manifest key
2856 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
2857 can ensure that your extension won't be run in an earlier browser ve rsion.
2858 </dd>
2475 2859
2476 <!-- OBJECT PROPERTIES --> 2860 <!-- OBJECT PROPERTIES -->
2477 <dd style="display: none; "> 2861 <dd style="display: none; ">
2478 <dl> 2862 <dl>
2479 <div> 2863 <div>
2480 <div> 2864 <div>
2481 </div> 2865 </div>
2482 </div> 2866 </div>
2483 </dl> 2867 </dl>
2484 </dd> 2868 </dd>
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
2526 _uff=0; 2910 _uff=0;
2527 urchinTracker(); 2911 urchinTracker();
2528 } 2912 }
2529 catch(e) {/* urchinTracker not available. */} 2913 catch(e) {/* urchinTracker not available. */}
2530 </script> 2914 </script>
2531 <!-- end analytics --> 2915 <!-- end analytics -->
2532 </div> 2916 </div>
2533 </div> <!-- /gc-footer --> 2917 </div> <!-- /gc-footer -->
2534 </div> <!-- /gc-container --> 2918 </div> <!-- /gc-container -->
2535 </body></html> 2919 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/getstarted.html ('k') | chrome/common/extensions/docs/hosting.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698