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

Side by Side Diff: chrome/common/extensions/docs/windows.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
« no previous file with comments | « chrome/common/extensions/docs/tutorials.html ('k') | chrome/common/extensions/docs/xhr.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 </span> 409 </span>
401 ) 410 )
402 </div> 411 </div>
403 412
404 </em> 413 </em>
405 </dt> 414 </dt>
406 <dd class="todo" style="display: none; "> 415 <dd class="todo" style="display: none; ">
407 Undocumented. 416 Undocumented.
408 </dd> 417 </dd>
409 <dd>The windowId value that represents the absence of a chrome browser window.</dd> 418 <dd>The windowId value that represents the absence of a chrome browser window.</dd>
419 <dd style="display: none; ">
420 This parameter was added in version
421 <b><span></span></b>.
422 You must omit this parameter in earlier versions,
423 and you may omit it in any version. If you require this
424 parameter, the manifest key
425 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
426 can ensure that your extension won't be run in an earlier browser ve rsion.
427 </dd>
410 428
411 <!-- OBJECT PROPERTIES --> 429 <!-- OBJECT PROPERTIES -->
412 <dd style="display: none; "> 430 <dd style="display: none; ">
413 <dl> 431 <dl>
414 <div> 432 <div>
415 <div> 433 <div>
416 </div> 434 </div>
417 </div> 435 </div>
418 </dl> 436 </dl>
419 </dd> 437 </dd>
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
472 </div> 490 </div>
473 491
474 </em> 492 </em>
475 </dt> 493 </dt>
476 <dd class="todo"> 494 <dd class="todo">
477 Undocumented. 495 Undocumented.
478 </dd> 496 </dd>
479 <dd style="display: none; "> 497 <dd style="display: none; ">
480 Description of this parameter from the json schema. 498 Description of this parameter from the json schema.
481 </dd> 499 </dd>
500 <dd style="display: none; ">
501 This parameter was added in version
502 <b><span></span></b>.
503 You must omit this parameter in earlier versions,
504 and you may omit it in any version. If you require this
505 parameter, the manifest key
506 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
507 can ensure that your extension won't be run in an earlier browser ve rsion.
508 </dd>
482 509
483 <!-- OBJECT PROPERTIES --> 510 <!-- OBJECT PROPERTIES -->
484 <dd> 511 <dd>
485 <dl> 512 <dl>
486 <div> 513 <div>
487 <div> 514 <div>
488 <dt> 515 <dt>
489 <var>url</var> 516 <var>url</var>
490 <em> 517 <em>
491 518
(...skipping 16 matching lines...) Expand all
508 </span> 535 </span>
509 ) 536 )
510 </div> 537 </div>
511 538
512 </em> 539 </em>
513 </dt> 540 </dt>
514 <dd class="todo" style="display: none; "> 541 <dd class="todo" style="display: none; ">
515 Undocumented. 542 Undocumented.
516 </dd> 543 </dd>
517 <dd>The URL to navigate the first tab to. Fully-qualified URLs must in clude a scheme (i.e. 'http://www.google.com', not 'www.google.com'). Relative UR Ls will be relative to the current page within the extension. Defaults to the Ne w Tab Page.</dd> 544 <dd>The URL to navigate the first tab to. Fully-qualified URLs must in clude a scheme (i.e. 'http://www.google.com', not 'www.google.com'). Relative UR Ls will be relative to the current page within the extension. Defaults to the Ne w Tab Page.</dd>
545 <dd style="display: none; ">
546 This parameter was added in version
547 <b><span></span></b>.
548 You must omit this parameter in earlier versions,
549 and you may omit it in any version. If you require this
550 parameter, the manifest key
551 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
552 can ensure that your extension won't be run in an earlier browser ve rsion.
553 </dd>
518 554
519 <!-- OBJECT PROPERTIES --> 555 <!-- OBJECT PROPERTIES -->
520 <dd style="display: none; "> 556 <dd style="display: none; ">
521 <dl> 557 <dl>
522 <div> 558 <div>
523 <div> 559 <div>
524 </div> 560 </div>
525 </div> 561 </div>
526 </dl> 562 </dl>
527 </dd> 563 </dd>
(...skipping 23 matching lines...) Expand all
551 </span> 587 </span>
552 ) 588 )
553 </div> 589 </div>
554 590
555 </em> 591 </em>
556 </dt> 592 </dt>
557 <dd class="todo" style="display: none; "> 593 <dd class="todo" style="display: none; ">
558 Undocumented. 594 Undocumented.
559 </dd> 595 </dd>
560 <dd>The number of pixels to position the new window from the left edge of the screen. If not specified, the new window is offset naturally from the la st focusd window.</dd> 596 <dd>The number of pixels to position the new window from the left edge of the screen. If not specified, the new window is offset naturally from the la st focusd window.</dd>
597 <dd style="display: none; ">
598 This parameter was added in version
599 <b><span></span></b>.
600 You must omit this parameter in earlier versions,
601 and you may omit it in any version. If you require this
602 parameter, the manifest key
603 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
604 can ensure that your extension won't be run in an earlier browser ve rsion.
605 </dd>
561 606
562 <!-- OBJECT PROPERTIES --> 607 <!-- OBJECT PROPERTIES -->
563 <dd style="display: none; "> 608 <dd style="display: none; ">
564 <dl> 609 <dl>
565 <div> 610 <div>
566 <div> 611 <div>
567 </div> 612 </div>
568 </div> 613 </div>
569 </dl> 614 </dl>
570 </dd> 615 </dd>
(...skipping 23 matching lines...) Expand all
594 </span> 639 </span>
595 ) 640 )
596 </div> 641 </div>
597 642
598 </em> 643 </em>
599 </dt> 644 </dt>
600 <dd class="todo" style="display: none; "> 645 <dd class="todo" style="display: none; ">
601 Undocumented. 646 Undocumented.
602 </dd> 647 </dd>
603 <dd>The number of pixels to position the new window from the top edge of the screen. If not specified, the new window is offset naturally from the las t focusd window.</dd> 648 <dd>The number of pixels to position the new window from the top edge of the screen. If not specified, the new window is offset naturally from the las t focusd window.</dd>
649 <dd style="display: none; ">
650 This parameter was added in version
651 <b><span></span></b>.
652 You must omit this parameter in earlier versions,
653 and you may omit it in any version. If you require this
654 parameter, the manifest key
655 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
656 can ensure that your extension won't be run in an earlier browser ve rsion.
657 </dd>
604 658
605 <!-- OBJECT PROPERTIES --> 659 <!-- OBJECT PROPERTIES -->
606 <dd style="display: none; "> 660 <dd style="display: none; ">
607 <dl> 661 <dl>
608 <div> 662 <div>
609 <div> 663 <div>
610 </div> 664 </div>
611 </div> 665 </div>
612 </dl> 666 </dl>
613 </dd> 667 </dd>
(...skipping 23 matching lines...) Expand all
637 </span> 691 </span>
638 ) 692 )
639 </div> 693 </div>
640 694
641 </em> 695 </em>
642 </dt> 696 </dt>
643 <dd class="todo" style="display: none; "> 697 <dd class="todo" style="display: none; ">
644 Undocumented. 698 Undocumented.
645 </dd> 699 </dd>
646 <dd>The width in pixels of the new window. If not specified defaults t o a natural width.</dd> 700 <dd>The width in pixels of the new window. If not specified defaults t o a natural width.</dd>
701 <dd style="display: none; ">
702 This parameter was added in version
703 <b><span></span></b>.
704 You must omit this parameter in earlier versions,
705 and you may omit it in any version. If you require this
706 parameter, the manifest key
707 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
708 can ensure that your extension won't be run in an earlier browser ve rsion.
709 </dd>
647 710
648 <!-- OBJECT PROPERTIES --> 711 <!-- OBJECT PROPERTIES -->
649 <dd style="display: none; "> 712 <dd style="display: none; ">
650 <dl> 713 <dl>
651 <div> 714 <div>
652 <div> 715 <div>
653 </div> 716 </div>
654 </div> 717 </div>
655 </dl> 718 </dl>
656 </dd> 719 </dd>
(...skipping 23 matching lines...) Expand all
680 </span> 743 </span>
681 ) 744 )
682 </div> 745 </div>
683 746
684 </em> 747 </em>
685 </dt> 748 </dt>
686 <dd class="todo" style="display: none; "> 749 <dd class="todo" style="display: none; ">
687 Undocumented. 750 Undocumented.
688 </dd> 751 </dd>
689 <dd>The height in pixels of the new window. If not specified defaults to a natural height.</dd> 752 <dd>The height in pixels of the new window. If not specified defaults to a natural height.</dd>
753 <dd style="display: none; ">
754 This parameter was added in version
755 <b><span></span></b>.
756 You must omit this parameter in earlier versions,
757 and you may omit it in any version. If you require this
758 parameter, the manifest key
759 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
760 can ensure that your extension won't be run in an earlier browser ve rsion.
761 </dd>
690 762
691 <!-- OBJECT PROPERTIES --> 763 <!-- OBJECT PROPERTIES -->
692 <dd style="display: none; "> 764 <dd style="display: none; ">
693 <dl> 765 <dl>
694 <div> 766 <div>
695 <div> 767 <div>
696 </div> 768 </div>
697 </div> 769 </div>
698 </dl> 770 </dl>
699 </dd> 771 </dd>
(...skipping 23 matching lines...) Expand all
723 </span> 795 </span>
724 ) 796 )
725 </div> 797 </div>
726 798
727 </em> 799 </em>
728 </dt> 800 </dt>
729 <dd class="todo" style="display: none; "> 801 <dd class="todo" style="display: none; ">
730 Undocumented. 802 Undocumented.
731 </dd> 803 </dd>
732 <dd>Whether the new window should be an incognito window.</dd> 804 <dd>Whether the new window should be an incognito window.</dd>
805 <dd style="display: none; ">
806 This parameter was added in version
807 <b><span></span></b>.
808 You must omit this parameter in earlier versions,
809 and you may omit it in any version. If you require this
810 parameter, the manifest key
811 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
812 can ensure that your extension won't be run in an earlier browser ve rsion.
813 </dd>
733 814
734 <!-- OBJECT PROPERTIES --> 815 <!-- OBJECT PROPERTIES -->
735 <dd style="display: none; "> 816 <dd style="display: none; ">
736 <dl> 817 <dl>
737 <div> 818 <div>
738 <div> 819 <div>
739 </div> 820 </div>
740 </div> 821 </div>
741 </dl> 822 </dl>
742 </dd> 823 </dd>
(...skipping 23 matching lines...) Expand all
766 </span> 847 </span>
767 ) 848 )
768 </div> 849 </div>
769 850
770 </em> 851 </em>
771 </dt> 852 </dt>
772 <dd class="todo" style="display: none; "> 853 <dd class="todo" style="display: none; ">
773 Undocumented. 854 Undocumented.
774 </dd> 855 </dd>
775 <dd>Specifies what type of browser window to create.</dd> 856 <dd>Specifies what type of browser window to create.</dd>
857 <dd style="display: none; ">
858 This parameter was added in version
859 <b><span></span></b>.
860 You must omit this parameter in earlier versions,
861 and you may omit it in any version. If you require this
862 parameter, the manifest key
863 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
864 can ensure that your extension won't be run in an earlier browser ve rsion.
865 </dd>
776 866
777 <!-- OBJECT PROPERTIES --> 867 <!-- OBJECT PROPERTIES -->
778 <dd style="display: none; "> 868 <dd style="display: none; ">
779 <dl> 869 <dl>
780 <div> 870 <div>
781 <div> 871 <div>
782 </div> 872 </div>
783 </div> 873 </div>
784 </dl> 874 </dl>
785 </dd> 875 </dd>
(...skipping 29 matching lines...) Expand all
815 </div> 905 </div>
816 906
817 </em> 907 </em>
818 </dt> 908 </dt>
819 <dd class="todo"> 909 <dd class="todo">
820 Undocumented. 910 Undocumented.
821 </dd> 911 </dd>
822 <dd style="display: none; "> 912 <dd style="display: none; ">
823 Description of this parameter from the json schema. 913 Description of this parameter from the json schema.
824 </dd> 914 </dd>
915 <dd style="display: none; ">
916 This parameter was added in version
917 <b><span></span></b>.
918 You must omit this parameter in earlier versions,
919 and you may omit it in any version. If you require this
920 parameter, the manifest key
921 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
922 can ensure that your extension won't be run in an earlier browser ve rsion.
923 </dd>
825 924
826 <!-- OBJECT PROPERTIES --> 925 <!-- OBJECT PROPERTIES -->
827 <dd style="display: none; "> 926 <dd style="display: none; ">
828 <dl> 927 <dl>
829 <div> 928 <div>
830 <div> 929 <div>
831 </div> 930 </div>
832 </div> 931 </div>
833 </dl> 932 </dl>
834 </dd> 933 </dd>
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
886 </span> 985 </span>
887 ) 986 )
888 </div> 987 </div>
889 988
890 </em> 989 </em>
891 </dt> 990 </dt>
892 <dd class="todo" style="display: none; "> 991 <dd class="todo" style="display: none; ">
893 Undocumented. 992 Undocumented.
894 </dd> 993 </dd>
895 <dd>Contains details about the created window.</dd> 994 <dd>Contains details about the created window.</dd>
995 <dd style="display: none; ">
996 This parameter was added in version
997 <b><span></span></b>.
998 You must omit this parameter in earlier versions,
999 and you may omit it in any version. If you require this
1000 parameter, the manifest key
1001 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
1002 can ensure that your extension won't be run in an earlier browser ve rsion.
1003 </dd>
896 1004
897 <!-- OBJECT PROPERTIES --> 1005 <!-- OBJECT PROPERTIES -->
898 <dd style="display: none; "> 1006 <dd style="display: none; ">
899 <dl> 1007 <dl>
900 <div> 1008 <div>
901 <div> 1009 <div>
902 </div> 1010 </div>
903 </div> 1011 </div>
904 </dl> 1012 </dl>
905 </dd> 1013 </dd>
906 </div> 1014 </div>
907 </div> 1015 </div>
908 </dl> 1016 </dl>
909 </div> 1017 </div>
910 </div> 1018 </div>
911 1019
1020 <!-- MIN_VERSION -->
1021 <p style="display: none; ">
1022 This function was added in version <b><span></span></b>.
1023 If you require this function, the manifest key
1024 <a href="manifest.html#minimum_chrome_version">minimum_chrome_ version</a>
1025 can ensure that your extension won't be run in an earlier brow ser version.
1026 </p>
912 </div> <!-- /description --> 1027 </div> <!-- /description -->
913 1028
914 </div><div class="apiItem"> 1029 </div><div class="apiItem">
915 <a name="method-get"></a> <!-- method-anchor --> 1030 <a name="method-get"></a> <!-- method-anchor -->
916 <h4>get</h4> 1031 <h4>get</h4>
917 1032
918 <div class="summary"><span style="display: none; ">void</span> 1033 <div class="summary"><span style="display: none; ">void</span>
919 <!-- Note: intentionally longer 80 columns --> 1034 <!-- Note: intentionally longer 80 columns -->
920 <span>chrome.windows.get</span>(<span class="null"><span style ="display: none; ">, </span><span>integer</span> 1035 <span>chrome.windows.get</span>(<span class="null"><span style ="display: none; ">, </span><span>integer</span>
921 <var><span>windowId</span></var></span><span class="null"> <span>, </span><span>function</span> 1036 <var><span>windowId</span></var></span><span class="null"> <span>, </span><span>function</span>
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
955 </div> 1070 </div>
956 1071
957 </em> 1072 </em>
958 </dt> 1073 </dt>
959 <dd class="todo"> 1074 <dd class="todo">
960 Undocumented. 1075 Undocumented.
961 </dd> 1076 </dd>
962 <dd style="display: none; "> 1077 <dd style="display: none; ">
963 Description of this parameter from the json schema. 1078 Description of this parameter from the json schema.
964 </dd> 1079 </dd>
1080 <dd style="display: none; ">
1081 This parameter was added in version
1082 <b><span></span></b>.
1083 You must omit this parameter in earlier versions,
1084 and you may omit it in any version. If you require this
1085 parameter, the manifest key
1086 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
1087 can ensure that your extension won't be run in an earlier browser ve rsion.
1088 </dd>
965 1089
966 <!-- OBJECT PROPERTIES --> 1090 <!-- OBJECT PROPERTIES -->
967 <dd style="display: none; "> 1091 <dd style="display: none; ">
968 <dl> 1092 <dl>
969 <div> 1093 <div>
970 <div> 1094 <div>
971 </div> 1095 </div>
972 </div> 1096 </div>
973 </dl> 1097 </dl>
974 </dd> 1098 </dd>
(...skipping 25 matching lines...) Expand all
1000 </div> 1124 </div>
1001 1125
1002 </em> 1126 </em>
1003 </dt> 1127 </dt>
1004 <dd class="todo"> 1128 <dd class="todo">
1005 Undocumented. 1129 Undocumented.
1006 </dd> 1130 </dd>
1007 <dd style="display: none; "> 1131 <dd style="display: none; ">
1008 Description of this parameter from the json schema. 1132 Description of this parameter from the json schema.
1009 </dd> 1133 </dd>
1134 <dd style="display: none; ">
1135 This parameter was added in version
1136 <b><span></span></b>.
1137 You must omit this parameter in earlier versions,
1138 and you may omit it in any version. If you require this
1139 parameter, the manifest key
1140 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
1141 can ensure that your extension won't be run in an earlier browser ve rsion.
1142 </dd>
1010 1143
1011 <!-- OBJECT PROPERTIES --> 1144 <!-- OBJECT PROPERTIES -->
1012 <dd style="display: none; "> 1145 <dd style="display: none; ">
1013 <dl> 1146 <dl>
1014 <div> 1147 <div>
1015 <div> 1148 <div>
1016 </div> 1149 </div>
1017 </div> 1150 </div>
1018 </dl> 1151 </dl>
1019 </dd> 1152 </dd>
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
1073 </div> 1206 </div>
1074 1207
1075 </em> 1208 </em>
1076 </dt> 1209 </dt>
1077 <dd class="todo"> 1210 <dd class="todo">
1078 Undocumented. 1211 Undocumented.
1079 </dd> 1212 </dd>
1080 <dd style="display: none; "> 1213 <dd style="display: none; ">
1081 Description of this parameter from the json schema. 1214 Description of this parameter from the json schema.
1082 </dd> 1215 </dd>
1216 <dd style="display: none; ">
1217 This parameter was added in version
1218 <b><span></span></b>.
1219 You must omit this parameter in earlier versions,
1220 and you may omit it in any version. If you require this
1221 parameter, the manifest key
1222 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
1223 can ensure that your extension won't be run in an earlier browser ve rsion.
1224 </dd>
1083 1225
1084 <!-- OBJECT PROPERTIES --> 1226 <!-- OBJECT PROPERTIES -->
1085 <dd style="display: none; "> 1227 <dd style="display: none; ">
1086 <dl> 1228 <dl>
1087 <div> 1229 <div>
1088 <div> 1230 <div>
1089 </div> 1231 </div>
1090 </div> 1232 </div>
1091 </dl> 1233 </dl>
1092 </dd> 1234 </dd>
1093 </div> 1235 </div>
1094 </div> 1236 </div>
1095 </dl> 1237 </dl>
1096 </div> 1238 </div>
1097 </div> 1239 </div>
1098 1240
1241 <!-- MIN_VERSION -->
1242 <p style="display: none; ">
1243 This function was added in version <b><span></span></b>.
1244 If you require this function, the manifest key
1245 <a href="manifest.html#minimum_chrome_version">minimum_chrome_ version</a>
1246 can ensure that your extension won't be run in an earlier brow ser version.
1247 </p>
1099 </div> <!-- /description --> 1248 </div> <!-- /description -->
1100 1249
1101 </div><div class="apiItem"> 1250 </div><div class="apiItem">
1102 <a name="method-getAll"></a> <!-- method-anchor --> 1251 <a name="method-getAll"></a> <!-- method-anchor -->
1103 <h4>getAll</h4> 1252 <h4>getAll</h4>
1104 1253
1105 <div class="summary"><span style="display: none; ">void</span> 1254 <div class="summary"><span style="display: none; ">void</span>
1106 <!-- Note: intentionally longer 80 columns --> 1255 <!-- Note: intentionally longer 80 columns -->
1107 <span>chrome.windows.getAll</span>(<span class="optional"><spa n style="display: none; ">, </span><span>object</span> 1256 <span>chrome.windows.getAll</span>(<span class="optional"><spa n style="display: none; ">, </span><span>object</span>
1108 <var><span>getInfo</span></var></span><span class="null">< span>, </span><span>function</span> 1257 <var><span>getInfo</span></var></span><span class="null">< span>, </span><span>function</span>
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
1142 </div> 1291 </div>
1143 1292
1144 </em> 1293 </em>
1145 </dt> 1294 </dt>
1146 <dd class="todo"> 1295 <dd class="todo">
1147 Undocumented. 1296 Undocumented.
1148 </dd> 1297 </dd>
1149 <dd style="display: none; "> 1298 <dd style="display: none; ">
1150 Description of this parameter from the json schema. 1299 Description of this parameter from the json schema.
1151 </dd> 1300 </dd>
1301 <dd style="display: none; ">
1302 This parameter was added in version
1303 <b><span></span></b>.
1304 You must omit this parameter in earlier versions,
1305 and you may omit it in any version. If you require this
1306 parameter, the manifest key
1307 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
1308 can ensure that your extension won't be run in an earlier browser ve rsion.
1309 </dd>
1152 1310
1153 <!-- OBJECT PROPERTIES --> 1311 <!-- OBJECT PROPERTIES -->
1154 <dd> 1312 <dd>
1155 <dl> 1313 <dl>
1156 <div> 1314 <div>
1157 <div> 1315 <div>
1158 <dt> 1316 <dt>
1159 <var>populate</var> 1317 <var>populate</var>
1160 <em> 1318 <em>
1161 1319
(...skipping 16 matching lines...) Expand all
1178 </span> 1336 </span>
1179 ) 1337 )
1180 </div> 1338 </div>
1181 1339
1182 </em> 1340 </em>
1183 </dt> 1341 </dt>
1184 <dd class="todo" style="display: none; "> 1342 <dd class="todo" style="display: none; ">
1185 Undocumented. 1343 Undocumented.
1186 </dd> 1344 </dd>
1187 <dd>If true, each window object will have a <var>tabs</var> property t hat contains a list of the <a href="tabs.html#type-Tab">Tab</a> objects for that window.</dd> 1345 <dd>If true, each window object will have a <var>tabs</var> property t hat contains a list of the <a href="tabs.html#type-Tab">Tab</a> objects for that window.</dd>
1346 <dd style="display: none; ">
1347 This parameter was added in version
1348 <b><span></span></b>.
1349 You must omit this parameter in earlier versions,
1350 and you may omit it in any version. If you require this
1351 parameter, the manifest key
1352 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
1353 can ensure that your extension won't be run in an earlier browser ve rsion.
1354 </dd>
1188 1355
1189 <!-- OBJECT PROPERTIES --> 1356 <!-- OBJECT PROPERTIES -->
1190 <dd style="display: none; "> 1357 <dd style="display: none; ">
1191 <dl> 1358 <dl>
1192 <div> 1359 <div>
1193 <div> 1360 <div>
1194 </div> 1361 </div>
1195 </div> 1362 </div>
1196 </dl> 1363 </dl>
1197 </dd> 1364 </dd>
(...skipping 29 matching lines...) Expand all
1227 </div> 1394 </div>
1228 1395
1229 </em> 1396 </em>
1230 </dt> 1397 </dt>
1231 <dd class="todo"> 1398 <dd class="todo">
1232 Undocumented. 1399 Undocumented.
1233 </dd> 1400 </dd>
1234 <dd style="display: none; "> 1401 <dd style="display: none; ">
1235 Description of this parameter from the json schema. 1402 Description of this parameter from the json schema.
1236 </dd> 1403 </dd>
1404 <dd style="display: none; ">
1405 This parameter was added in version
1406 <b><span></span></b>.
1407 You must omit this parameter in earlier versions,
1408 and you may omit it in any version. If you require this
1409 parameter, the manifest key
1410 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
1411 can ensure that your extension won't be run in an earlier browser ve rsion.
1412 </dd>
1237 1413
1238 <!-- OBJECT PROPERTIES --> 1414 <!-- OBJECT PROPERTIES -->
1239 <dd style="display: none; "> 1415 <dd style="display: none; ">
1240 <dl> 1416 <dl>
1241 <div> 1417 <div>
1242 <div> 1418 <div>
1243 </div> 1419 </div>
1244 </div> 1420 </div>
1245 </dl> 1421 </dl>
1246 </dd> 1422 </dd>
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
1311 </div> 1487 </div>
1312 1488
1313 </em> 1489 </em>
1314 </dt> 1490 </dt>
1315 <dd class="todo"> 1491 <dd class="todo">
1316 Undocumented. 1492 Undocumented.
1317 </dd> 1493 </dd>
1318 <dd style="display: none; "> 1494 <dd style="display: none; ">
1319 Description of this parameter from the json schema. 1495 Description of this parameter from the json schema.
1320 </dd> 1496 </dd>
1497 <dd style="display: none; ">
1498 This parameter was added in version
1499 <b><span></span></b>.
1500 You must omit this parameter in earlier versions,
1501 and you may omit it in any version. If you require this
1502 parameter, the manifest key
1503 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
1504 can ensure that your extension won't be run in an earlier browser ve rsion.
1505 </dd>
1321 1506
1322 <!-- OBJECT PROPERTIES --> 1507 <!-- OBJECT PROPERTIES -->
1323 <dd style="display: none; "> 1508 <dd style="display: none; ">
1324 <dl> 1509 <dl>
1325 <div> 1510 <div>
1326 <div> 1511 <div>
1327 </div> 1512 </div>
1328 </div> 1513 </div>
1329 </dl> 1514 </dl>
1330 </dd> 1515 </dd>
1331 </div> 1516 </div>
1332 </div> 1517 </div>
1333 </dl> 1518 </dl>
1334 </div> 1519 </div>
1335 </div> 1520 </div>
1336 1521
1522 <!-- MIN_VERSION -->
1523 <p style="display: none; ">
1524 This function was added in version <b><span></span></b>.
1525 If you require this function, the manifest key
1526 <a href="manifest.html#minimum_chrome_version">minimum_chrome_ version</a>
1527 can ensure that your extension won't be run in an earlier brow ser version.
1528 </p>
1337 </div> <!-- /description --> 1529 </div> <!-- /description -->
1338 1530
1339 </div><div class="apiItem"> 1531 </div><div class="apiItem">
1340 <a name="method-getCurrent"></a> <!-- method-anchor --> 1532 <a name="method-getCurrent"></a> <!-- method-anchor -->
1341 <h4>getCurrent</h4> 1533 <h4>getCurrent</h4>
1342 1534
1343 <div class="summary"><span style="display: none; ">void</span> 1535 <div class="summary"><span style="display: none; ">void</span>
1344 <!-- Note: intentionally longer 80 columns --> 1536 <!-- Note: intentionally longer 80 columns -->
1345 <span>chrome.windows.getCurrent</span>(<span class="null"><spa n style="display: none; ">, </span><span>function</span> 1537 <span>chrome.windows.getCurrent</span>(<span class="null"><spa n style="display: none; ">, </span><span>function</span>
1346 <var><span>callback</span></var></span>)</div> 1538 <var><span>callback</span></var></span>)</div>
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
1379 </div> 1571 </div>
1380 1572
1381 </em> 1573 </em>
1382 </dt> 1574 </dt>
1383 <dd class="todo"> 1575 <dd class="todo">
1384 Undocumented. 1576 Undocumented.
1385 </dd> 1577 </dd>
1386 <dd style="display: none; "> 1578 <dd style="display: none; ">
1387 Description of this parameter from the json schema. 1579 Description of this parameter from the json schema.
1388 </dd> 1580 </dd>
1581 <dd style="display: none; ">
1582 This parameter was added in version
1583 <b><span></span></b>.
1584 You must omit this parameter in earlier versions,
1585 and you may omit it in any version. If you require this
1586 parameter, the manifest key
1587 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
1588 can ensure that your extension won't be run in an earlier browser ve rsion.
1589 </dd>
1389 1590
1390 <!-- OBJECT PROPERTIES --> 1591 <!-- OBJECT PROPERTIES -->
1391 <dd style="display: none; "> 1592 <dd style="display: none; ">
1392 <dl> 1593 <dl>
1393 <div> 1594 <div>
1394 <div> 1595 <div>
1395 </div> 1596 </div>
1396 </div> 1597 </div>
1397 </dl> 1598 </dl>
1398 </dd> 1599 </dd>
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
1452 </div> 1653 </div>
1453 1654
1454 </em> 1655 </em>
1455 </dt> 1656 </dt>
1456 <dd class="todo"> 1657 <dd class="todo">
1457 Undocumented. 1658 Undocumented.
1458 </dd> 1659 </dd>
1459 <dd style="display: none; "> 1660 <dd style="display: none; ">
1460 Description of this parameter from the json schema. 1661 Description of this parameter from the json schema.
1461 </dd> 1662 </dd>
1663 <dd style="display: none; ">
1664 This parameter was added in version
1665 <b><span></span></b>.
1666 You must omit this parameter in earlier versions,
1667 and you may omit it in any version. If you require this
1668 parameter, the manifest key
1669 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
1670 can ensure that your extension won't be run in an earlier browser ve rsion.
1671 </dd>
1462 1672
1463 <!-- OBJECT PROPERTIES --> 1673 <!-- OBJECT PROPERTIES -->
1464 <dd style="display: none; "> 1674 <dd style="display: none; ">
1465 <dl> 1675 <dl>
1466 <div> 1676 <div>
1467 <div> 1677 <div>
1468 </div> 1678 </div>
1469 </div> 1679 </div>
1470 </dl> 1680 </dl>
1471 </dd> 1681 </dd>
1472 </div> 1682 </div>
1473 </div> 1683 </div>
1474 </dl> 1684 </dl>
1475 </div> 1685 </div>
1476 </div> 1686 </div>
1477 1687
1688 <!-- MIN_VERSION -->
1689 <p style="display: none; ">
1690 This function was added in version <b><span></span></b>.
1691 If you require this function, the manifest key
1692 <a href="manifest.html#minimum_chrome_version">minimum_chrome_ version</a>
1693 can ensure that your extension won't be run in an earlier brow ser version.
1694 </p>
1478 </div> <!-- /description --> 1695 </div> <!-- /description -->
1479 1696
1480 </div><div class="apiItem"> 1697 </div><div class="apiItem">
1481 <a name="method-getLastFocused"></a> <!-- method-anchor --> 1698 <a name="method-getLastFocused"></a> <!-- method-anchor -->
1482 <h4>getLastFocused</h4> 1699 <h4>getLastFocused</h4>
1483 1700
1484 <div class="summary"><span style="display: none; ">void</span> 1701 <div class="summary"><span style="display: none; ">void</span>
1485 <!-- Note: intentionally longer 80 columns --> 1702 <!-- Note: intentionally longer 80 columns -->
1486 <span>chrome.windows.getLastFocused</span>(<span class="null"> <span style="display: none; ">, </span><span>function</span> 1703 <span>chrome.windows.getLastFocused</span>(<span class="null"> <span style="display: none; ">, </span><span>function</span>
1487 <var><span>callback</span></var></span>)</div> 1704 <var><span>callback</span></var></span>)</div>
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
1520 </div> 1737 </div>
1521 1738
1522 </em> 1739 </em>
1523 </dt> 1740 </dt>
1524 <dd class="todo"> 1741 <dd class="todo">
1525 Undocumented. 1742 Undocumented.
1526 </dd> 1743 </dd>
1527 <dd style="display: none; "> 1744 <dd style="display: none; ">
1528 Description of this parameter from the json schema. 1745 Description of this parameter from the json schema.
1529 </dd> 1746 </dd>
1747 <dd style="display: none; ">
1748 This parameter was added in version
1749 <b><span></span></b>.
1750 You must omit this parameter in earlier versions,
1751 and you may omit it in any version. If you require this
1752 parameter, the manifest key
1753 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
1754 can ensure that your extension won't be run in an earlier browser ve rsion.
1755 </dd>
1530 1756
1531 <!-- OBJECT PROPERTIES --> 1757 <!-- OBJECT PROPERTIES -->
1532 <dd style="display: none; "> 1758 <dd style="display: none; ">
1533 <dl> 1759 <dl>
1534 <div> 1760 <div>
1535 <div> 1761 <div>
1536 </div> 1762 </div>
1537 </div> 1763 </div>
1538 </dl> 1764 </dl>
1539 </dd> 1765 </dd>
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
1593 </div> 1819 </div>
1594 1820
1595 </em> 1821 </em>
1596 </dt> 1822 </dt>
1597 <dd class="todo"> 1823 <dd class="todo">
1598 Undocumented. 1824 Undocumented.
1599 </dd> 1825 </dd>
1600 <dd style="display: none; "> 1826 <dd style="display: none; ">
1601 Description of this parameter from the json schema. 1827 Description of this parameter from the json schema.
1602 </dd> 1828 </dd>
1829 <dd style="display: none; ">
1830 This parameter was added in version
1831 <b><span></span></b>.
1832 You must omit this parameter in earlier versions,
1833 and you may omit it in any version. If you require this
1834 parameter, the manifest key
1835 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
1836 can ensure that your extension won't be run in an earlier browser ve rsion.
1837 </dd>
1603 1838
1604 <!-- OBJECT PROPERTIES --> 1839 <!-- OBJECT PROPERTIES -->
1605 <dd style="display: none; "> 1840 <dd style="display: none; ">
1606 <dl> 1841 <dl>
1607 <div> 1842 <div>
1608 <div> 1843 <div>
1609 </div> 1844 </div>
1610 </div> 1845 </div>
1611 </dl> 1846 </dl>
1612 </dd> 1847 </dd>
1613 </div> 1848 </div>
1614 </div> 1849 </div>
1615 </dl> 1850 </dl>
1616 </div> 1851 </div>
1617 </div> 1852 </div>
1618 1853
1854 <!-- MIN_VERSION -->
1855 <p style="display: none; ">
1856 This function was added in version <b><span></span></b>.
1857 If you require this function, the manifest key
1858 <a href="manifest.html#minimum_chrome_version">minimum_chrome_ version</a>
1859 can ensure that your extension won't be run in an earlier brow ser version.
1860 </p>
1619 </div> <!-- /description --> 1861 </div> <!-- /description -->
1620 1862
1621 </div><div class="apiItem"> 1863 </div><div class="apiItem">
1622 <a name="method-remove"></a> <!-- method-anchor --> 1864 <a name="method-remove"></a> <!-- method-anchor -->
1623 <h4>remove</h4> 1865 <h4>remove</h4>
1624 1866
1625 <div class="summary"><span style="display: none; ">void</span> 1867 <div class="summary"><span style="display: none; ">void</span>
1626 <!-- Note: intentionally longer 80 columns --> 1868 <!-- Note: intentionally longer 80 columns -->
1627 <span>chrome.windows.remove</span>(<span class="null"><span st yle="display: none; ">, </span><span>integer</span> 1869 <span>chrome.windows.remove</span>(<span class="null"><span st yle="display: none; ">, </span><span>integer</span>
1628 <var><span>windowId</span></var></span><span class="option al"><span>, </span><span>function</span> 1870 <var><span>windowId</span></var></span><span class="option al"><span>, </span><span>function</span>
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
1662 </div> 1904 </div>
1663 1905
1664 </em> 1906 </em>
1665 </dt> 1907 </dt>
1666 <dd class="todo"> 1908 <dd class="todo">
1667 Undocumented. 1909 Undocumented.
1668 </dd> 1910 </dd>
1669 <dd style="display: none; "> 1911 <dd style="display: none; ">
1670 Description of this parameter from the json schema. 1912 Description of this parameter from the json schema.
1671 </dd> 1913 </dd>
1914 <dd style="display: none; ">
1915 This parameter was added in version
1916 <b><span></span></b>.
1917 You must omit this parameter in earlier versions,
1918 and you may omit it in any version. If you require this
1919 parameter, the manifest key
1920 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
1921 can ensure that your extension won't be run in an earlier browser ve rsion.
1922 </dd>
1672 1923
1673 <!-- OBJECT PROPERTIES --> 1924 <!-- OBJECT PROPERTIES -->
1674 <dd style="display: none; "> 1925 <dd style="display: none; ">
1675 <dl> 1926 <dl>
1676 <div> 1927 <div>
1677 <div> 1928 <div>
1678 </div> 1929 </div>
1679 </div> 1930 </div>
1680 </dl> 1931 </dl>
1681 </dd> 1932 </dd>
(...skipping 25 matching lines...) Expand all
1707 </div> 1958 </div>
1708 1959
1709 </em> 1960 </em>
1710 </dt> 1961 </dt>
1711 <dd class="todo"> 1962 <dd class="todo">
1712 Undocumented. 1963 Undocumented.
1713 </dd> 1964 </dd>
1714 <dd style="display: none; "> 1965 <dd style="display: none; ">
1715 Description of this parameter from the json schema. 1966 Description of this parameter from the json schema.
1716 </dd> 1967 </dd>
1968 <dd style="display: none; ">
1969 This parameter was added in version
1970 <b><span></span></b>.
1971 You must omit this parameter in earlier versions,
1972 and you may omit it in any version. If you require this
1973 parameter, the manifest key
1974 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
1975 can ensure that your extension won't be run in an earlier browser ve rsion.
1976 </dd>
1717 1977
1718 <!-- OBJECT PROPERTIES --> 1978 <!-- OBJECT PROPERTIES -->
1719 <dd style="display: none; "> 1979 <dd style="display: none; ">
1720 <dl> 1980 <dl>
1721 <div> 1981 <div>
1722 <div> 1982 <div>
1723 </div> 1983 </div>
1724 </div> 1984 </div>
1725 </dl> 1985 </dl>
1726 </dd> 1986 </dd>
(...skipping 27 matching lines...) Expand all
1754 <pre>function(<span></span>) <span class="subdued">{...}</span >);</pre> 2014 <pre>function(<span></span>) <span class="subdued">{...}</span >);</pre>
1755 <dl> 2015 <dl>
1756 <div style="display: none; "> 2016 <div style="display: none; ">
1757 <div> 2017 <div>
1758 </div> 2018 </div>
1759 </div> 2019 </div>
1760 </dl> 2020 </dl>
1761 </div> 2021 </div>
1762 </div> 2022 </div>
1763 2023
2024 <!-- MIN_VERSION -->
2025 <p style="display: none; ">
2026 This function was added in version <b><span></span></b>.
2027 If you require this function, the manifest key
2028 <a href="manifest.html#minimum_chrome_version">minimum_chrome_ version</a>
2029 can ensure that your extension won't be run in an earlier brow ser version.
2030 </p>
1764 </div> <!-- /description --> 2031 </div> <!-- /description -->
1765 2032
1766 </div><div class="apiItem"> 2033 </div><div class="apiItem">
1767 <a name="method-update"></a> <!-- method-anchor --> 2034 <a name="method-update"></a> <!-- method-anchor -->
1768 <h4>update</h4> 2035 <h4>update</h4>
1769 2036
1770 <div class="summary"><span style="display: none; ">void</span> 2037 <div class="summary"><span style="display: none; ">void</span>
1771 <!-- Note: intentionally longer 80 columns --> 2038 <!-- Note: intentionally longer 80 columns -->
1772 <span>chrome.windows.update</span>(<span class="null"><span st yle="display: none; ">, </span><span>integer</span> 2039 <span>chrome.windows.update</span>(<span class="null"><span st yle="display: none; ">, </span><span>integer</span>
1773 <var><span>windowId</span></var></span><span class="null"> <span>, </span><span>object</span> 2040 <var><span>windowId</span></var></span><span class="null"> <span>, </span><span>object</span>
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
1808 </div> 2075 </div>
1809 2076
1810 </em> 2077 </em>
1811 </dt> 2078 </dt>
1812 <dd class="todo"> 2079 <dd class="todo">
1813 Undocumented. 2080 Undocumented.
1814 </dd> 2081 </dd>
1815 <dd style="display: none; "> 2082 <dd style="display: none; ">
1816 Description of this parameter from the json schema. 2083 Description of this parameter from the json schema.
1817 </dd> 2084 </dd>
2085 <dd style="display: none; ">
2086 This parameter was added in version
2087 <b><span></span></b>.
2088 You must omit this parameter in earlier versions,
2089 and you may omit it in any version. If you require this
2090 parameter, the manifest key
2091 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
2092 can ensure that your extension won't be run in an earlier browser ve rsion.
2093 </dd>
1818 2094
1819 <!-- OBJECT PROPERTIES --> 2095 <!-- OBJECT PROPERTIES -->
1820 <dd style="display: none; "> 2096 <dd style="display: none; ">
1821 <dl> 2097 <dl>
1822 <div> 2098 <div>
1823 <div> 2099 <div>
1824 </div> 2100 </div>
1825 </div> 2101 </div>
1826 </dl> 2102 </dl>
1827 </dd> 2103 </dd>
(...skipping 25 matching lines...) Expand all
1853 </div> 2129 </div>
1854 2130
1855 </em> 2131 </em>
1856 </dt> 2132 </dt>
1857 <dd class="todo"> 2133 <dd class="todo">
1858 Undocumented. 2134 Undocumented.
1859 </dd> 2135 </dd>
1860 <dd style="display: none; "> 2136 <dd style="display: none; ">
1861 Description of this parameter from the json schema. 2137 Description of this parameter from the json schema.
1862 </dd> 2138 </dd>
2139 <dd style="display: none; ">
2140 This parameter was added in version
2141 <b><span></span></b>.
2142 You must omit this parameter in earlier versions,
2143 and you may omit it in any version. If you require this
2144 parameter, the manifest key
2145 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
2146 can ensure that your extension won't be run in an earlier browser ve rsion.
2147 </dd>
1863 2148
1864 <!-- OBJECT PROPERTIES --> 2149 <!-- OBJECT PROPERTIES -->
1865 <dd> 2150 <dd>
1866 <dl> 2151 <dl>
1867 <div> 2152 <div>
1868 <div> 2153 <div>
1869 <dt> 2154 <dt>
1870 <var>left</var> 2155 <var>left</var>
1871 <em> 2156 <em>
1872 2157
(...skipping 16 matching lines...) Expand all
1889 </span> 2174 </span>
1890 ) 2175 )
1891 </div> 2176 </div>
1892 2177
1893 </em> 2178 </em>
1894 </dt> 2179 </dt>
1895 <dd class="todo" style="display: none; "> 2180 <dd class="todo" style="display: none; ">
1896 Undocumented. 2181 Undocumented.
1897 </dd> 2182 </dd>
1898 <dd>The offset from the left edge of the screen to move the window to in pixels.</dd> 2183 <dd>The offset from the left edge of the screen to move the window to in pixels.</dd>
2184 <dd style="display: none; ">
2185 This parameter was added in version
2186 <b><span></span></b>.
2187 You must omit this parameter in earlier versions,
2188 and you may omit it in any version. If you require this
2189 parameter, the manifest key
2190 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
2191 can ensure that your extension won't be run in an earlier browser ve rsion.
2192 </dd>
1899 2193
1900 <!-- OBJECT PROPERTIES --> 2194 <!-- OBJECT PROPERTIES -->
1901 <dd style="display: none; "> 2195 <dd style="display: none; ">
1902 <dl> 2196 <dl>
1903 <div> 2197 <div>
1904 <div> 2198 <div>
1905 </div> 2199 </div>
1906 </div> 2200 </div>
1907 </dl> 2201 </dl>
1908 </dd> 2202 </dd>
(...skipping 23 matching lines...) Expand all
1932 </span> 2226 </span>
1933 ) 2227 )
1934 </div> 2228 </div>
1935 2229
1936 </em> 2230 </em>
1937 </dt> 2231 </dt>
1938 <dd class="todo" style="display: none; "> 2232 <dd class="todo" style="display: none; ">
1939 Undocumented. 2233 Undocumented.
1940 </dd> 2234 </dd>
1941 <dd>The offset from the top edge of the screen to move the window to i n pixels.</dd> 2235 <dd>The offset from the top edge of the screen to move the window to i n pixels.</dd>
2236 <dd style="display: none; ">
2237 This parameter was added in version
2238 <b><span></span></b>.
2239 You must omit this parameter in earlier versions,
2240 and you may omit it in any version. If you require this
2241 parameter, the manifest key
2242 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
2243 can ensure that your extension won't be run in an earlier browser ve rsion.
2244 </dd>
1942 2245
1943 <!-- OBJECT PROPERTIES --> 2246 <!-- OBJECT PROPERTIES -->
1944 <dd style="display: none; "> 2247 <dd style="display: none; ">
1945 <dl> 2248 <dl>
1946 <div> 2249 <div>
1947 <div> 2250 <div>
1948 </div> 2251 </div>
1949 </div> 2252 </div>
1950 </dl> 2253 </dl>
1951 </dd> 2254 </dd>
(...skipping 23 matching lines...) Expand all
1975 </span> 2278 </span>
1976 ) 2279 )
1977 </div> 2280 </div>
1978 2281
1979 </em> 2282 </em>
1980 </dt> 2283 </dt>
1981 <dd class="todo" style="display: none; "> 2284 <dd class="todo" style="display: none; ">
1982 Undocumented. 2285 Undocumented.
1983 </dd> 2286 </dd>
1984 <dd>The width to resize the window to in pixels.</dd> 2287 <dd>The width to resize the window to in pixels.</dd>
2288 <dd style="display: none; ">
2289 This parameter was added in version
2290 <b><span></span></b>.
2291 You must omit this parameter in earlier versions,
2292 and you may omit it in any version. If you require this
2293 parameter, the manifest key
2294 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
2295 can ensure that your extension won't be run in an earlier browser ve rsion.
2296 </dd>
1985 2297
1986 <!-- OBJECT PROPERTIES --> 2298 <!-- OBJECT PROPERTIES -->
1987 <dd style="display: none; "> 2299 <dd style="display: none; ">
1988 <dl> 2300 <dl>
1989 <div> 2301 <div>
1990 <div> 2302 <div>
1991 </div> 2303 </div>
1992 </div> 2304 </div>
1993 </dl> 2305 </dl>
1994 </dd> 2306 </dd>
(...skipping 23 matching lines...) Expand all
2018 </span> 2330 </span>
2019 ) 2331 )
2020 </div> 2332 </div>
2021 2333
2022 </em> 2334 </em>
2023 </dt> 2335 </dt>
2024 <dd class="todo" style="display: none; "> 2336 <dd class="todo" style="display: none; ">
2025 Undocumented. 2337 Undocumented.
2026 </dd> 2338 </dd>
2027 <dd>The height to resize the window to in pixels.</dd> 2339 <dd>The height to resize the window to in pixels.</dd>
2340 <dd style="display: none; ">
2341 This parameter was added in version
2342 <b><span></span></b>.
2343 You must omit this parameter in earlier versions,
2344 and you may omit it in any version. If you require this
2345 parameter, the manifest key
2346 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
2347 can ensure that your extension won't be run in an earlier browser ve rsion.
2348 </dd>
2028 2349
2029 <!-- OBJECT PROPERTIES --> 2350 <!-- OBJECT PROPERTIES -->
2030 <dd style="display: none; "> 2351 <dd style="display: none; ">
2031 <dl> 2352 <dl>
2032 <div> 2353 <div>
2033 <div> 2354 <div>
2034 </div> 2355 </div>
2035 </div> 2356 </div>
2036 </dl> 2357 </dl>
2037 </dd> 2358 </dd>
(...skipping 29 matching lines...) Expand all
2067 </div> 2388 </div>
2068 2389
2069 </em> 2390 </em>
2070 </dt> 2391 </dt>
2071 <dd class="todo"> 2392 <dd class="todo">
2072 Undocumented. 2393 Undocumented.
2073 </dd> 2394 </dd>
2074 <dd style="display: none; "> 2395 <dd style="display: none; ">
2075 Description of this parameter from the json schema. 2396 Description of this parameter from the json schema.
2076 </dd> 2397 </dd>
2398 <dd style="display: none; ">
2399 This parameter was added in version
2400 <b><span></span></b>.
2401 You must omit this parameter in earlier versions,
2402 and you may omit it in any version. If you require this
2403 parameter, the manifest key
2404 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
2405 can ensure that your extension won't be run in an earlier browser ve rsion.
2406 </dd>
2077 2407
2078 <!-- OBJECT PROPERTIES --> 2408 <!-- OBJECT PROPERTIES -->
2079 <dd style="display: none; "> 2409 <dd style="display: none; ">
2080 <dl> 2410 <dl>
2081 <div> 2411 <div>
2082 <div> 2412 <div>
2083 </div> 2413 </div>
2084 </div> 2414 </div>
2085 </dl> 2415 </dl>
2086 </dd> 2416 </dd>
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
2140 </div> 2470 </div>
2141 2471
2142 </em> 2472 </em>
2143 </dt> 2473 </dt>
2144 <dd class="todo"> 2474 <dd class="todo">
2145 Undocumented. 2475 Undocumented.
2146 </dd> 2476 </dd>
2147 <dd style="display: none; "> 2477 <dd style="display: none; ">
2148 Description of this parameter from the json schema. 2478 Description of this parameter from the json schema.
2149 </dd> 2479 </dd>
2480 <dd style="display: none; ">
2481 This parameter was added in version
2482 <b><span></span></b>.
2483 You must omit this parameter in earlier versions,
2484 and you may omit it in any version. If you require this
2485 parameter, the manifest key
2486 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
2487 can ensure that your extension won't be run in an earlier browser ve rsion.
2488 </dd>
2150 2489
2151 <!-- OBJECT PROPERTIES --> 2490 <!-- OBJECT PROPERTIES -->
2152 <dd style="display: none; "> 2491 <dd style="display: none; ">
2153 <dl> 2492 <dl>
2154 <div> 2493 <div>
2155 <div> 2494 <div>
2156 </div> 2495 </div>
2157 </div> 2496 </div>
2158 </dl> 2497 </dl>
2159 </dd> 2498 </dd>
2160 </div> 2499 </div>
2161 </div> 2500 </div>
2162 </dl> 2501 </dl>
2163 </div> 2502 </div>
2164 </div> 2503 </div>
2165 2504
2505 <!-- MIN_VERSION -->
2506 <p style="display: none; ">
2507 This function was added in version <b><span></span></b>.
2508 If you require this function, the manifest key
2509 <a href="manifest.html#minimum_chrome_version">minimum_chrome_ version</a>
2510 can ensure that your extension won't be run in an earlier brow ser version.
2511 </p>
2166 </div> <!-- /description --> 2512 </div> <!-- /description -->
2167 2513
2168 </div> <!-- /apiItem --> 2514 </div> <!-- /apiItem -->
2169 2515
2170 </div> <!-- /apiGroup --> 2516 </div> <!-- /apiGroup -->
2171 2517
2172 <!-- EVENTS --> 2518 <!-- EVENTS -->
2173 <div class="apiGroup"> 2519 <div class="apiGroup">
2174 <a name="events"></a> 2520 <a name="events"></a>
2175 <h3 id="events">Events</h3> 2521 <h3 id="events">Events</h3>
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
2216 </span> 2562 </span>
2217 ) 2563 )
2218 </div> 2564 </div>
2219 2565
2220 </em> 2566 </em>
2221 </dt> 2567 </dt>
2222 <dd class="todo" style="display: none; "> 2568 <dd class="todo" style="display: none; ">
2223 Undocumented. 2569 Undocumented.
2224 </dd> 2570 </dd>
2225 <dd>Details of the window that was created.</dd> 2571 <dd>Details of the window that was created.</dd>
2572 <dd style="display: none; ">
2573 This parameter was added in version
2574 <b><span></span></b>.
2575 You must omit this parameter in earlier versions,
2576 and you may omit it in any version. If you require this
2577 parameter, the manifest key
2578 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
2579 can ensure that your extension won't be run in an earlier browser ve rsion.
2580 </dd>
2226 2581
2227 <!-- OBJECT PROPERTIES --> 2582 <!-- OBJECT PROPERTIES -->
2228 <dd style="display: none; "> 2583 <dd style="display: none; ">
2229 <dl> 2584 <dl>
2230 <div> 2585 <div>
2231 <div> 2586 <div>
2232 </div> 2587 </div>
2233 </div> 2588 </div>
2234 </dl> 2589 </dl>
2235 </dd> 2590 </dd>
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
2280 </span> 2635 </span>
2281 ) 2636 )
2282 </div> 2637 </div>
2283 2638
2284 </em> 2639 </em>
2285 </dt> 2640 </dt>
2286 <dd class="todo" style="display: none; "> 2641 <dd class="todo" style="display: none; ">
2287 Undocumented. 2642 Undocumented.
2288 </dd> 2643 </dd>
2289 <dd>ID of the newly focused window.</dd> 2644 <dd>ID of the newly focused window.</dd>
2645 <dd style="display: none; ">
2646 This parameter was added in version
2647 <b><span></span></b>.
2648 You must omit this parameter in earlier versions,
2649 and you may omit it in any version. If you require this
2650 parameter, the manifest key
2651 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
2652 can ensure that your extension won't be run in an earlier browser ve rsion.
2653 </dd>
2290 2654
2291 <!-- OBJECT PROPERTIES --> 2655 <!-- OBJECT PROPERTIES -->
2292 <dd style="display: none; "> 2656 <dd style="display: none; ">
2293 <dl> 2657 <dl>
2294 <div> 2658 <div>
2295 <div> 2659 <div>
2296 </div> 2660 </div>
2297 </div> 2661 </div>
2298 </dl> 2662 </dl>
2299 </dd> 2663 </dd>
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
2344 </span> 2708 </span>
2345 ) 2709 )
2346 </div> 2710 </div>
2347 2711
2348 </em> 2712 </em>
2349 </dt> 2713 </dt>
2350 <dd class="todo" style="display: none; "> 2714 <dd class="todo" style="display: none; ">
2351 Undocumented. 2715 Undocumented.
2352 </dd> 2716 </dd>
2353 <dd>ID of the removed window.</dd> 2717 <dd>ID of the removed window.</dd>
2718 <dd style="display: none; ">
2719 This parameter was added in version
2720 <b><span></span></b>.
2721 You must omit this parameter in earlier versions,
2722 and you may omit it in any version. If you require this
2723 parameter, the manifest key
2724 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
2725 can ensure that your extension won't be run in an earlier browser ve rsion.
2726 </dd>
2354 2727
2355 <!-- OBJECT PROPERTIES --> 2728 <!-- OBJECT PROPERTIES -->
2356 <dd style="display: none; "> 2729 <dd style="display: none; ">
2357 <dl> 2730 <dl>
2358 <div> 2731 <div>
2359 <div> 2732 <div>
2360 </div> 2733 </div>
2361 </div> 2734 </div>
2362 </dl> 2735 </dl>
2363 </dd> 2736 </dd>
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
2407 </div> 2780 </div>
2408 2781
2409 </em> 2782 </em>
2410 </dt> 2783 </dt>
2411 <dd class="todo"> 2784 <dd class="todo">
2412 Undocumented. 2785 Undocumented.
2413 </dd> 2786 </dd>
2414 <dd style="display: none; "> 2787 <dd style="display: none; ">
2415 Description of this parameter from the json schema. 2788 Description of this parameter from the json schema.
2416 </dd> 2789 </dd>
2790 <dd style="display: none; ">
2791 This parameter was added in version
2792 <b><span></span></b>.
2793 You must omit this parameter in earlier versions,
2794 and you may omit it in any version. If you require this
2795 parameter, the manifest key
2796 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
2797 can ensure that your extension won't be run in an earlier browser ve rsion.
2798 </dd>
2417 2799
2418 <!-- OBJECT PROPERTIES --> 2800 <!-- OBJECT PROPERTIES -->
2419 <dd> 2801 <dd>
2420 <dl> 2802 <dl>
2421 <div> 2803 <div>
2422 <div> 2804 <div>
2423 <dt> 2805 <dt>
2424 <var>id</var> 2806 <var>id</var>
2425 <em> 2807 <em>
2426 2808
(...skipping 16 matching lines...) Expand all
2443 </span> 2825 </span>
2444 ) 2826 )
2445 </div> 2827 </div>
2446 2828
2447 </em> 2829 </em>
2448 </dt> 2830 </dt>
2449 <dd class="todo" style="display: none; "> 2831 <dd class="todo" style="display: none; ">
2450 Undocumented. 2832 Undocumented.
2451 </dd> 2833 </dd>
2452 <dd>The ID of the window. Window IDs are unique within a browser sessi on.</dd> 2834 <dd>The ID of the window. Window IDs are unique within a browser sessi on.</dd>
2835 <dd style="display: none; ">
2836 This parameter was added in version
2837 <b><span></span></b>.
2838 You must omit this parameter in earlier versions,
2839 and you may omit it in any version. If you require this
2840 parameter, the manifest key
2841 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
2842 can ensure that your extension won't be run in an earlier browser ve rsion.
2843 </dd>
2453 2844
2454 <!-- OBJECT PROPERTIES --> 2845 <!-- OBJECT PROPERTIES -->
2455 <dd style="display: none; "> 2846 <dd style="display: none; ">
2456 <dl> 2847 <dl>
2457 <div> 2848 <div>
2458 <div> 2849 <div>
2459 </div> 2850 </div>
2460 </div> 2851 </div>
2461 </dl> 2852 </dl>
2462 </dd> 2853 </dd>
(...skipping 23 matching lines...) Expand all
2486 </span> 2877 </span>
2487 ) 2878 )
2488 </div> 2879 </div>
2489 2880
2490 </em> 2881 </em>
2491 </dt> 2882 </dt>
2492 <dd class="todo" style="display: none; "> 2883 <dd class="todo" style="display: none; ">
2493 Undocumented. 2884 Undocumented.
2494 </dd> 2885 </dd>
2495 <dd>Whether the window is currently the focused window.</dd> 2886 <dd>Whether the window is currently the focused window.</dd>
2887 <dd style="display: none; ">
2888 This parameter was added in version
2889 <b><span></span></b>.
2890 You must omit this parameter in earlier versions,
2891 and you may omit it in any version. If you require this
2892 parameter, the manifest key
2893 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
2894 can ensure that your extension won't be run in an earlier browser ve rsion.
2895 </dd>
2496 2896
2497 <!-- OBJECT PROPERTIES --> 2897 <!-- OBJECT PROPERTIES -->
2498 <dd style="display: none; "> 2898 <dd style="display: none; ">
2499 <dl> 2899 <dl>
2500 <div> 2900 <div>
2501 <div> 2901 <div>
2502 </div> 2902 </div>
2503 </div> 2903 </div>
2504 </dl> 2904 </dl>
2505 </dd> 2905 </dd>
(...skipping 23 matching lines...) Expand all
2529 </span> 2929 </span>
2530 ) 2930 )
2531 </div> 2931 </div>
2532 2932
2533 </em> 2933 </em>
2534 </dt> 2934 </dt>
2535 <dd class="todo" style="display: none; "> 2935 <dd class="todo" style="display: none; ">
2536 Undocumented. 2936 Undocumented.
2537 </dd> 2937 </dd>
2538 <dd>The offset of the window from the top edge of the screen in pixels .</dd> 2938 <dd>The offset of the window from the top edge of the screen in pixels .</dd>
2939 <dd style="display: none; ">
2940 This parameter was added in version
2941 <b><span></span></b>.
2942 You must omit this parameter in earlier versions,
2943 and you may omit it in any version. If you require this
2944 parameter, the manifest key
2945 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
2946 can ensure that your extension won't be run in an earlier browser ve rsion.
2947 </dd>
2539 2948
2540 <!-- OBJECT PROPERTIES --> 2949 <!-- OBJECT PROPERTIES -->
2541 <dd style="display: none; "> 2950 <dd style="display: none; ">
2542 <dl> 2951 <dl>
2543 <div> 2952 <div>
2544 <div> 2953 <div>
2545 </div> 2954 </div>
2546 </div> 2955 </div>
2547 </dl> 2956 </dl>
2548 </dd> 2957 </dd>
(...skipping 23 matching lines...) Expand all
2572 </span> 2981 </span>
2573 ) 2982 )
2574 </div> 2983 </div>
2575 2984
2576 </em> 2985 </em>
2577 </dt> 2986 </dt>
2578 <dd class="todo" style="display: none; "> 2987 <dd class="todo" style="display: none; ">
2579 Undocumented. 2988 Undocumented.
2580 </dd> 2989 </dd>
2581 <dd>The offset of the window from the left edge of the screen in pixel s.</dd> 2990 <dd>The offset of the window from the left edge of the screen in pixel s.</dd>
2991 <dd style="display: none; ">
2992 This parameter was added in version
2993 <b><span></span></b>.
2994 You must omit this parameter in earlier versions,
2995 and you may omit it in any version. If you require this
2996 parameter, the manifest key
2997 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
2998 can ensure that your extension won't be run in an earlier browser ve rsion.
2999 </dd>
2582 3000
2583 <!-- OBJECT PROPERTIES --> 3001 <!-- OBJECT PROPERTIES -->
2584 <dd style="display: none; "> 3002 <dd style="display: none; ">
2585 <dl> 3003 <dl>
2586 <div> 3004 <div>
2587 <div> 3005 <div>
2588 </div> 3006 </div>
2589 </div> 3007 </div>
2590 </dl> 3008 </dl>
2591 </dd> 3009 </dd>
(...skipping 23 matching lines...) Expand all
2615 </span> 3033 </span>
2616 ) 3034 )
2617 </div> 3035 </div>
2618 3036
2619 </em> 3037 </em>
2620 </dt> 3038 </dt>
2621 <dd class="todo" style="display: none; "> 3039 <dd class="todo" style="display: none; ">
2622 Undocumented. 3040 Undocumented.
2623 </dd> 3041 </dd>
2624 <dd>The width of the window in pixels.</dd> 3042 <dd>The width of the window in pixels.</dd>
3043 <dd style="display: none; ">
3044 This parameter was added in version
3045 <b><span></span></b>.
3046 You must omit this parameter in earlier versions,
3047 and you may omit it in any version. If you require this
3048 parameter, the manifest key
3049 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
3050 can ensure that your extension won't be run in an earlier browser ve rsion.
3051 </dd>
2625 3052
2626 <!-- OBJECT PROPERTIES --> 3053 <!-- OBJECT PROPERTIES -->
2627 <dd style="display: none; "> 3054 <dd style="display: none; ">
2628 <dl> 3055 <dl>
2629 <div> 3056 <div>
2630 <div> 3057 <div>
2631 </div> 3058 </div>
2632 </div> 3059 </div>
2633 </dl> 3060 </dl>
2634 </dd> 3061 </dd>
(...skipping 23 matching lines...) Expand all
2658 </span> 3085 </span>
2659 ) 3086 )
2660 </div> 3087 </div>
2661 3088
2662 </em> 3089 </em>
2663 </dt> 3090 </dt>
2664 <dd class="todo" style="display: none; "> 3091 <dd class="todo" style="display: none; ">
2665 Undocumented. 3092 Undocumented.
2666 </dd> 3093 </dd>
2667 <dd>The height of the window in pixels.</dd> 3094 <dd>The height of the window in pixels.</dd>
3095 <dd style="display: none; ">
3096 This parameter was added in version
3097 <b><span></span></b>.
3098 You must omit this parameter in earlier versions,
3099 and you may omit it in any version. If you require this
3100 parameter, the manifest key
3101 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
3102 can ensure that your extension won't be run in an earlier browser ve rsion.
3103 </dd>
2668 3104
2669 <!-- OBJECT PROPERTIES --> 3105 <!-- OBJECT PROPERTIES -->
2670 <dd style="display: none; "> 3106 <dd style="display: none; ">
2671 <dl> 3107 <dl>
2672 <div> 3108 <div>
2673 <div> 3109 <div>
2674 </div> 3110 </div>
2675 </div> 3111 </div>
2676 </dl> 3112 </dl>
2677 </dd> 3113 </dd>
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
2712 </span> 3148 </span>
2713 ) 3149 )
2714 </div> 3150 </div>
2715 3151
2716 </em> 3152 </em>
2717 </dt> 3153 </dt>
2718 <dd class="todo" style="display: none; "> 3154 <dd class="todo" style="display: none; ">
2719 Undocumented. 3155 Undocumented.
2720 </dd> 3156 </dd>
2721 <dd>Array of <a href="tabs.html#type-Tab">Tab</a> objects representing the current tabs in the window.</dd> 3157 <dd>Array of <a href="tabs.html#type-Tab">Tab</a> objects representing the current tabs in the window.</dd>
3158 <dd style="display: none; ">
3159 This parameter was added in version
3160 <b><span></span></b>.
3161 You must omit this parameter in earlier versions,
3162 and you may omit it in any version. If you require this
3163 parameter, the manifest key
3164 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
3165 can ensure that your extension won't be run in an earlier browser ve rsion.
3166 </dd>
2722 3167
2723 <!-- OBJECT PROPERTIES --> 3168 <!-- OBJECT PROPERTIES -->
2724 <dd style="display: none; "> 3169 <dd style="display: none; ">
2725 <dl> 3170 <dl>
2726 <div> 3171 <div>
2727 <div> 3172 <div>
2728 </div> 3173 </div>
2729 </div> 3174 </div>
2730 </dl> 3175 </dl>
2731 </dd> 3176 </dd>
(...skipping 23 matching lines...) Expand all
2755 </span> 3200 </span>
2756 ) 3201 )
2757 </div> 3202 </div>
2758 3203
2759 </em> 3204 </em>
2760 </dt> 3205 </dt>
2761 <dd class="todo" style="display: none; "> 3206 <dd class="todo" style="display: none; ">
2762 Undocumented. 3207 Undocumented.
2763 </dd> 3208 </dd>
2764 <dd>Whether the window is incognito.</dd> 3209 <dd>Whether the window is incognito.</dd>
3210 <dd style="display: none; ">
3211 This parameter was added in version
3212 <b><span></span></b>.
3213 You must omit this parameter in earlier versions,
3214 and you may omit it in any version. If you require this
3215 parameter, the manifest key
3216 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
3217 can ensure that your extension won't be run in an earlier browser ve rsion.
3218 </dd>
2765 3219
2766 <!-- OBJECT PROPERTIES --> 3220 <!-- OBJECT PROPERTIES -->
2767 <dd style="display: none; "> 3221 <dd style="display: none; ">
2768 <dl> 3222 <dl>
2769 <div> 3223 <div>
2770 <div> 3224 <div>
2771 </div> 3225 </div>
2772 </div> 3226 </div>
2773 </dl> 3227 </dl>
2774 </dd> 3228 </dd>
(...skipping 23 matching lines...) Expand all
2798 </span> 3252 </span>
2799 ) 3253 )
2800 </div> 3254 </div>
2801 3255
2802 </em> 3256 </em>
2803 </dt> 3257 </dt>
2804 <dd class="todo" style="display: none; "> 3258 <dd class="todo" style="display: none; ">
2805 Undocumented. 3259 Undocumented.
2806 </dd> 3260 </dd>
2807 <dd>The type of browser window this is.</dd> 3261 <dd>The type of browser window this is.</dd>
3262 <dd style="display: none; ">
3263 This parameter was added in version
3264 <b><span></span></b>.
3265 You must omit this parameter in earlier versions,
3266 and you may omit it in any version. If you require this
3267 parameter, the manifest key
3268 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
3269 can ensure that your extension won't be run in an earlier browser ve rsion.
3270 </dd>
2808 3271
2809 <!-- OBJECT PROPERTIES --> 3272 <!-- OBJECT PROPERTIES -->
2810 <dd style="display: none; "> 3273 <dd style="display: none; ">
2811 <dl> 3274 <dl>
2812 <div> 3275 <div>
2813 <div> 3276 <div>
2814 </div> 3277 </div>
2815 </div> 3278 </div>
2816 </dl> 3279 </dl>
2817 </dd> 3280 </dd>
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
2859 _uff=0; 3322 _uff=0;
2860 urchinTracker(); 3323 urchinTracker();
2861 } 3324 }
2862 catch(e) {/* urchinTracker not available. */} 3325 catch(e) {/* urchinTracker not available. */}
2863 </script> 3326 </script>
2864 <!-- end analytics --> 3327 <!-- end analytics -->
2865 </div> 3328 </div>
2866 </div> <!-- /gc-footer --> 3329 </div> <!-- /gc-footer -->
2867 </div> <!-- /gc-container --> 3330 </div> <!-- /gc-container -->
2868 </body></html> 3331 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/tutorials.html ('k') | chrome/common/extensions/docs/xhr.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698