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

Side by Side Diff: chrome/common/extensions/docs/windows.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
« no previous file with comments | « chrome/common/extensions/docs/whats_new.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 1025 matching lines...) Expand 10 before | Expand all | Expand 10 after
1036 <p style="display: none; "> 1036 <p style="display: none; ">
1037 The callback <em>parameter</em> should specify a function 1037 The callback <em>parameter</em> should specify a function
1038 that looks like this: 1038 that looks like this:
1039 </p> 1039 </p>
1040 <p> 1040 <p>
1041 If you specify the <em>callback</em> parameter, it should 1041 If you specify the <em>callback</em> parameter, it should
1042 specify a function that looks like this: 1042 specify a function that looks like this:
1043 </p> 1043 </p>
1044 1044
1045 <!-- Note: intentionally longer 80 columns --> 1045 <!-- Note: intentionally longer 80 columns -->
1046 <pre>function(<span>Window window</span>) <span class="subdued ">{...}</span>);</pre> 1046 <pre>function(<span>Window window</span>) <span class="subdued ">{...}</span>;</pre>
1047 <dl> 1047 <dl>
1048 <div> 1048 <div>
1049 <div> 1049 <div>
1050 <dt> 1050 <dt>
1051 <var>window</var> 1051 <var>window</var>
1052 <em> 1052 <em>
1053 1053
1054 <!-- TYPE --> 1054 <!-- TYPE -->
1055 <div style="display:inline"> 1055 <div style="display:inline">
1056 ( 1056 (
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
1273 <p> 1273 <p>
1274 The callback <em>parameter</em> should specify a function 1274 The callback <em>parameter</em> should specify a function
1275 that looks like this: 1275 that looks like this:
1276 </p> 1276 </p>
1277 <p style="display: none; "> 1277 <p style="display: none; ">
1278 If you specify the <em>callback</em> parameter, it should 1278 If you specify the <em>callback</em> parameter, it should
1279 specify a function that looks like this: 1279 specify a function that looks like this:
1280 </p> 1280 </p>
1281 1281
1282 <!-- Note: intentionally longer 80 columns --> 1282 <!-- Note: intentionally longer 80 columns -->
1283 <pre>function(<span>Window window</span>) <span class="subdued ">{...}</span>);</pre> 1283 <pre>function(<span>Window window</span>) <span class="subdued ">{...}</span>;</pre>
1284 <dl> 1284 <dl>
1285 <div> 1285 <div>
1286 <div> 1286 <div>
1287 <dt> 1287 <dt>
1288 <var>window</var> 1288 <var>window</var>
1289 <em> 1289 <em>
1290 1290
1291 <!-- TYPE --> 1291 <!-- TYPE -->
1292 <div style="display:inline"> 1292 <div style="display:inline">
1293 ( 1293 (
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
1567 <p> 1567 <p>
1568 The callback <em>parameter</em> should specify a function 1568 The callback <em>parameter</em> should specify a function
1569 that looks like this: 1569 that looks like this:
1570 </p> 1570 </p>
1571 <p style="display: none; "> 1571 <p style="display: none; ">
1572 If you specify the <em>callback</em> parameter, it should 1572 If you specify the <em>callback</em> parameter, it should
1573 specify a function that looks like this: 1573 specify a function that looks like this:
1574 </p> 1574 </p>
1575 1575
1576 <!-- Note: intentionally longer 80 columns --> 1576 <!-- Note: intentionally longer 80 columns -->
1577 <pre>function(<span>array of Window windows</span>) <span clas s="subdued">{...}</span>);</pre> 1577 <pre>function(<span>array of Window windows</span>) <span clas s="subdued">{...}</span>;</pre>
1578 <dl> 1578 <dl>
1579 <div> 1579 <div>
1580 <div> 1580 <div>
1581 <dt> 1581 <dt>
1582 <var>windows</var> 1582 <var>windows</var>
1583 <em> 1583 <em>
1584 1584
1585 <!-- TYPE --> 1585 <!-- TYPE -->
1586 <div style="display:inline"> 1586 <div style="display:inline">
1587 ( 1587 (
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
1756 <p> 1756 <p>
1757 The callback <em>parameter</em> should specify a function 1757 The callback <em>parameter</em> should specify a function
1758 that looks like this: 1758 that looks like this:
1759 </p> 1759 </p>
1760 <p style="display: none; "> 1760 <p style="display: none; ">
1761 If you specify the <em>callback</em> parameter, it should 1761 If you specify the <em>callback</em> parameter, it should
1762 specify a function that looks like this: 1762 specify a function that looks like this:
1763 </p> 1763 </p>
1764 1764
1765 <!-- Note: intentionally longer 80 columns --> 1765 <!-- Note: intentionally longer 80 columns -->
1766 <pre>function(<span>Window window</span>) <span class="subdued ">{...}</span>);</pre> 1766 <pre>function(<span>Window window</span>) <span class="subdued ">{...}</span>;</pre>
1767 <dl> 1767 <dl>
1768 <div> 1768 <div>
1769 <div> 1769 <div>
1770 <dt> 1770 <dt>
1771 <var>window</var> 1771 <var>window</var>
1772 <em> 1772 <em>
1773 1773
1774 <!-- TYPE --> 1774 <!-- TYPE -->
1775 <div style="display:inline"> 1775 <div style="display:inline">
1776 ( 1776 (
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
1934 <p> 1934 <p>
1935 The callback <em>parameter</em> should specify a function 1935 The callback <em>parameter</em> should specify a function
1936 that looks like this: 1936 that looks like this:
1937 </p> 1937 </p>
1938 <p style="display: none; "> 1938 <p style="display: none; ">
1939 If you specify the <em>callback</em> parameter, it should 1939 If you specify the <em>callback</em> parameter, it should
1940 specify a function that looks like this: 1940 specify a function that looks like this:
1941 </p> 1941 </p>
1942 1942
1943 <!-- Note: intentionally longer 80 columns --> 1943 <!-- Note: intentionally longer 80 columns -->
1944 <pre>function(<span>Window window</span>) <span class="subdued ">{...}</span>);</pre> 1944 <pre>function(<span>Window window</span>) <span class="subdued ">{...}</span>;</pre>
1945 <dl> 1945 <dl>
1946 <div> 1946 <div>
1947 <div> 1947 <div>
1948 <dt> 1948 <dt>
1949 <var>window</var> 1949 <var>window</var>
1950 <em> 1950 <em>
1951 1951
1952 <!-- TYPE --> 1952 <!-- TYPE -->
1953 <div style="display:inline"> 1953 <div style="display:inline">
1954 ( 1954 (
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
2173 <p style="display: none; "> 2173 <p style="display: none; ">
2174 The callback <em>parameter</em> should specify a function 2174 The callback <em>parameter</em> should specify a function
2175 that looks like this: 2175 that looks like this:
2176 </p> 2176 </p>
2177 <p> 2177 <p>
2178 If you specify the <em>callback</em> parameter, it should 2178 If you specify the <em>callback</em> parameter, it should
2179 specify a function that looks like this: 2179 specify a function that looks like this:
2180 </p> 2180 </p>
2181 2181
2182 <!-- Note: intentionally longer 80 columns --> 2182 <!-- Note: intentionally longer 80 columns -->
2183 <pre>function(<span></span>) <span class="subdued">{...}</span >);</pre> 2183 <pre>function(<span></span>) <span class="subdued">{...}</span >;</pre>
2184 <dl> 2184 <dl>
2185 <div style="display: none; "> 2185 <div style="display: none; ">
2186 <div> 2186 <div>
2187 </div> 2187 </div>
2188 </div> 2188 </div>
2189 </dl> 2189 </dl>
2190 </div> 2190 </div>
2191 </div> 2191 </div>
2192 2192
2193 <!-- MIN_VERSION --> 2193 <!-- MIN_VERSION -->
(...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after
2645 <p style="display: none; "> 2645 <p style="display: none; ">
2646 The callback <em>parameter</em> should specify a function 2646 The callback <em>parameter</em> should specify a function
2647 that looks like this: 2647 that looks like this:
2648 </p> 2648 </p>
2649 <p> 2649 <p>
2650 If you specify the <em>callback</em> parameter, it should 2650 If you specify the <em>callback</em> parameter, it should
2651 specify a function that looks like this: 2651 specify a function that looks like this:
2652 </p> 2652 </p>
2653 2653
2654 <!-- Note: intentionally longer 80 columns --> 2654 <!-- Note: intentionally longer 80 columns -->
2655 <pre>function(<span>Window window</span>) <span class="subdued ">{...}</span>);</pre> 2655 <pre>function(<span>Window window</span>) <span class="subdued ">{...}</span>;</pre>
2656 <dl> 2656 <dl>
2657 <div> 2657 <div>
2658 <div> 2658 <div>
2659 <dt> 2659 <dt>
2660 <var>window</var> 2660 <var>window</var>
2661 <em> 2661 <em>
2662 2662
2663 <!-- TYPE --> 2663 <!-- TYPE -->
2664 <div style="display:inline"> 2664 <div style="display:inline">
2665 ( 2665 (
(...skipping 951 matching lines...) Expand 10 before | Expand all | Expand 10 after
3617 _uff=0; 3617 _uff=0;
3618 urchinTracker(); 3618 urchinTracker();
3619 } 3619 }
3620 catch(e) {/* urchinTracker not available. */} 3620 catch(e) {/* urchinTracker not available. */}
3621 </script> 3621 </script>
3622 <!-- end analytics --> 3622 <!-- end analytics -->
3623 </div> 3623 </div>
3624 </div> <!-- /gc-footer --> 3624 </div> <!-- /gc-footer -->
3625 </div> <!-- /gc-container --> 3625 </div> <!-- /gc-container -->
3626 </body></html> 3626 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/whats_new.html ('k') | chrome/common/extensions/docs/xhr.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698