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

Side by Side Diff: chrome/common/extensions/docs/bookmarks.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 837 matching lines...) Expand 10 before | Expand all | Expand 10 after
848 <p style="display: none; "> 848 <p style="display: none; ">
849 The callback <em>parameter</em> should specify a function 849 The callback <em>parameter</em> should specify a function
850 that looks like this: 850 that looks like this:
851 </p> 851 </p>
852 <p> 852 <p>
853 If you specify the <em>callback</em> parameter, it should 853 If you specify the <em>callback</em> parameter, it should
854 specify a function that looks like this: 854 specify a function that looks like this:
855 </p> 855 </p>
856 856
857 <!-- Note: intentionally longer 80 columns --> 857 <!-- Note: intentionally longer 80 columns -->
858 <pre>function(<span>BookmarkTreeNode result</span>) <span clas s="subdued">{...}</span>);</pre> 858 <pre>function(<span>BookmarkTreeNode result</span>) <span clas s="subdued">{...}</span>;</pre>
859 <dl> 859 <dl>
860 <div> 860 <div>
861 <div> 861 <div>
862 <dt> 862 <dt>
863 <var>result</var> 863 <var>result</var>
864 <em> 864 <em>
865 865
866 <!-- TYPE --> 866 <!-- TYPE -->
867 <div style="display:inline"> 867 <div style="display:inline">
868 ( 868 (
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
971 <p> 971 <p>
972 The callback <em>parameter</em> should specify a function 972 The callback <em>parameter</em> should specify a function
973 that looks like this: 973 that looks like this:
974 </p> 974 </p>
975 <p> 975 <p>
976 If you specify the <em>callback</em> parameter, it should 976 If you specify the <em>callback</em> parameter, it should
977 specify a function that looks like this: 977 specify a function that looks like this:
978 </p> 978 </p>
979 979
980 <!-- Note: intentionally longer 80 columns --> 980 <!-- Note: intentionally longer 80 columns -->
981 <pre>function(<span>Type param1, Type param2</span>) <span cla ss="subdued">{...}</span>);</pre> 981 <pre>function(<span>Type param1, Type param2</span>) <span cla ss="subdued">{...}</span>;</pre>
982 <dl> 982 <dl>
983 <div> 983 <div>
984 <div> 984 <div>
985 </div> 985 </div>
986 </div> 986 </div>
987 </dl> 987 </dl>
988 </div> 988 </div>
989 </div> 989 </div>
990 990
991 <!-- MIN_VERSION --> 991 <!-- MIN_VERSION -->
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
1151 <p> 1151 <p>
1152 The callback <em>parameter</em> should specify a function 1152 The callback <em>parameter</em> should specify a function
1153 that looks like this: 1153 that looks like this:
1154 </p> 1154 </p>
1155 <p style="display: none; "> 1155 <p style="display: none; ">
1156 If you specify the <em>callback</em> parameter, it should 1156 If you specify the <em>callback</em> parameter, it should
1157 specify a function that looks like this: 1157 specify a function that looks like this:
1158 </p> 1158 </p>
1159 1159
1160 <!-- Note: intentionally longer 80 columns --> 1160 <!-- Note: intentionally longer 80 columns -->
1161 <pre>function(<span>array of BookmarkTreeNode results</span>) <span class="subdued">{...}</span>);</pre> 1161 <pre>function(<span>array of BookmarkTreeNode results</span>) <span class="subdued">{...}</span>;</pre>
1162 <dl> 1162 <dl>
1163 <div> 1163 <div>
1164 <div> 1164 <div>
1165 <dt> 1165 <dt>
1166 <var>results</var> 1166 <var>results</var>
1167 <em> 1167 <em>
1168 1168
1169 <!-- TYPE --> 1169 <!-- TYPE -->
1170 <div style="display:inline"> 1170 <div style="display:inline">
1171 ( 1171 (
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
1401 <p> 1401 <p>
1402 The callback <em>parameter</em> should specify a function 1402 The callback <em>parameter</em> should specify a function
1403 that looks like this: 1403 that looks like this:
1404 </p> 1404 </p>
1405 <p style="display: none; "> 1405 <p style="display: none; ">
1406 If you specify the <em>callback</em> parameter, it should 1406 If you specify the <em>callback</em> parameter, it should
1407 specify a function that looks like this: 1407 specify a function that looks like this:
1408 </p> 1408 </p>
1409 1409
1410 <!-- Note: intentionally longer 80 columns --> 1410 <!-- Note: intentionally longer 80 columns -->
1411 <pre>function(<span>array of BookmarkTreeNode results</span>) <span class="subdued">{...}</span>);</pre> 1411 <pre>function(<span>array of BookmarkTreeNode results</span>) <span class="subdued">{...}</span>;</pre>
1412 <dl> 1412 <dl>
1413 <div> 1413 <div>
1414 <div> 1414 <div>
1415 <dt> 1415 <dt>
1416 <var>results</var> 1416 <var>results</var>
1417 <em> 1417 <em>
1418 1418
1419 <!-- TYPE --> 1419 <!-- TYPE -->
1420 <div style="display:inline"> 1420 <div style="display:inline">
1421 ( 1421 (
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
1649 <p> 1649 <p>
1650 The callback <em>parameter</em> should specify a function 1650 The callback <em>parameter</em> should specify a function
1651 that looks like this: 1651 that looks like this:
1652 </p> 1652 </p>
1653 <p style="display: none; "> 1653 <p style="display: none; ">
1654 If you specify the <em>callback</em> parameter, it should 1654 If you specify the <em>callback</em> parameter, it should
1655 specify a function that looks like this: 1655 specify a function that looks like this:
1656 </p> 1656 </p>
1657 1657
1658 <!-- Note: intentionally longer 80 columns --> 1658 <!-- Note: intentionally longer 80 columns -->
1659 <pre>function(<span>array of BookmarkTreeNode results</span>) <span class="subdued">{...}</span>);</pre> 1659 <pre>function(<span>array of BookmarkTreeNode results</span>) <span class="subdued">{...}</span>;</pre>
1660 <dl> 1660 <dl>
1661 <div> 1661 <div>
1662 <div> 1662 <div>
1663 <dt> 1663 <dt>
1664 <var>results</var> 1664 <var>results</var>
1665 <em> 1665 <em>
1666 1666
1667 <!-- TYPE --> 1667 <!-- TYPE -->
1668 <div style="display:inline"> 1668 <div style="display:inline">
1669 ( 1669 (
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
1838 <p> 1838 <p>
1839 The callback <em>parameter</em> should specify a function 1839 The callback <em>parameter</em> should specify a function
1840 that looks like this: 1840 that looks like this:
1841 </p> 1841 </p>
1842 <p style="display: none; "> 1842 <p style="display: none; ">
1843 If you specify the <em>callback</em> parameter, it should 1843 If you specify the <em>callback</em> parameter, it should
1844 specify a function that looks like this: 1844 specify a function that looks like this:
1845 </p> 1845 </p>
1846 1846
1847 <!-- Note: intentionally longer 80 columns --> 1847 <!-- Note: intentionally longer 80 columns -->
1848 <pre>function(<span>array of BookmarkTreeNode results</span>) <span class="subdued">{...}</span>);</pre> 1848 <pre>function(<span>array of BookmarkTreeNode results</span>) <span class="subdued">{...}</span>;</pre>
1849 <dl> 1849 <dl>
1850 <div> 1850 <div>
1851 <div> 1851 <div>
1852 <dt> 1852 <dt>
1853 <var>results</var> 1853 <var>results</var>
1854 <em> 1854 <em>
1855 1855
1856 <!-- TYPE --> 1856 <!-- TYPE -->
1857 <div style="display:inline"> 1857 <div style="display:inline">
1858 ( 1858 (
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
1972 <p> 1972 <p>
1973 The callback <em>parameter</em> should specify a function 1973 The callback <em>parameter</em> should specify a function
1974 that looks like this: 1974 that looks like this:
1975 </p> 1975 </p>
1976 <p> 1976 <p>
1977 If you specify the <em>callback</em> parameter, it should 1977 If you specify the <em>callback</em> parameter, it should
1978 specify a function that looks like this: 1978 specify a function that looks like this:
1979 </p> 1979 </p>
1980 1980
1981 <!-- Note: intentionally longer 80 columns --> 1981 <!-- Note: intentionally longer 80 columns -->
1982 <pre>function(<span>Type param1, Type param2</span>) <span cla ss="subdued">{...}</span>);</pre> 1982 <pre>function(<span>Type param1, Type param2</span>) <span cla ss="subdued">{...}</span>;</pre>
1983 <dl> 1983 <dl>
1984 <div> 1984 <div>
1985 <div> 1985 <div>
1986 </div> 1986 </div>
1987 </div> 1987 </div>
1988 </dl> 1988 </dl>
1989 </div> 1989 </div>
1990 </div> 1990 </div>
1991 1991
1992 <!-- MIN_VERSION --> 1992 <!-- MIN_VERSION -->
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
2332 <p style="display: none; "> 2332 <p style="display: none; ">
2333 The callback <em>parameter</em> should specify a function 2333 The callback <em>parameter</em> should specify a function
2334 that looks like this: 2334 that looks like this:
2335 </p> 2335 </p>
2336 <p> 2336 <p>
2337 If you specify the <em>callback</em> parameter, it should 2337 If you specify the <em>callback</em> parameter, it should
2338 specify a function that looks like this: 2338 specify a function that looks like this:
2339 </p> 2339 </p>
2340 2340
2341 <!-- Note: intentionally longer 80 columns --> 2341 <!-- Note: intentionally longer 80 columns -->
2342 <pre>function(<span>BookmarkTreeNode result</span>) <span clas s="subdued">{...}</span>);</pre> 2342 <pre>function(<span>BookmarkTreeNode result</span>) <span clas s="subdued">{...}</span>;</pre>
2343 <dl> 2343 <dl>
2344 <div> 2344 <div>
2345 <div> 2345 <div>
2346 <dt> 2346 <dt>
2347 <var>result</var> 2347 <var>result</var>
2348 <em> 2348 <em>
2349 2349
2350 <!-- TYPE --> 2350 <!-- TYPE -->
2351 <div style="display:inline"> 2351 <div style="display:inline">
2352 ( 2352 (
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
2571 <p style="display: none; "> 2571 <p style="display: none; ">
2572 The callback <em>parameter</em> should specify a function 2572 The callback <em>parameter</em> should specify a function
2573 that looks like this: 2573 that looks like this:
2574 </p> 2574 </p>
2575 <p> 2575 <p>
2576 If you specify the <em>callback</em> parameter, it should 2576 If you specify the <em>callback</em> parameter, it should
2577 specify a function that looks like this: 2577 specify a function that looks like this:
2578 </p> 2578 </p>
2579 2579
2580 <!-- Note: intentionally longer 80 columns --> 2580 <!-- Note: intentionally longer 80 columns -->
2581 <pre>function(<span></span>) <span class="subdued">{...}</span >);</pre> 2581 <pre>function(<span></span>) <span class="subdued">{...}</span >;</pre>
2582 <dl> 2582 <dl>
2583 <div style="display: none; "> 2583 <div style="display: none; ">
2584 <div> 2584 <div>
2585 </div> 2585 </div>
2586 </div> 2586 </div>
2587 </dl> 2587 </dl>
2588 </div> 2588 </div>
2589 </div> 2589 </div>
2590 2590
2591 <!-- MIN_VERSION --> 2591 <!-- MIN_VERSION -->
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
2753 <p style="display: none; "> 2753 <p style="display: none; ">
2754 The callback <em>parameter</em> should specify a function 2754 The callback <em>parameter</em> should specify a function
2755 that looks like this: 2755 that looks like this:
2756 </p> 2756 </p>
2757 <p> 2757 <p>
2758 If you specify the <em>callback</em> parameter, it should 2758 If you specify the <em>callback</em> parameter, it should
2759 specify a function that looks like this: 2759 specify a function that looks like this:
2760 </p> 2760 </p>
2761 2761
2762 <!-- Note: intentionally longer 80 columns --> 2762 <!-- Note: intentionally longer 80 columns -->
2763 <pre>function(<span></span>) <span class="subdued">{...}</span >);</pre> 2763 <pre>function(<span></span>) <span class="subdued">{...}</span >;</pre>
2764 <dl> 2764 <dl>
2765 <div style="display: none; "> 2765 <div style="display: none; ">
2766 <div> 2766 <div>
2767 </div> 2767 </div>
2768 </div> 2768 </div>
2769 </dl> 2769 </dl>
2770 </div> 2770 </div>
2771 </div> 2771 </div>
2772 2772
2773 <!-- MIN_VERSION --> 2773 <!-- MIN_VERSION -->
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
2935 <p> 2935 <p>
2936 The callback <em>parameter</em> should specify a function 2936 The callback <em>parameter</em> should specify a function
2937 that looks like this: 2937 that looks like this:
2938 </p> 2938 </p>
2939 <p style="display: none; "> 2939 <p style="display: none; ">
2940 If you specify the <em>callback</em> parameter, it should 2940 If you specify the <em>callback</em> parameter, it should
2941 specify a function that looks like this: 2941 specify a function that looks like this:
2942 </p> 2942 </p>
2943 2943
2944 <!-- Note: intentionally longer 80 columns --> 2944 <!-- Note: intentionally longer 80 columns -->
2945 <pre>function(<span>array of BookmarkTreeNode results</span>) <span class="subdued">{...}</span>);</pre> 2945 <pre>function(<span>array of BookmarkTreeNode results</span>) <span class="subdued">{...}</span>;</pre>
2946 <dl> 2946 <dl>
2947 <div> 2947 <div>
2948 <div> 2948 <div>
2949 <dt> 2949 <dt>
2950 <var>results</var> 2950 <var>results</var>
2951 <em> 2951 <em>
2952 2952
2953 <!-- TYPE --> 2953 <!-- TYPE -->
2954 <div style="display:inline"> 2954 <div style="display:inline">
2955 ( 2955 (
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
3363 <p style="display: none; "> 3363 <p style="display: none; ">
3364 The callback <em>parameter</em> should specify a function 3364 The callback <em>parameter</em> should specify a function
3365 that looks like this: 3365 that looks like this:
3366 </p> 3366 </p>
3367 <p> 3367 <p>
3368 If you specify the <em>callback</em> parameter, it should 3368 If you specify the <em>callback</em> parameter, it should
3369 specify a function that looks like this: 3369 specify a function that looks like this:
3370 </p> 3370 </p>
3371 3371
3372 <!-- Note: intentionally longer 80 columns --> 3372 <!-- Note: intentionally longer 80 columns -->
3373 <pre>function(<span>BookmarkTreeNode result</span>) <span clas s="subdued">{...}</span>);</pre> 3373 <pre>function(<span>BookmarkTreeNode result</span>) <span clas s="subdued">{...}</span>;</pre>
3374 <dl> 3374 <dl>
3375 <div> 3375 <div>
3376 <div> 3376 <div>
3377 <dt> 3377 <dt>
3378 <var>result</var> 3378 <var>result</var>
3379 <em> 3379 <em>
3380 3380
3381 <!-- TYPE --> 3381 <!-- TYPE -->
3382 <div style="display:inline"> 3382 <div style="display:inline">
3383 ( 3383 (
(...skipping 1946 matching lines...) Expand 10 before | Expand all | Expand 10 after
5330 _uff=0; 5330 _uff=0;
5331 urchinTracker(); 5331 urchinTracker();
5332 } 5332 }
5333 catch(e) {/* urchinTracker not available. */} 5333 catch(e) {/* urchinTracker not available. */}
5334 </script> 5334 </script>
5335 <!-- end analytics --> 5335 <!-- end analytics -->
5336 </div> 5336 </div>
5337 </div> <!-- /gc-footer --> 5337 </div> <!-- /gc-footer -->
5338 </div> <!-- /gc-container --> 5338 </div> <!-- /gc-container -->
5339 </body></html> 5339 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/background_pages.html ('k') | chrome/common/extensions/docs/browserAction.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698