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

Side by Side Diff: chrome/common/extensions/docs/tabs.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 716 matching lines...) Expand 10 before | Expand all | Expand 10 after
727 <p> 727 <p>
728 The callback <em>parameter</em> should specify a function 728 The callback <em>parameter</em> should specify a function
729 that looks like this: 729 that looks like this:
730 </p> 730 </p>
731 <p style="display: none; "> 731 <p style="display: none; ">
732 If you specify the <em>callback</em> parameter, it should 732 If you specify the <em>callback</em> parameter, it should
733 specify a function that looks like this: 733 specify a function that looks like this:
734 </p> 734 </p>
735 735
736 <!-- Note: intentionally longer 80 columns --> 736 <!-- Note: intentionally longer 80 columns -->
737 <pre>function(<span>string dataUrl</span>) <span class="subdue d">{...}</span>);</pre> 737 <pre>function(<span>string dataUrl</span>) <span class="subdue d">{...}</span>;</pre>
738 <dl> 738 <dl>
739 <div> 739 <div>
740 <div> 740 <div>
741 <dt> 741 <dt>
742 <var>dataUrl</var> 742 <var>dataUrl</var>
743 <em> 743 <em>
744 744
745 <!-- TYPE --> 745 <!-- TYPE -->
746 <div style="display:inline"> 746 <div style="display:inline">
747 ( 747 (
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
1074 <p> 1074 <p>
1075 The callback <em>parameter</em> should specify a function 1075 The callback <em>parameter</em> should specify a function
1076 that looks like this: 1076 that looks like this:
1077 </p> 1077 </p>
1078 <p> 1078 <p>
1079 If you specify the <em>callback</em> parameter, it should 1079 If you specify the <em>callback</em> parameter, it should
1080 specify a function that looks like this: 1080 specify a function that looks like this:
1081 </p> 1081 </p>
1082 1082
1083 <!-- Note: intentionally longer 80 columns --> 1083 <!-- Note: intentionally longer 80 columns -->
1084 <pre>function(<span>Type param1, Type param2</span>) <span cla ss="subdued">{...}</span>);</pre> 1084 <pre>function(<span>Type param1, Type param2</span>) <span cla ss="subdued">{...}</span>;</pre>
1085 <dl> 1085 <dl>
1086 <div> 1086 <div>
1087 <div> 1087 <div>
1088 </div> 1088 </div>
1089 </div> 1089 </div>
1090 </dl> 1090 </dl>
1091 </div> 1091 </div>
1092 </div> 1092 </div>
1093 1093
1094 <!-- MIN_VERSION --> 1094 <!-- MIN_VERSION -->
(...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after
1485 <p style="display: none; "> 1485 <p style="display: none; ">
1486 The callback <em>parameter</em> should specify a function 1486 The callback <em>parameter</em> should specify a function
1487 that looks like this: 1487 that looks like this:
1488 </p> 1488 </p>
1489 <p> 1489 <p>
1490 If you specify the <em>callback</em> parameter, it should 1490 If you specify the <em>callback</em> parameter, it should
1491 specify a function that looks like this: 1491 specify a function that looks like this:
1492 </p> 1492 </p>
1493 1493
1494 <!-- Note: intentionally longer 80 columns --> 1494 <!-- Note: intentionally longer 80 columns -->
1495 <pre>function(<span>Tab tab</span>) <span class="subdued">{... }</span>);</pre> 1495 <pre>function(<span>Tab tab</span>) <span class="subdued">{... }</span>;</pre>
1496 <dl> 1496 <dl>
1497 <div> 1497 <div>
1498 <div> 1498 <div>
1499 <dt> 1499 <dt>
1500 <var>tab</var> 1500 <var>tab</var>
1501 <em> 1501 <em>
1502 1502
1503 <!-- TYPE --> 1503 <!-- TYPE -->
1504 <div style="display:inline"> 1504 <div style="display:inline">
1505 ( 1505 (
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
1720 <p> 1720 <p>
1721 The callback <em>parameter</em> should specify a function 1721 The callback <em>parameter</em> should specify a function
1722 that looks like this: 1722 that looks like this:
1723 </p> 1723 </p>
1724 <p style="display: none; "> 1724 <p style="display: none; ">
1725 If you specify the <em>callback</em> parameter, it should 1725 If you specify the <em>callback</em> parameter, it should
1726 specify a function that looks like this: 1726 specify a function that looks like this:
1727 </p> 1727 </p>
1728 1728
1729 <!-- Note: intentionally longer 80 columns --> 1729 <!-- Note: intentionally longer 80 columns -->
1730 <pre>function(<span>string language</span>) <span class="subdu ed">{...}</span>);</pre> 1730 <pre>function(<span>string language</span>) <span class="subdu ed">{...}</span>;</pre>
1731 <dl> 1731 <dl>
1732 <div> 1732 <div>
1733 <div> 1733 <div>
1734 <dt> 1734 <dt>
1735 <var>language</var> 1735 <var>language</var>
1736 <em> 1736 <em>
1737 1737
1738 <!-- TYPE --> 1738 <!-- TYPE -->
1739 <div style="display:inline"> 1739 <div style="display:inline">
1740 ( 1740 (
(...skipping 442 matching lines...) Expand 10 before | Expand all | Expand 10 after
2183 <p style="display: none; "> 2183 <p style="display: none; ">
2184 The callback <em>parameter</em> should specify a function 2184 The callback <em>parameter</em> should specify a function
2185 that looks like this: 2185 that looks like this:
2186 </p> 2186 </p>
2187 <p> 2187 <p>
2188 If you specify the <em>callback</em> parameter, it should 2188 If you specify the <em>callback</em> parameter, it should
2189 specify a function that looks like this: 2189 specify a function that looks like this:
2190 </p> 2190 </p>
2191 2191
2192 <!-- Note: intentionally longer 80 columns --> 2192 <!-- Note: intentionally longer 80 columns -->
2193 <pre>function(<span></span>) <span class="subdued">{...}</span >);</pre> 2193 <pre>function(<span></span>) <span class="subdued">{...}</span >;</pre>
2194 <dl> 2194 <dl>
2195 <div style="display: none; "> 2195 <div style="display: none; ">
2196 <div> 2196 <div>
2197 </div> 2197 </div>
2198 </div> 2198 </div>
2199 </dl> 2199 </dl>
2200 </div> 2200 </div>
2201 </div> 2201 </div>
2202 2202
2203 <!-- MIN_VERSION --> 2203 <!-- MIN_VERSION -->
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
2365 <p> 2365 <p>
2366 The callback <em>parameter</em> should specify a function 2366 The callback <em>parameter</em> should specify a function
2367 that looks like this: 2367 that looks like this:
2368 </p> 2368 </p>
2369 <p style="display: none; "> 2369 <p style="display: none; ">
2370 If you specify the <em>callback</em> parameter, it should 2370 If you specify the <em>callback</em> parameter, it should
2371 specify a function that looks like this: 2371 specify a function that looks like this:
2372 </p> 2372 </p>
2373 2373
2374 <!-- Note: intentionally longer 80 columns --> 2374 <!-- Note: intentionally longer 80 columns -->
2375 <pre>function(<span>Tab tab</span>) <span class="subdued">{... }</span>);</pre> 2375 <pre>function(<span>Tab tab</span>) <span class="subdued">{... }</span>;</pre>
2376 <dl> 2376 <dl>
2377 <div> 2377 <div>
2378 <div> 2378 <div>
2379 <dt> 2379 <dt>
2380 <var>tab</var> 2380 <var>tab</var>
2381 <em> 2381 <em>
2382 2382
2383 <!-- TYPE --> 2383 <!-- TYPE -->
2384 <div style="display:inline"> 2384 <div style="display:inline">
2385 ( 2385 (
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
2602 <p> 2602 <p>
2603 The callback <em>parameter</em> should specify a function 2603 The callback <em>parameter</em> should specify a function
2604 that looks like this: 2604 that looks like this:
2605 </p> 2605 </p>
2606 <p style="display: none; "> 2606 <p style="display: none; ">
2607 If you specify the <em>callback</em> parameter, it should 2607 If you specify the <em>callback</em> parameter, it should
2608 specify a function that looks like this: 2608 specify a function that looks like this:
2609 </p> 2609 </p>
2610 2610
2611 <!-- Note: intentionally longer 80 columns --> 2611 <!-- Note: intentionally longer 80 columns -->
2612 <pre>function(<span>array of Tab tabs</span>) <span class="sub dued">{...}</span>);</pre> 2612 <pre>function(<span>array of Tab tabs</span>) <span class="sub dued">{...}</span>;</pre>
2613 <dl> 2613 <dl>
2614 <div> 2614 <div>
2615 <div> 2615 <div>
2616 <dt> 2616 <dt>
2617 <var>tabs</var> 2617 <var>tabs</var>
2618 <em> 2618 <em>
2619 2619
2620 <!-- TYPE --> 2620 <!-- TYPE -->
2621 <div style="display:inline"> 2621 <div style="display:inline">
2622 ( 2622 (
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
2791 <p> 2791 <p>
2792 The callback <em>parameter</em> should specify a function 2792 The callback <em>parameter</em> should specify a function
2793 that looks like this: 2793 that looks like this:
2794 </p> 2794 </p>
2795 <p style="display: none; "> 2795 <p style="display: none; ">
2796 If you specify the <em>callback</em> parameter, it should 2796 If you specify the <em>callback</em> parameter, it should
2797 specify a function that looks like this: 2797 specify a function that looks like this:
2798 </p> 2798 </p>
2799 2799
2800 <!-- Note: intentionally longer 80 columns --> 2800 <!-- Note: intentionally longer 80 columns -->
2801 <pre>function(<span>Tab tab</span>) <span class="subdued">{... }</span>);</pre> 2801 <pre>function(<span>Tab tab</span>) <span class="subdued">{... }</span>;</pre>
2802 <dl> 2802 <dl>
2803 <div> 2803 <div>
2804 <div> 2804 <div>
2805 <dt> 2805 <dt>
2806 <var>tab</var> 2806 <var>tab</var>
2807 <em> 2807 <em>
2808 2808
2809 <!-- TYPE --> 2809 <!-- TYPE -->
2810 <div style="display:inline"> 2810 <div style="display:inline">
2811 ( 2811 (
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
3028 <p> 3028 <p>
3029 The callback <em>parameter</em> should specify a function 3029 The callback <em>parameter</em> should specify a function
3030 that looks like this: 3030 that looks like this:
3031 </p> 3031 </p>
3032 <p style="display: none; "> 3032 <p style="display: none; ">
3033 If you specify the <em>callback</em> parameter, it should 3033 If you specify the <em>callback</em> parameter, it should
3034 specify a function that looks like this: 3034 specify a function that looks like this:
3035 </p> 3035 </p>
3036 3036
3037 <!-- Note: intentionally longer 80 columns --> 3037 <!-- Note: intentionally longer 80 columns -->
3038 <pre>function(<span>Tab tab</span>) <span class="subdued">{... }</span>);</pre> 3038 <pre>function(<span>Tab tab</span>) <span class="subdued">{... }</span>;</pre>
3039 <dl> 3039 <dl>
3040 <div> 3040 <div>
3041 <div> 3041 <div>
3042 <dt> 3042 <dt>
3043 <var>tab</var> 3043 <var>tab</var>
3044 <em> 3044 <em>
3045 3045
3046 <!-- TYPE --> 3046 <!-- TYPE -->
3047 <div style="display:inline"> 3047 <div style="display:inline">
3048 ( 3048 (
(...skipping 444 matching lines...) Expand 10 before | Expand all | Expand 10 after
3493 <p style="display: none; "> 3493 <p style="display: none; ">
3494 The callback <em>parameter</em> should specify a function 3494 The callback <em>parameter</em> should specify a function
3495 that looks like this: 3495 that looks like this:
3496 </p> 3496 </p>
3497 <p> 3497 <p>
3498 If you specify the <em>callback</em> parameter, it should 3498 If you specify the <em>callback</em> parameter, it should
3499 specify a function that looks like this: 3499 specify a function that looks like this:
3500 </p> 3500 </p>
3501 3501
3502 <!-- Note: intentionally longer 80 columns --> 3502 <!-- Note: intentionally longer 80 columns -->
3503 <pre>function(<span></span>) <span class="subdued">{...}</span >);</pre> 3503 <pre>function(<span></span>) <span class="subdued">{...}</span >;</pre>
3504 <dl> 3504 <dl>
3505 <div style="display: none; "> 3505 <div style="display: none; ">
3506 <div> 3506 <div>
3507 </div> 3507 </div>
3508 </div> 3508 </div>
3509 </dl> 3509 </dl>
3510 </div> 3510 </div>
3511 </div> 3511 </div>
3512 3512
3513 <!-- MIN_VERSION --> 3513 <!-- MIN_VERSION -->
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
3849 <p style="display: none; "> 3849 <p style="display: none; ">
3850 The callback <em>parameter</em> should specify a function 3850 The callback <em>parameter</em> should specify a function
3851 that looks like this: 3851 that looks like this:
3852 </p> 3852 </p>
3853 <p> 3853 <p>
3854 If you specify the <em>callback</em> parameter, it should 3854 If you specify the <em>callback</em> parameter, it should
3855 specify a function that looks like this: 3855 specify a function that looks like this:
3856 </p> 3856 </p>
3857 3857
3858 <!-- Note: intentionally longer 80 columns --> 3858 <!-- Note: intentionally longer 80 columns -->
3859 <pre>function(<span>Tab tab</span>) <span class="subdued">{... }</span>);</pre> 3859 <pre>function(<span>Tab tab</span>) <span class="subdued">{... }</span>;</pre>
3860 <dl> 3860 <dl>
3861 <div> 3861 <div>
3862 <div> 3862 <div>
3863 <dt> 3863 <dt>
3864 <var>tab</var> 3864 <var>tab</var>
3865 <em> 3865 <em>
3866 3866
3867 <!-- TYPE --> 3867 <!-- TYPE -->
3868 <div style="display:inline"> 3868 <div style="display:inline">
3869 ( 3869 (
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
4086 <p style="display: none; "> 4086 <p style="display: none; ">
4087 The callback <em>parameter</em> should specify a function 4087 The callback <em>parameter</em> should specify a function
4088 that looks like this: 4088 that looks like this:
4089 </p> 4089 </p>
4090 <p> 4090 <p>
4091 If you specify the <em>callback</em> parameter, it should 4091 If you specify the <em>callback</em> parameter, it should
4092 specify a function that looks like this: 4092 specify a function that looks like this:
4093 </p> 4093 </p>
4094 4094
4095 <!-- Note: intentionally longer 80 columns --> 4095 <!-- Note: intentionally longer 80 columns -->
4096 <pre>function(<span></span>) <span class="subdued">{...}</span >);</pre> 4096 <pre>function(<span></span>) <span class="subdued">{...}</span >;</pre>
4097 <dl> 4097 <dl>
4098 <div style="display: none; "> 4098 <div style="display: none; ">
4099 <div> 4099 <div>
4100 </div> 4100 </div>
4101 </div> 4101 </div>
4102 </dl> 4102 </dl>
4103 </div> 4103 </div>
4104 </div> 4104 </div>
4105 4105
4106 <!-- MIN_VERSION --> 4106 <!-- MIN_VERSION -->
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
4392 <p style="display: none; "> 4392 <p style="display: none; ">
4393 The callback <em>parameter</em> should specify a function 4393 The callback <em>parameter</em> should specify a function
4394 that looks like this: 4394 that looks like this:
4395 </p> 4395 </p>
4396 <p> 4396 <p>
4397 If you specify the <em>callback</em> parameter, it should 4397 If you specify the <em>callback</em> parameter, it should
4398 specify a function that looks like this: 4398 specify a function that looks like this:
4399 </p> 4399 </p>
4400 4400
4401 <!-- Note: intentionally longer 80 columns --> 4401 <!-- Note: intentionally longer 80 columns -->
4402 <pre>function(<span>any response</span>) <span class="subdued" >{...}</span>);</pre> 4402 <pre>function(<span>any response</span>) <span class="subdued" >{...}</span>;</pre>
4403 <dl> 4403 <dl>
4404 <div> 4404 <div>
4405 <div> 4405 <div>
4406 <dt> 4406 <dt>
4407 <var>response</var> 4407 <var>response</var>
4408 <em> 4408 <em>
4409 4409
4410 <!-- TYPE --> 4410 <!-- TYPE -->
4411 <div style="display:inline"> 4411 <div style="display:inline">
4412 ( 4412 (
(...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after
4807 <p style="display: none; "> 4807 <p style="display: none; ">
4808 The callback <em>parameter</em> should specify a function 4808 The callback <em>parameter</em> should specify a function
4809 that looks like this: 4809 that looks like this:
4810 </p> 4810 </p>
4811 <p> 4811 <p>
4812 If you specify the <em>callback</em> parameter, it should 4812 If you specify the <em>callback</em> parameter, it should
4813 specify a function that looks like this: 4813 specify a function that looks like this:
4814 </p> 4814 </p>
4815 4815
4816 <!-- Note: intentionally longer 80 columns --> 4816 <!-- Note: intentionally longer 80 columns -->
4817 <pre>function(<span>Tab tab</span>) <span class="subdued">{... }</span>);</pre> 4817 <pre>function(<span>Tab tab</span>) <span class="subdued">{... }</span>;</pre>
4818 <dl> 4818 <dl>
4819 <div> 4819 <div>
4820 <div> 4820 <div>
4821 <dt> 4821 <dt>
4822 <var>tab</var> 4822 <var>tab</var>
4823 <em> 4823 <em>
4824 4824
4825 <!-- TYPE --> 4825 <!-- TYPE -->
4826 <div style="display:inline"> 4826 <div style="display:inline">
4827 ( 4827 (
(...skipping 2199 matching lines...) Expand 10 before | Expand all | Expand 10 after
7027 _uff=0; 7027 _uff=0;
7028 urchinTracker(); 7028 urchinTracker();
7029 } 7029 }
7030 catch(e) {/* urchinTracker not available. */} 7030 catch(e) {/* urchinTracker not available. */}
7031 </script> 7031 </script>
7032 <!-- end analytics --> 7032 <!-- end analytics -->
7033 </div> 7033 </div>
7034 </div> <!-- /gc-footer --> 7034 </div> <!-- /gc-footer -->
7035 </div> <!-- /gc-container --> 7035 </div> <!-- /gc-container -->
7036 </body></html> 7036 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/static/manifest.html ('k') | chrome/common/extensions/docs/template/api_template.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698