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

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

Issue 3117029: Several small extensions docs system fixes... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note: 1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note:
2 1) The <head> information in this page is significant, should be uniform 2 1) The <head> information in this page is significant, should be uniform
3 across api docs and should be edited only with knowledge of the 3 across api docs and should be edited only with knowledge of the
4 templating mechanism. 4 templating mechanism.
5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a 5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a
6 browser, it will be re-generated from the template, json schema and 6 browser, it will be re-generated from the template, json schema and
7 authored overview content. 7 authored overview content.
8 4) The <body>.innerHTML is also generated by an offline step so that this 8 4) The <body>.innerHTML is also generated by an offline step so that this
9 page may easily be indexed by search engines. 9 page may easily be indexed by search engines.
10 --><html xmlns="http://www.w3.org/1999/xhtml"><head> 10 --><html xmlns="http://www.w3.org/1999/xhtml"><head>
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 72
73 <!-- OBJECT PROPERTIES --> 73 <!-- OBJECT PROPERTIES -->
74 <dd> 74 <dd>
75 <dl> 75 <dl>
76 <div> 76 <div>
77 <div> 77 <div>
78 </div> 78 </div>
79 </div> 79 </div>
80 </dl> 80 </dl>
81 </dd> 81 </dd>
82
83 <!-- FUNCTION PARAMETERS -->
84 <dd>
85 <div></div>
86 </dd>
87
82 </div> <!-- /VALUE --> 88 </div> <!-- /VALUE -->
83 89
90 <div id="functionParametersTemplate">
91 <h5>Parameters</h5>
92 <dl>
93 <div>
94 <div>
95 </div>
96 </div>
97 </dl>
98 </div>
84 </div> <!-- /SUBTEMPLATES --> 99 </div> <!-- /SUBTEMPLATES -->
85 100
86 <a id="top"></a> 101 <a id="top"></a>
87 <div id="skipto"> 102 <div id="skipto">
88 <a href="#gc-pagecontent">Skip to page content</a> 103 <a href="#gc-pagecontent">Skip to page content</a>
89 <a href="#gc-toc">Skip to main navigation</a> 104 <a href="#gc-toc">Skip to main navigation</a>
90 </div> 105 </div>
91 <!-- API HEADER --> 106 <!-- API HEADER -->
92 <table id="header" width="100%" cellspacing="0" border="0"> 107 <table id="header" width="100%" cellspacing="0" border="0">
93 <tbody><tr> 108 <tbody><tr>
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 </li> 150 </li>
136 </ul> 151 </ul>
137 </div> <!-- end gc-topnav --> 152 </div> <!-- end gc-topnav -->
138 153
139 <div class="g-section g-tpl-170"> 154 <div class="g-section g-tpl-170">
140 <!-- SIDENAV --> 155 <!-- SIDENAV -->
141 <div class="g-unit g-first" id="gc-toc"> 156 <div class="g-unit g-first" id="gc-toc">
142 <ul> 157 <ul>
143 <li><a href="getstarted.html">Getting Started</a></li> 158 <li><a href="getstarted.html">Getting Started</a></li>
144 <li><a href="overview.html">Overview</a></li> 159 <li><a href="overview.html">Overview</a></li>
160 <li><a href="whats_new.html">What's New?</a></li>
145 <li><h2><a href="devguide.html">Developer's Guide</a></h2> 161 <li><h2><a href="devguide.html">Developer's Guide</a></h2>
146 <ul> 162 <ul>
147 <li>Browser UI 163 <li>Browser UI
148 <ul> 164 <ul>
149 <li><a href="browserAction.html">Browser Actions</a></li> 165 <li><a href="browserAction.html">Browser Actions</a></li>
150 <li><a href="contextMenus.html">Context Menus</a></li> 166 <li><a href="contextMenus.html">Context Menus</a></li>
151 <li><a href="notifications.html">Desktop Notifications</a></li > 167 <li><a href="notifications.html">Desktop Notifications</a></li >
152 <li><a href="options.html">Options Pages</a></li> 168 <li><a href="options.html">Options Pages</a></li>
153 <li><a href="override.html">Override Pages</a></li> 169 <li><a href="override.html">Override Pages</a></li>
154 <li><a href="pageAction.html">Page Actions</a></li> 170 <li><a href="pageAction.html">Page Actions</a></li>
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 442
427 <!-- OBJECT PROPERTIES --> 443 <!-- OBJECT PROPERTIES -->
428 <dd style="display: none; "> 444 <dd style="display: none; ">
429 <dl> 445 <dl>
430 <div> 446 <div>
431 <div> 447 <div>
432 </div> 448 </div>
433 </div> 449 </div>
434 </dl> 450 </dl>
435 </dd> 451 </dd>
452
453 <!-- FUNCTION PARAMETERS -->
454 <dd style="display: none; ">
455 <div></div>
456 </dd>
457
436 </div> 458 </div>
437 </div> 459 </div>
438 </dl> 460 </dl>
439 </dd> 461 </dd>
462
463 <!-- FUNCTION PARAMETERS -->
464 <dd style="display: none; ">
465 <div></div>
466 </dd>
467
440 </div> 468 </div>
441 </div> 469 </div>
442 </dl> 470 </dl>
443 471
444 <!-- RETURNS --> 472 <!-- RETURNS -->
445 <h4 style="display: none; ">Returns</h4> 473 <h4 style="display: none; ">Returns</h4>
446 <dl> 474 <dl>
447 <div style="display: none; "> 475 <div style="display: none; ">
448 <div> 476 <div>
449 </div> 477 </div>
450 </div> 478 </div>
451 </dl> 479 </dl>
452 480
453 <!-- CALLBACK --> 481 <!-- CALLBACK -->
454 <div style="display: none; "> 482 <div style="display: none; ">
455 <div> 483 <div>
456 <h4>Callback function</h4> 484 <h4>Callback function</h4>
457 <p> 485 <p>
458 The callback <em>parameter</em> should specify a function 486 The callback <em>parameter</em> should specify a function
459 that looks like this: 487 that looks like this:
460 </p> 488 </p>
461 <p> 489 <p>
462 If you specify the <em>callback</em> parameter, it should 490 If you specify the <em>callback</em> parameter, it should
463 specify a function that looks like this: 491 specify a function that looks like this:
464 </p> 492 </p>
465 493
466 <!-- Note: intentionally longer 80 columns --> 494 <!-- Note: intentionally longer 80 columns -->
467 <pre>function(<span>Type param1, Type param2</span>) <span cla ss="subdued">{...}</span>);</pre> 495 <pre>function(<span>Type param1, Type param2</span>) <span cla ss="subdued">{...}</span>;</pre>
468 <dl> 496 <dl>
469 <div> 497 <div>
470 <div> 498 <div>
471 </div> 499 </div>
472 </div> 500 </div>
473 </dl> 501 </dl>
474 </div> 502 </div>
475 </div> 503 </div>
476 504
477 <!-- MIN_VERSION --> 505 <!-- MIN_VERSION -->
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
590 618
591 <!-- OBJECT PROPERTIES --> 619 <!-- OBJECT PROPERTIES -->
592 <dd style="display: none; "> 620 <dd style="display: none; ">
593 <dl> 621 <dl>
594 <div> 622 <div>
595 <div> 623 <div>
596 </div> 624 </div>
597 </div> 625 </div>
598 </dl> 626 </dl>
599 </dd> 627 </dd>
628
629 <!-- FUNCTION PARAMETERS -->
630 <dd style="display: none; ">
631 <div></div>
632 </dd>
633
600 </div> 634 </div>
601 </div> 635 </div>
602 </dl> 636 </dl>
603 </dd> 637 </dd>
638
639 <!-- FUNCTION PARAMETERS -->
640 <dd style="display: none; ">
641 <div></div>
642 </dd>
643
604 </div> 644 </div>
605 </div> 645 </div>
606 </dl> 646 </dl>
607 647
608 <!-- RETURNS --> 648 <!-- RETURNS -->
609 <h4 style="display: none; ">Returns</h4> 649 <h4 style="display: none; ">Returns</h4>
610 <dl> 650 <dl>
611 <div style="display: none; "> 651 <div style="display: none; ">
612 <div> 652 <div>
613 </div> 653 </div>
614 </div> 654 </div>
615 </dl> 655 </dl>
616 656
617 <!-- CALLBACK --> 657 <!-- CALLBACK -->
618 <div style="display: none; "> 658 <div style="display: none; ">
619 <div> 659 <div>
620 <h4>Callback function</h4> 660 <h4>Callback function</h4>
621 <p> 661 <p>
622 The callback <em>parameter</em> should specify a function 662 The callback <em>parameter</em> should specify a function
623 that looks like this: 663 that looks like this:
624 </p> 664 </p>
625 <p> 665 <p>
626 If you specify the <em>callback</em> parameter, it should 666 If you specify the <em>callback</em> parameter, it should
627 specify a function that looks like this: 667 specify a function that looks like this:
628 </p> 668 </p>
629 669
630 <!-- Note: intentionally longer 80 columns --> 670 <!-- Note: intentionally longer 80 columns -->
631 <pre>function(<span>Type param1, Type param2</span>) <span cla ss="subdued">{...}</span>);</pre> 671 <pre>function(<span>Type param1, Type param2</span>) <span cla ss="subdued">{...}</span>;</pre>
632 <dl> 672 <dl>
633 <div> 673 <div>
634 <div> 674 <div>
635 </div> 675 </div>
636 </div> 676 </div>
637 </dl> 677 </dl>
638 </div> 678 </div>
639 </div> 679 </div>
640 680
641 <!-- MIN_VERSION --> 681 <!-- MIN_VERSION -->
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
755 795
756 <!-- OBJECT PROPERTIES --> 796 <!-- OBJECT PROPERTIES -->
757 <dd style="display: none; "> 797 <dd style="display: none; ">
758 <dl> 798 <dl>
759 <div> 799 <div>
760 <div> 800 <div>
761 </div> 801 </div>
762 </div> 802 </div>
763 </dl> 803 </dl>
764 </dd> 804 </dd>
805
806 <!-- FUNCTION PARAMETERS -->
807 <dd style="display: none; ">
808 <div></div>
809 </dd>
810
765 </div> 811 </div>
766 </div> 812 </div>
767 </dl> 813 </dl>
768 </dd> 814 </dd>
815
816 <!-- FUNCTION PARAMETERS -->
817 <dd style="display: none; ">
818 <div></div>
819 </dd>
820
769 </div> 821 </div>
770 </div><div> 822 </div><div>
771 <div> 823 <div>
772 <dt> 824 <dt>
773 <var>callback</var> 825 <var>callback</var>
774 <em> 826 <em>
775 827
776 <!-- TYPE --> 828 <!-- TYPE -->
777 <div style="display:inline"> 829 <div style="display:inline">
778 ( 830 (
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
813 865
814 <!-- OBJECT PROPERTIES --> 866 <!-- OBJECT PROPERTIES -->
815 <dd style="display: none; "> 867 <dd style="display: none; ">
816 <dl> 868 <dl>
817 <div> 869 <div>
818 <div> 870 <div>
819 </div> 871 </div>
820 </div> 872 </div>
821 </dl> 873 </dl>
822 </dd> 874 </dd>
875
876 <!-- FUNCTION PARAMETERS -->
877 <dd style="display: none; ">
878 <div></div>
879 </dd>
880
823 </div> 881 </div>
824 </div> 882 </div>
825 </dl> 883 </dl>
826 884
827 <!-- RETURNS --> 885 <!-- RETURNS -->
828 <h4 style="display: none; ">Returns</h4> 886 <h4 style="display: none; ">Returns</h4>
829 <dl> 887 <dl>
830 <div style="display: none; "> 888 <div style="display: none; ">
831 <div> 889 <div>
832 </div> 890 </div>
833 </div> 891 </div>
834 </dl> 892 </dl>
835 893
836 <!-- CALLBACK --> 894 <!-- CALLBACK -->
837 <div> 895 <div>
838 <div> 896 <div>
839 <h4>Callback function</h4> 897 <h4>Callback function</h4>
840 <p> 898 <p>
841 The callback <em>parameter</em> should specify a function 899 The callback <em>parameter</em> should specify a function
842 that looks like this: 900 that looks like this:
843 </p> 901 </p>
844 <p style="display: none; "> 902 <p style="display: none; ">
845 If you specify the <em>callback</em> parameter, it should 903 If you specify the <em>callback</em> parameter, it should
846 specify a function that looks like this: 904 specify a function that looks like this:
847 </p> 905 </p>
848 906
849 <!-- Note: intentionally longer 80 columns --> 907 <!-- Note: intentionally longer 80 columns -->
850 <pre>function(<span>string state</span>) <span class="subdued" >{...}</span>);</pre> 908 <pre>function(<span>string state</span>) <span class="subdued" >{...}</span>;</pre>
851 <dl> 909 <dl>
852 <div> 910 <div>
853 <div> 911 <div>
854 <dt> 912 <dt>
855 <var>state</var> 913 <var>state</var>
856 <em> 914 <em>
857 915
858 <!-- TYPE --> 916 <!-- TYPE -->
859 <div style="display:inline"> 917 <div style="display:inline">
860 ( 918 (
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
893 951
894 <!-- OBJECT PROPERTIES --> 952 <!-- OBJECT PROPERTIES -->
895 <dd style="display: none; "> 953 <dd style="display: none; ">
896 <dl> 954 <dl>
897 <div> 955 <div>
898 <div> 956 <div>
899 </div> 957 </div>
900 </div> 958 </div>
901 </dl> 959 </dl>
902 </dd> 960 </dd>
961
962 <!-- FUNCTION PARAMETERS -->
963 <dd style="display: none; ">
964 <div></div>
965 </dd>
966
903 </div> 967 </div>
904 </div> 968 </div>
905 </dl> 969 </dl>
906 </div> 970 </div>
907 </div> 971 </div>
908 972
909 <!-- MIN_VERSION --> 973 <!-- MIN_VERSION -->
910 <p style="display: none; "> 974 <p style="display: none; ">
911 This function was added in version <b><span></span></b>. 975 This function was added in version <b><span></span></b>.
912 If you require this function, the manifest key 976 If you require this function, the manifest key
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
1022 1086
1023 <!-- OBJECT PROPERTIES --> 1087 <!-- OBJECT PROPERTIES -->
1024 <dd style="display: none; "> 1088 <dd style="display: none; ">
1025 <dl> 1089 <dl>
1026 <div> 1090 <div>
1027 <div> 1091 <div>
1028 </div> 1092 </div>
1029 </div> 1093 </div>
1030 </dl> 1094 </dl>
1031 </dd> 1095 </dd>
1096
1097 <!-- FUNCTION PARAMETERS -->
1098 <dd style="display: none; ">
1099 <div></div>
1100 </dd>
1101
1032 </div> 1102 </div>
1033 </div> 1103 </div>
1034 </dl> 1104 </dl>
1035 </dd> 1105 </dd>
1106
1107 <!-- FUNCTION PARAMETERS -->
1108 <dd style="display: none; ">
1109 <div></div>
1110 </dd>
1111
1036 </div> 1112 </div>
1037 </div> 1113 </div>
1038 </dl> 1114 </dl>
1039 1115
1040 <!-- RETURNS --> 1116 <!-- RETURNS -->
1041 <h4 style="display: none; ">Returns</h4> 1117 <h4 style="display: none; ">Returns</h4>
1042 <dl> 1118 <dl>
1043 <div style="display: none; "> 1119 <div style="display: none; ">
1044 <div> 1120 <div>
1045 </div> 1121 </div>
1046 </div> 1122 </div>
1047 </dl> 1123 </dl>
1048 1124
1049 <!-- CALLBACK --> 1125 <!-- CALLBACK -->
1050 <div style="display: none; "> 1126 <div style="display: none; ">
1051 <div> 1127 <div>
1052 <h4>Callback function</h4> 1128 <h4>Callback function</h4>
1053 <p> 1129 <p>
1054 The callback <em>parameter</em> should specify a function 1130 The callback <em>parameter</em> should specify a function
1055 that looks like this: 1131 that looks like this:
1056 </p> 1132 </p>
1057 <p> 1133 <p>
1058 If you specify the <em>callback</em> parameter, it should 1134 If you specify the <em>callback</em> parameter, it should
1059 specify a function that looks like this: 1135 specify a function that looks like this:
1060 </p> 1136 </p>
1061 1137
1062 <!-- Note: intentionally longer 80 columns --> 1138 <!-- Note: intentionally longer 80 columns -->
1063 <pre>function(<span>Type param1, Type param2</span>) <span cla ss="subdued">{...}</span>);</pre> 1139 <pre>function(<span>Type param1, Type param2</span>) <span cla ss="subdued">{...}</span>;</pre>
1064 <dl> 1140 <dl>
1065 <div> 1141 <div>
1066 <div> 1142 <div>
1067 </div> 1143 </div>
1068 </div> 1144 </div>
1069 </dl> 1145 </dl>
1070 </div> 1146 </div>
1071 </div> 1147 </div>
1072 1148
1073 <!-- MIN_VERSION --> 1149 <!-- MIN_VERSION -->
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
1186 1262
1187 <!-- OBJECT PROPERTIES --> 1263 <!-- OBJECT PROPERTIES -->
1188 <dd style="display: none; "> 1264 <dd style="display: none; ">
1189 <dl> 1265 <dl>
1190 <div> 1266 <div>
1191 <div> 1267 <div>
1192 </div> 1268 </div>
1193 </div> 1269 </div>
1194 </dl> 1270 </dl>
1195 </dd> 1271 </dd>
1272
1273 <!-- FUNCTION PARAMETERS -->
1274 <dd style="display: none; ">
1275 <div></div>
1276 </dd>
1277
1196 </div> 1278 </div>
1197 </div><div> 1279 </div><div>
1198 <div> 1280 <div>
1199 <dt> 1281 <dt>
1200 <var>url</var> 1282 <var>url</var>
1201 <em> 1283 <em>
1202 1284
1203 <!-- TYPE --> 1285 <!-- TYPE -->
1204 <div style="display:inline"> 1286 <div style="display:inline">
1205 ( 1287 (
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
1240 1322
1241 <!-- OBJECT PROPERTIES --> 1323 <!-- OBJECT PROPERTIES -->
1242 <dd style="display: none; "> 1324 <dd style="display: none; ">
1243 <dl> 1325 <dl>
1244 <div> 1326 <div>
1245 <div> 1327 <div>
1246 </div> 1328 </div>
1247 </div> 1329 </div>
1248 </dl> 1330 </dl>
1249 </dd> 1331 </dd>
1332
1333 <!-- FUNCTION PARAMETERS -->
1334 <dd style="display: none; ">
1335 <div></div>
1336 </dd>
1337
1250 </div> 1338 </div>
1251 </div> 1339 </div>
1252 </dl> 1340 </dl>
1253 </dd> 1341 </dd>
1342
1343 <!-- FUNCTION PARAMETERS -->
1344 <dd style="display: none; ">
1345 <div></div>
1346 </dd>
1347
1254 </div> 1348 </div>
1255 </div> 1349 </div>
1256 </dl> 1350 </dl>
1257 1351
1258 <!-- RETURNS --> 1352 <!-- RETURNS -->
1259 <h4 style="display: none; ">Returns</h4> 1353 <h4 style="display: none; ">Returns</h4>
1260 <dl> 1354 <dl>
1261 <div style="display: none; "> 1355 <div style="display: none; ">
1262 <div> 1356 <div>
1263 </div> 1357 </div>
1264 </div> 1358 </div>
1265 </dl> 1359 </dl>
1266 1360
1267 <!-- CALLBACK --> 1361 <!-- CALLBACK -->
1268 <div style="display: none; "> 1362 <div style="display: none; ">
1269 <div> 1363 <div>
1270 <h4>Callback function</h4> 1364 <h4>Callback function</h4>
1271 <p> 1365 <p>
1272 The callback <em>parameter</em> should specify a function 1366 The callback <em>parameter</em> should specify a function
1273 that looks like this: 1367 that looks like this:
1274 </p> 1368 </p>
1275 <p> 1369 <p>
1276 If you specify the <em>callback</em> parameter, it should 1370 If you specify the <em>callback</em> parameter, it should
1277 specify a function that looks like this: 1371 specify a function that looks like this:
1278 </p> 1372 </p>
1279 1373
1280 <!-- Note: intentionally longer 80 columns --> 1374 <!-- Note: intentionally longer 80 columns -->
1281 <pre>function(<span>Type param1, Type param2</span>) <span cla ss="subdued">{...}</span>);</pre> 1375 <pre>function(<span>Type param1, Type param2</span>) <span cla ss="subdued">{...}</span>;</pre>
1282 <dl> 1376 <dl>
1283 <div> 1377 <div>
1284 <div> 1378 <div>
1285 </div> 1379 </div>
1286 </div> 1380 </div>
1287 </dl> 1381 </dl>
1288 </div> 1382 </div>
1289 </div> 1383 </div>
1290 1384
1291 <!-- MIN_VERSION --> 1385 <!-- MIN_VERSION -->
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
1404 1498
1405 <!-- OBJECT PROPERTIES --> 1499 <!-- OBJECT PROPERTIES -->
1406 <dd style="display: none; "> 1500 <dd style="display: none; ">
1407 <dl> 1501 <dl>
1408 <div> 1502 <div>
1409 <div> 1503 <div>
1410 </div> 1504 </div>
1411 </div> 1505 </div>
1412 </dl> 1506 </dl>
1413 </dd> 1507 </dd>
1508
1509 <!-- FUNCTION PARAMETERS -->
1510 <dd style="display: none; ">
1511 <div></div>
1512 </dd>
1513
1414 </div> 1514 </div>
1415 </div><div> 1515 </div><div>
1416 <div> 1516 <div>
1417 <dt> 1517 <dt>
1418 <var>text</var> 1518 <var>text</var>
1419 <em> 1519 <em>
1420 1520
1421 <!-- TYPE --> 1521 <!-- TYPE -->
1422 <div style="display:inline"> 1522 <div style="display:inline">
1423 ( 1523 (
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
1456 1556
1457 <!-- OBJECT PROPERTIES --> 1557 <!-- OBJECT PROPERTIES -->
1458 <dd style="display: none; "> 1558 <dd style="display: none; ">
1459 <dl> 1559 <dl>
1460 <div> 1560 <div>
1461 <div> 1561 <div>
1462 </div> 1562 </div>
1463 </div> 1563 </div>
1464 </dl> 1564 </dl>
1465 </dd> 1565 </dd>
1566
1567 <!-- FUNCTION PARAMETERS -->
1568 <dd style="display: none; ">
1569 <div></div>
1570 </dd>
1571
1466 </div> 1572 </div>
1467 </div> 1573 </div>
1468 </dl> 1574 </dl>
1469 </dd> 1575 </dd>
1576
1577 <!-- FUNCTION PARAMETERS -->
1578 <dd style="display: none; ">
1579 <div></div>
1580 </dd>
1581
1470 </div> 1582 </div>
1471 </div> 1583 </div>
1472 </dl> 1584 </dl>
1473 1585
1474 <!-- RETURNS --> 1586 <!-- RETURNS -->
1475 <h4 style="display: none; ">Returns</h4> 1587 <h4 style="display: none; ">Returns</h4>
1476 <dl> 1588 <dl>
1477 <div style="display: none; "> 1589 <div style="display: none; ">
1478 <div> 1590 <div>
1479 </div> 1591 </div>
1480 </div> 1592 </div>
1481 </dl> 1593 </dl>
1482 1594
1483 <!-- CALLBACK --> 1595 <!-- CALLBACK -->
1484 <div style="display: none; "> 1596 <div style="display: none; ">
1485 <div> 1597 <div>
1486 <h4>Callback function</h4> 1598 <h4>Callback function</h4>
1487 <p> 1599 <p>
1488 The callback <em>parameter</em> should specify a function 1600 The callback <em>parameter</em> should specify a function
1489 that looks like this: 1601 that looks like this:
1490 </p> 1602 </p>
1491 <p> 1603 <p>
1492 If you specify the <em>callback</em> parameter, it should 1604 If you specify the <em>callback</em> parameter, it should
1493 specify a function that looks like this: 1605 specify a function that looks like this:
1494 </p> 1606 </p>
1495 1607
1496 <!-- Note: intentionally longer 80 columns --> 1608 <!-- Note: intentionally longer 80 columns -->
1497 <pre>function(<span>Type param1, Type param2</span>) <span cla ss="subdued">{...}</span>);</pre> 1609 <pre>function(<span>Type param1, Type param2</span>) <span cla ss="subdued">{...}</span>;</pre>
1498 <dl> 1610 <dl>
1499 <div> 1611 <div>
1500 <div> 1612 <div>
1501 </div> 1613 </div>
1502 </div> 1614 </div>
1503 </dl> 1615 </dl>
1504 </div> 1616 </div>
1505 </div> 1617 </div>
1506 1618
1507 <!-- MIN_VERSION --> 1619 <!-- MIN_VERSION -->
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
1620 1732
1621 <!-- OBJECT PROPERTIES --> 1733 <!-- OBJECT PROPERTIES -->
1622 <dd style="display: none; "> 1734 <dd style="display: none; ">
1623 <dl> 1735 <dl>
1624 <div> 1736 <div>
1625 <div> 1737 <div>
1626 </div> 1738 </div>
1627 </div> 1739 </div>
1628 </dl> 1740 </dl>
1629 </dd> 1741 </dd>
1742
1743 <!-- FUNCTION PARAMETERS -->
1744 <dd style="display: none; ">
1745 <div></div>
1746 </dd>
1747
1630 </div> 1748 </div>
1631 </div><div> 1749 </div><div>
1632 <div> 1750 <div>
1633 <dt> 1751 <dt>
1634 <var>imageData</var> 1752 <var>imageData</var>
1635 <em> 1753 <em>
1636 1754
1637 <!-- TYPE --> 1755 <!-- TYPE -->
1638 <div style="display:inline"> 1756 <div style="display:inline">
1639 ( 1757 (
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
1672 1790
1673 <!-- OBJECT PROPERTIES --> 1791 <!-- OBJECT PROPERTIES -->
1674 <dd> 1792 <dd>
1675 <dl> 1793 <dl>
1676 <div style="display: none; "> 1794 <div style="display: none; ">
1677 <div> 1795 <div>
1678 </div> 1796 </div>
1679 </div> 1797 </div>
1680 </dl> 1798 </dl>
1681 </dd> 1799 </dd>
1800
1801 <!-- FUNCTION PARAMETERS -->
1802 <dd style="display: none; ">
1803 <div></div>
1804 </dd>
1805
1682 </div> 1806 </div>
1683 </div><div> 1807 </div><div>
1684 <div> 1808 <div>
1685 <dt> 1809 <dt>
1686 <var>path</var> 1810 <var>path</var>
1687 <em> 1811 <em>
1688 1812
1689 <!-- TYPE --> 1813 <!-- TYPE -->
1690 <div style="display:inline"> 1814 <div style="display:inline">
1691 ( 1815 (
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
1724 1848
1725 <!-- OBJECT PROPERTIES --> 1849 <!-- OBJECT PROPERTIES -->
1726 <dd style="display: none; "> 1850 <dd style="display: none; ">
1727 <dl> 1851 <dl>
1728 <div> 1852 <div>
1729 <div> 1853 <div>
1730 </div> 1854 </div>
1731 </div> 1855 </div>
1732 </dl> 1856 </dl>
1733 </dd> 1857 </dd>
1858
1859 <!-- FUNCTION PARAMETERS -->
1860 <dd style="display: none; ">
1861 <div></div>
1862 </dd>
1863
1734 </div> 1864 </div>
1735 </div> 1865 </div>
1736 </dl> 1866 </dl>
1737 </dd> 1867 </dd>
1868
1869 <!-- FUNCTION PARAMETERS -->
1870 <dd style="display: none; ">
1871 <div></div>
1872 </dd>
1873
1738 </div> 1874 </div>
1739 </div> 1875 </div>
1740 </dl> 1876 </dl>
1741 1877
1742 <!-- RETURNS --> 1878 <!-- RETURNS -->
1743 <h4 style="display: none; ">Returns</h4> 1879 <h4 style="display: none; ">Returns</h4>
1744 <dl> 1880 <dl>
1745 <div style="display: none; "> 1881 <div style="display: none; ">
1746 <div> 1882 <div>
1747 </div> 1883 </div>
1748 </div> 1884 </div>
1749 </dl> 1885 </dl>
1750 1886
1751 <!-- CALLBACK --> 1887 <!-- CALLBACK -->
1752 <div style="display: none; "> 1888 <div style="display: none; ">
1753 <div> 1889 <div>
1754 <h4>Callback function</h4> 1890 <h4>Callback function</h4>
1755 <p> 1891 <p>
1756 The callback <em>parameter</em> should specify a function 1892 The callback <em>parameter</em> should specify a function
1757 that looks like this: 1893 that looks like this:
1758 </p> 1894 </p>
1759 <p> 1895 <p>
1760 If you specify the <em>callback</em> parameter, it should 1896 If you specify the <em>callback</em> parameter, it should
1761 specify a function that looks like this: 1897 specify a function that looks like this:
1762 </p> 1898 </p>
1763 1899
1764 <!-- Note: intentionally longer 80 columns --> 1900 <!-- Note: intentionally longer 80 columns -->
1765 <pre>function(<span>Type param1, Type param2</span>) <span cla ss="subdued">{...}</span>);</pre> 1901 <pre>function(<span>Type param1, Type param2</span>) <span cla ss="subdued">{...}</span>;</pre>
1766 <dl> 1902 <dl>
1767 <div> 1903 <div>
1768 <div> 1904 <div>
1769 </div> 1905 </div>
1770 </div> 1906 </div>
1771 </dl> 1907 </dl>
1772 </div> 1908 </div>
1773 </div> 1909 </div>
1774 1910
1775 <!-- MIN_VERSION --> 1911 <!-- MIN_VERSION -->
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
1888 2024
1889 <!-- OBJECT PROPERTIES --> 2025 <!-- OBJECT PROPERTIES -->
1890 <dd style="display: none; "> 2026 <dd style="display: none; ">
1891 <dl> 2027 <dl>
1892 <div> 2028 <div>
1893 <div> 2029 <div>
1894 </div> 2030 </div>
1895 </div> 2031 </div>
1896 </dl> 2032 </dl>
1897 </dd> 2033 </dd>
2034
2035 <!-- FUNCTION PARAMETERS -->
2036 <dd style="display: none; ">
2037 <div></div>
2038 </dd>
2039
1898 </div> 2040 </div>
1899 </div><div> 2041 </div><div>
1900 <div> 2042 <div>
1901 <dt> 2043 <dt>
1902 <var>title</var> 2044 <var>title</var>
1903 <em> 2045 <em>
1904 2046
1905 <!-- TYPE --> 2047 <!-- TYPE -->
1906 <div style="display:inline"> 2048 <div style="display:inline">
1907 ( 2049 (
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
1940 2082
1941 <!-- OBJECT PROPERTIES --> 2083 <!-- OBJECT PROPERTIES -->
1942 <dd style="display: none; "> 2084 <dd style="display: none; ">
1943 <dl> 2085 <dl>
1944 <div> 2086 <div>
1945 <div> 2087 <div>
1946 </div> 2088 </div>
1947 </div> 2089 </div>
1948 </dl> 2090 </dl>
1949 </dd> 2091 </dd>
2092
2093 <!-- FUNCTION PARAMETERS -->
2094 <dd style="display: none; ">
2095 <div></div>
2096 </dd>
2097
1950 </div> 2098 </div>
1951 </div> 2099 </div>
1952 </dl> 2100 </dl>
1953 </dd> 2101 </dd>
2102
2103 <!-- FUNCTION PARAMETERS -->
2104 <dd style="display: none; ">
2105 <div></div>
2106 </dd>
2107
1954 </div> 2108 </div>
1955 </div> 2109 </div>
1956 </dl> 2110 </dl>
1957 2111
1958 <!-- RETURNS --> 2112 <!-- RETURNS -->
1959 <h4 style="display: none; ">Returns</h4> 2113 <h4 style="display: none; ">Returns</h4>
1960 <dl> 2114 <dl>
1961 <div style="display: none; "> 2115 <div style="display: none; ">
1962 <div> 2116 <div>
1963 </div> 2117 </div>
1964 </div> 2118 </div>
1965 </dl> 2119 </dl>
1966 2120
1967 <!-- CALLBACK --> 2121 <!-- CALLBACK -->
1968 <div style="display: none; "> 2122 <div style="display: none; ">
1969 <div> 2123 <div>
1970 <h4>Callback function</h4> 2124 <h4>Callback function</h4>
1971 <p> 2125 <p>
1972 The callback <em>parameter</em> should specify a function 2126 The callback <em>parameter</em> should specify a function
1973 that looks like this: 2127 that looks like this:
1974 </p> 2128 </p>
1975 <p> 2129 <p>
1976 If you specify the <em>callback</em> parameter, it should 2130 If you specify the <em>callback</em> parameter, it should
1977 specify a function that looks like this: 2131 specify a function that looks like this:
1978 </p> 2132 </p>
1979 2133
1980 <!-- Note: intentionally longer 80 columns --> 2134 <!-- Note: intentionally longer 80 columns -->
1981 <pre>function(<span>Type param1, Type param2</span>) <span cla ss="subdued">{...}</span>);</pre> 2135 <pre>function(<span>Type param1, Type param2</span>) <span cla ss="subdued">{...}</span>;</pre>
1982 <dl> 2136 <dl>
1983 <div> 2137 <div>
1984 <div> 2138 <div>
1985 </div> 2139 </div>
1986 </div> 2140 </div>
1987 </dl> 2141 </dl>
1988 </div> 2142 </div>
1989 </div> 2143 </div>
1990 2144
1991 <!-- MIN_VERSION --> 2145 <!-- MIN_VERSION -->
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
2104 2258
2105 <!-- OBJECT PROPERTIES --> 2259 <!-- OBJECT PROPERTIES -->
2106 <dd style="display: none; "> 2260 <dd style="display: none; ">
2107 <dl> 2261 <dl>
2108 <div> 2262 <div>
2109 <div> 2263 <div>
2110 </div> 2264 </div>
2111 </div> 2265 </div>
2112 </dl> 2266 </dl>
2113 </dd> 2267 </dd>
2268
2269 <!-- FUNCTION PARAMETERS -->
2270 <dd style="display: none; ">
2271 <div></div>
2272 </dd>
2273
2114 </div> 2274 </div>
2115 </div> 2275 </div>
2116 </dl> 2276 </dl>
2117 </dd> 2277 </dd>
2278
2279 <!-- FUNCTION PARAMETERS -->
2280 <dd style="display: none; ">
2281 <div></div>
2282 </dd>
2283
2118 </div> 2284 </div>
2119 </div> 2285 </div>
2120 </dl> 2286 </dl>
2121 2287
2122 <!-- RETURNS --> 2288 <!-- RETURNS -->
2123 <h4 style="display: none; ">Returns</h4> 2289 <h4 style="display: none; ">Returns</h4>
2124 <dl> 2290 <dl>
2125 <div style="display: none; "> 2291 <div style="display: none; ">
2126 <div> 2292 <div>
2127 </div> 2293 </div>
2128 </div> 2294 </div>
2129 </dl> 2295 </dl>
2130 2296
2131 <!-- CALLBACK --> 2297 <!-- CALLBACK -->
2132 <div style="display: none; "> 2298 <div style="display: none; ">
2133 <div> 2299 <div>
2134 <h4>Callback function</h4> 2300 <h4>Callback function</h4>
2135 <p> 2301 <p>
2136 The callback <em>parameter</em> should specify a function 2302 The callback <em>parameter</em> should specify a function
2137 that looks like this: 2303 that looks like this:
2138 </p> 2304 </p>
2139 <p> 2305 <p>
2140 If you specify the <em>callback</em> parameter, it should 2306 If you specify the <em>callback</em> parameter, it should
2141 specify a function that looks like this: 2307 specify a function that looks like this:
2142 </p> 2308 </p>
2143 2309
2144 <!-- Note: intentionally longer 80 columns --> 2310 <!-- Note: intentionally longer 80 columns -->
2145 <pre>function(<span>Type param1, Type param2</span>) <span cla ss="subdued">{...}</span>);</pre> 2311 <pre>function(<span>Type param1, Type param2</span>) <span cla ss="subdued">{...}</span>;</pre>
2146 <dl> 2312 <dl>
2147 <div> 2313 <div>
2148 <div> 2314 <div>
2149 </div> 2315 </div>
2150 </div> 2316 </div>
2151 </dl> 2317 </dl>
2152 </div> 2318 </div>
2153 </div> 2319 </div>
2154 2320
2155 <!-- MIN_VERSION --> 2321 <!-- MIN_VERSION -->
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
2280 2446
2281 <!-- OBJECT PROPERTIES --> 2447 <!-- OBJECT PROPERTIES -->
2282 <dd style="display: none; "> 2448 <dd style="display: none; ">
2283 <dl> 2449 <dl>
2284 <div> 2450 <div>
2285 <div> 2451 <div>
2286 </div> 2452 </div>
2287 </div> 2453 </div>
2288 </dl> 2454 </dl>
2289 </dd> 2455 </dd>
2456
2457 <!-- FUNCTION PARAMETERS -->
2458 <dd style="display: none; ">
2459 <div></div>
2460 </dd>
2461
2290 </div> 2462 </div>
2291 </div><div> 2463 </div><div>
2292 <div> 2464 <div>
2293 <dt> 2465 <dt>
2294 <var>state</var> 2466 <var>state</var>
2295 <em> 2467 <em>
2296 2468
2297 <!-- TYPE --> 2469 <!-- TYPE -->
2298 <div style="display:inline"> 2470 <div style="display:inline">
2299 ( 2471 (
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
2334 2506
2335 <!-- OBJECT PROPERTIES --> 2507 <!-- OBJECT PROPERTIES -->
2336 <dd style="display: none; "> 2508 <dd style="display: none; ">
2337 <dl> 2509 <dl>
2338 <div> 2510 <div>
2339 <div> 2511 <div>
2340 </div> 2512 </div>
2341 </div> 2513 </div>
2342 </dl> 2514 </dl>
2343 </dd> 2515 </dd>
2516
2517 <!-- FUNCTION PARAMETERS -->
2518 <dd style="display: none; ">
2519 <div></div>
2520 </dd>
2521
2344 </div> 2522 </div>
2345 </div> 2523 </div>
2346 </dl> 2524 </dl>
2347 </dd> 2525 </dd>
2526
2527 <!-- FUNCTION PARAMETERS -->
2528 <dd style="display: none; ">
2529 <div></div>
2530 </dd>
2531
2348 </div> 2532 </div>
2349 </div> 2533 </div>
2350 </dl> 2534 </dl>
2351 2535
2352 </div> <!-- /decription --> 2536 </div> <!-- /decription -->
2353 2537
2354 </div> <!-- /apiItem --> 2538 </div> <!-- /apiItem -->
2355 2539
2356 </div> <!-- /apiGroup --> 2540 </div> <!-- /apiGroup -->
2357 2541
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
2406 _uff=0; 2590 _uff=0;
2407 urchinTracker(); 2591 urchinTracker();
2408 } 2592 }
2409 catch(e) {/* urchinTracker not available. */} 2593 catch(e) {/* urchinTracker not available. */}
2410 </script> 2594 </script>
2411 <!-- end analytics --> 2595 <!-- end analytics -->
2412 </div> 2596 </div>
2413 </div> <!-- /gc-footer --> 2597 </div> <!-- /gc-footer -->
2414 </div> <!-- /gc-container --> 2598 </div> <!-- /gc-container -->
2415 </body></html> 2599 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/experimental.proxy.html ('k') | chrome/common/extensions/docs/experimental.webNavigation.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698