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

Side by Side Diff: chrome/common/extensions/docs/contextMenus.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 1181 matching lines...) Expand 10 before | Expand all | Expand 10 after
1192 <p style="display: none; "> 1192 <p style="display: none; ">
1193 The callback <em>parameter</em> should specify a function 1193 The callback <em>parameter</em> should specify a function
1194 that looks like this: 1194 that looks like this:
1195 </p> 1195 </p>
1196 <p> 1196 <p>
1197 If you specify the <em>callback</em> parameter, it should 1197 If you specify the <em>callback</em> parameter, it should
1198 specify a function that looks like this: 1198 specify a function that looks like this:
1199 </p> 1199 </p>
1200 1200
1201 <!-- Note: intentionally longer 80 columns --> 1201 <!-- Note: intentionally longer 80 columns -->
1202 <pre>function(<span></span>) <span class="subdued">{...}</span >);</pre> 1202 <pre>function(<span></span>) <span class="subdued">{...}</span >;</pre>
1203 <dl> 1203 <dl>
1204 <div style="display: none; "> 1204 <div style="display: none; ">
1205 <div> 1205 <div>
1206 </div> 1206 </div>
1207 </div> 1207 </div>
1208 </dl> 1208 </dl>
1209 </div> 1209 </div>
1210 </div> 1210 </div>
1211 1211
1212 <!-- MIN_VERSION --> 1212 <!-- MIN_VERSION -->
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
1370 <p style="display: none; "> 1370 <p style="display: none; ">
1371 The callback <em>parameter</em> should specify a function 1371 The callback <em>parameter</em> should specify a function
1372 that looks like this: 1372 that looks like this:
1373 </p> 1373 </p>
1374 <p> 1374 <p>
1375 If you specify the <em>callback</em> parameter, it should 1375 If you specify the <em>callback</em> parameter, it should
1376 specify a function that looks like this: 1376 specify a function that looks like this:
1377 </p> 1377 </p>
1378 1378
1379 <!-- Note: intentionally longer 80 columns --> 1379 <!-- Note: intentionally longer 80 columns -->
1380 <pre>function(<span></span>) <span class="subdued">{...}</span >);</pre> 1380 <pre>function(<span></span>) <span class="subdued">{...}</span >;</pre>
1381 <dl> 1381 <dl>
1382 <div style="display: none; "> 1382 <div style="display: none; ">
1383 <div> 1383 <div>
1384 </div> 1384 </div>
1385 </div> 1385 </div>
1386 </dl> 1386 </dl>
1387 </div> 1387 </div>
1388 </div> 1388 </div>
1389 1389
1390 <!-- MIN_VERSION --> 1390 <!-- MIN_VERSION -->
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
1489 <p style="display: none; "> 1489 <p style="display: none; ">
1490 The callback <em>parameter</em> should specify a function 1490 The callback <em>parameter</em> should specify a function
1491 that looks like this: 1491 that looks like this:
1492 </p> 1492 </p>
1493 <p> 1493 <p>
1494 If you specify the <em>callback</em> parameter, it should 1494 If you specify the <em>callback</em> parameter, it should
1495 specify a function that looks like this: 1495 specify a function that looks like this:
1496 </p> 1496 </p>
1497 1497
1498 <!-- Note: intentionally longer 80 columns --> 1498 <!-- Note: intentionally longer 80 columns -->
1499 <pre>function(<span></span>) <span class="subdued">{...}</span >);</pre> 1499 <pre>function(<span></span>) <span class="subdued">{...}</span >;</pre>
1500 <dl> 1500 <dl>
1501 <div style="display: none; "> 1501 <div style="display: none; ">
1502 <div> 1502 <div>
1503 </div> 1503 </div>
1504 </div> 1504 </div>
1505 </dl> 1505 </dl>
1506 </div> 1506 </div>
1507 </div> 1507 </div>
1508 1508
1509 <!-- MIN_VERSION --> 1509 <!-- MIN_VERSION -->
(...skipping 724 matching lines...) Expand 10 before | Expand all | Expand 10 after
2234 <p style="display: none; "> 2234 <p style="display: none; ">
2235 The callback <em>parameter</em> should specify a function 2235 The callback <em>parameter</em> should specify a function
2236 that looks like this: 2236 that looks like this:
2237 </p> 2237 </p>
2238 <p> 2238 <p>
2239 If you specify the <em>callback</em> parameter, it should 2239 If you specify the <em>callback</em> parameter, it should
2240 specify a function that looks like this: 2240 specify a function that looks like this:
2241 </p> 2241 </p>
2242 2242
2243 <!-- Note: intentionally longer 80 columns --> 2243 <!-- Note: intentionally longer 80 columns -->
2244 <pre>function(<span></span>) <span class="subdued">{...}</span >);</pre> 2244 <pre>function(<span></span>) <span class="subdued">{...}</span >;</pre>
2245 <dl> 2245 <dl>
2246 <div style="display: none; "> 2246 <div style="display: none; ">
2247 <div> 2247 <div>
2248 </div> 2248 </div>
2249 </div> 2249 </div>
2250 </dl> 2250 </dl>
2251 </div> 2251 </div>
2252 </div> 2252 </div>
2253 2253
2254 <!-- MIN_VERSION --> 2254 <!-- MIN_VERSION -->
(...skipping 670 matching lines...) Expand 10 before | Expand all | Expand 10 after
2925 _uff=0; 2925 _uff=0;
2926 urchinTracker(); 2926 urchinTracker();
2927 } 2927 }
2928 catch(e) {/* urchinTracker not available. */} 2928 catch(e) {/* urchinTracker not available. */}
2929 </script> 2929 </script>
2930 <!-- end analytics --> 2930 <!-- end analytics -->
2931 </div> 2931 </div>
2932 </div> <!-- /gc-footer --> 2932 </div> <!-- /gc-footer -->
2933 </div> <!-- /gc-container --> 2933 </div> <!-- /gc-container -->
2934 </body></html> 2934 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/content_scripts.html ('k') | chrome/common/extensions/docs/cookies.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698