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

Side by Side Diff: chrome/common/extensions/docs/cookies.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 685 matching lines...) Expand 10 before | Expand all | Expand 10 after
696 <p> 696 <p>
697 The callback <em>parameter</em> should specify a function 697 The callback <em>parameter</em> should specify a function
698 that looks like this: 698 that looks like this:
699 </p> 699 </p>
700 <p style="display: none; "> 700 <p style="display: none; ">
701 If you specify the <em>callback</em> parameter, it should 701 If you specify the <em>callback</em> parameter, it should
702 specify a function that looks like this: 702 specify a function that looks like this:
703 </p> 703 </p>
704 704
705 <!-- Note: intentionally longer 80 columns --> 705 <!-- Note: intentionally longer 80 columns -->
706 <pre>function(<span>Cookie cookie</span>) <span class="subdued ">{...}</span>);</pre> 706 <pre>function(<span>Cookie cookie</span>) <span class="subdued ">{...}</span>;</pre>
707 <dl> 707 <dl>
708 <div> 708 <div>
709 <div> 709 <div>
710 <dt> 710 <dt>
711 <var>cookie</var> 711 <var>cookie</var>
712 <em> 712 <em>
713 713
714 <!-- TYPE --> 714 <!-- TYPE -->
715 <div style="display:inline"> 715 <div style="display:inline">
716 ( 716 (
(...skipping 617 matching lines...) Expand 10 before | Expand all | Expand 10 after
1334 <p> 1334 <p>
1335 The callback <em>parameter</em> should specify a function 1335 The callback <em>parameter</em> should specify a function
1336 that looks like this: 1336 that looks like this:
1337 </p> 1337 </p>
1338 <p style="display: none; "> 1338 <p style="display: none; ">
1339 If you specify the <em>callback</em> parameter, it should 1339 If you specify the <em>callback</em> parameter, it should
1340 specify a function that looks like this: 1340 specify a function that looks like this:
1341 </p> 1341 </p>
1342 1342
1343 <!-- Note: intentionally longer 80 columns --> 1343 <!-- Note: intentionally longer 80 columns -->
1344 <pre>function(<span>array of Cookie cookies</span>) <span clas s="subdued">{...}</span>);</pre> 1344 <pre>function(<span>array of Cookie cookies</span>) <span clas s="subdued">{...}</span>;</pre>
1345 <dl> 1345 <dl>
1346 <div> 1346 <div>
1347 <div> 1347 <div>
1348 <dt> 1348 <dt>
1349 <var>cookies</var> 1349 <var>cookies</var>
1350 <em> 1350 <em>
1351 1351
1352 <!-- TYPE --> 1352 <!-- TYPE -->
1353 <div style="display:inline"> 1353 <div style="display:inline">
1354 ( 1354 (
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
1521 <p> 1521 <p>
1522 The callback <em>parameter</em> should specify a function 1522 The callback <em>parameter</em> should specify a function
1523 that looks like this: 1523 that looks like this:
1524 </p> 1524 </p>
1525 <p style="display: none; "> 1525 <p style="display: none; ">
1526 If you specify the <em>callback</em> parameter, it should 1526 If you specify the <em>callback</em> parameter, it should
1527 specify a function that looks like this: 1527 specify a function that looks like this:
1528 </p> 1528 </p>
1529 1529
1530 <!-- Note: intentionally longer 80 columns --> 1530 <!-- Note: intentionally longer 80 columns -->
1531 <pre>function(<span>array of CookieStore cookieStores</span>) <span class="subdued">{...}</span>);</pre> 1531 <pre>function(<span>array of CookieStore cookieStores</span>) <span class="subdued">{...}</span>;</pre>
1532 <dl> 1532 <dl>
1533 <div> 1533 <div>
1534 <div> 1534 <div>
1535 <dt> 1535 <dt>
1536 <var>cookieStores</var> 1536 <var>cookieStores</var>
1537 <em> 1537 <em>
1538 1538
1539 <!-- TYPE --> 1539 <!-- TYPE -->
1540 <div style="display:inline"> 1540 <div style="display:inline">
1541 ( 1541 (
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
1877 <p> 1877 <p>
1878 The callback <em>parameter</em> should specify a function 1878 The callback <em>parameter</em> should specify a function
1879 that looks like this: 1879 that looks like this:
1880 </p> 1880 </p>
1881 <p> 1881 <p>
1882 If you specify the <em>callback</em> parameter, it should 1882 If you specify the <em>callback</em> parameter, it should
1883 specify a function that looks like this: 1883 specify a function that looks like this:
1884 </p> 1884 </p>
1885 1885
1886 <!-- Note: intentionally longer 80 columns --> 1886 <!-- Note: intentionally longer 80 columns -->
1887 <pre>function(<span>Type param1, Type param2</span>) <span cla ss="subdued">{...}</span>);</pre> 1887 <pre>function(<span>Type param1, Type param2</span>) <span cla ss="subdued">{...}</span>;</pre>
1888 <dl> 1888 <dl>
1889 <div> 1889 <div>
1890 <div> 1890 <div>
1891 </div> 1891 </div>
1892 </div> 1892 </div>
1893 </dl> 1893 </dl>
1894 </div> 1894 </div>
1895 </div> 1895 </div>
1896 1896
1897 <!-- MIN_VERSION --> 1897 <!-- MIN_VERSION -->
(...skipping 617 matching lines...) Expand 10 before | Expand all | Expand 10 after
2515 <p> 2515 <p>
2516 The callback <em>parameter</em> should specify a function 2516 The callback <em>parameter</em> should specify a function
2517 that looks like this: 2517 that looks like this:
2518 </p> 2518 </p>
2519 <p> 2519 <p>
2520 If you specify the <em>callback</em> parameter, it should 2520 If you specify the <em>callback</em> parameter, it should
2521 specify a function that looks like this: 2521 specify a function that looks like this:
2522 </p> 2522 </p>
2523 2523
2524 <!-- Note: intentionally longer 80 columns --> 2524 <!-- Note: intentionally longer 80 columns -->
2525 <pre>function(<span>Type param1, Type param2</span>) <span cla ss="subdued">{...}</span>);</pre> 2525 <pre>function(<span>Type param1, Type param2</span>) <span cla ss="subdued">{...}</span>;</pre>
2526 <dl> 2526 <dl>
2527 <div> 2527 <div>
2528 <div> 2528 <div>
2529 </div> 2529 </div>
2530 </div> 2530 </div>
2531 </dl> 2531 </dl>
2532 </div> 2532 </div>
2533 </div> 2533 </div>
2534 2534
2535 <!-- MIN_VERSION --> 2535 <!-- MIN_VERSION -->
(...skipping 1082 matching lines...) Expand 10 before | Expand all | Expand 10 after
3618 _uff=0; 3618 _uff=0;
3619 urchinTracker(); 3619 urchinTracker();
3620 } 3620 }
3621 catch(e) {/* urchinTracker not available. */} 3621 catch(e) {/* urchinTracker not available. */}
3622 </script> 3622 </script>
3623 <!-- end analytics --> 3623 <!-- end analytics -->
3624 </div> 3624 </div>
3625 </div> <!-- /gc-footer --> 3625 </div> <!-- /gc-footer -->
3626 </div> <!-- /gc-container --> 3626 </div> <!-- /gc-container -->
3627 </body></html> 3627 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/contextMenus.html ('k') | chrome/common/extensions/docs/devguide.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698