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

Side by Side Diff: chrome/common/extensions/docs/experimental.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 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 on the following experimental APIs: 295 on the following experimental APIs:
296 </p> 296 </p>
297 297
298 <ul> 298 <ul>
299 <li> 299 <li>
300 <a href="experimental.clipboard.html">experimental.clipboard</a></li><li> 300 <a href="experimental.clipboard.html">experimental.clipboard</a></li><li>
301 <a href="experimental.infobars.html">experimental.infobars</a></li><li> 301 <a href="experimental.infobars.html">experimental.infobars</a></li><li>
302 <a href="experimental.omnibox.html">experimental.omnibox</a></li><li> 302 <a href="experimental.omnibox.html">experimental.omnibox</a></li><li>
303 <a href="experimental.processes.html">experimental.processes</a></li><li> 303 <a href="experimental.processes.html">experimental.processes</a></li><li>
304 <a href="experimental.proxy.html">experimental.proxy</a></li><li> 304 <a href="experimental.proxy.html">experimental.proxy</a></li><li>
305 <a href="experimental.sidebar.html">experimental.sidebar</a></li> 305 <a href="experimental.sidebar.html">experimental.sidebar</a></li><li>
306 <a href="experimental.webNavigation.html">experimental.webNavigation</a></li>< li> 306 <a href="experimental.webNavigation.html">experimental.webNavigation</a></li>< li>
307 <a href="experimental.webRequest.html">experimental.webRequest</a></li> 307 <a href="experimental.webRequest.html">experimental.webRequest</a></li>
308 </ul> 308 </ul>
309 309
310 <p class="caution"> 310 <p class="caution">
311 <b>Caution:</b> 311 <b>Caution:</b>
312 Don't depend on these experimental APIs. 312 Don't depend on these experimental APIs.
313 They might disappear, 313 They might disappear,
314 and they <em>will</em> change. 314 and they <em>will</em> change.
315 Also, the extension gallery doesn't allow you to 315 Also, the extension gallery doesn't allow you to
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
438 <p> 438 <p>
439 The callback <em>parameter</em> should specify a function 439 The callback <em>parameter</em> should specify a function
440 that looks like this: 440 that looks like this:
441 </p> 441 </p>
442 <p> 442 <p>
443 If you specify the <em>callback</em> parameter, it should 443 If you specify the <em>callback</em> parameter, it should
444 specify a function that looks like this: 444 specify a function that looks like this:
445 </p> 445 </p>
446 446
447 <!-- Note: intentionally longer 80 columns --> 447 <!-- Note: intentionally longer 80 columns -->
448 <pre>function(<span>Type param1, Type param2</span>) <span cla ss="subdued">{...}</span>);</pre> 448 <pre>function(<span>Type param1, Type param2</span>) <span cla ss="subdued">{...}</span>;</pre>
449 <dl> 449 <dl>
450 <div> 450 <div>
451 <div> 451 <div>
452 </div> 452 </div>
453 </div> 453 </div>
454 </dl> 454 </dl>
455 </div> 455 </div>
456 </div> 456 </div>
457 457
458 <!-- MIN_VERSION --> 458 <!-- MIN_VERSION -->
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
555 _uff=0; 555 _uff=0;
556 urchinTracker(); 556 urchinTracker();
557 } 557 }
558 catch(e) {/* urchinTracker not available. */} 558 catch(e) {/* urchinTracker not available. */}
559 </script> 559 </script>
560 <!-- end analytics --> 560 <!-- end analytics -->
561 </div> 561 </div>
562 </div> <!-- /gc-footer --> 562 </div> <!-- /gc-footer -->
563 </div> <!-- /gc-container --> 563 </div> <!-- /gc-container -->
564 </body></html> 564 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/events.html ('k') | chrome/common/extensions/docs/experimental.clipboard.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698