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

Side by Side Diff: chrome/common/extensions/docs/experimental.app.html

Issue 9583023: Update extension docs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 </dl> 324 </dl>
325 <!-- CALLBACK --> 325 <!-- CALLBACK -->
326 <div> 326 <div>
327 <div> 327 <div>
328 <h4>Callback function</h4> 328 <h4>Callback function</h4>
329 <p> 329 <p>
330 If you specify the <em>callback</em> parameter, it should 330 If you specify the <em>callback</em> parameter, it should
331 specify a function that looks like this: 331 specify a function that looks like this:
332 </p> 332 </p>
333 <!-- Note: intentionally longer 80 columns --> 333 <!-- Note: intentionally longer 80 columns -->
334 <pre>function(<span>null</span>) <span class="subdued">{...}</ span>;</pre> 334 <pre>function(<span></span>) <span class="subdued">{...}</span >;</pre>
335 <dl> 335 <dl>
336 </dl> 336 </dl>
337 </div> 337 </div>
338 </div> 338 </div>
339 <!-- MIN_VERSION --> 339 <!-- MIN_VERSION -->
340 </div> <!-- /description --> 340 </div> <!-- /description -->
341 </div><div class="apiItem"> 341 </div><div class="apiItem">
342 <a name="method-notify"></a> <!-- method-anchor --> 342 <a name="method-notify"></a> <!-- method-anchor -->
343 <h4>notify</h4> 343 <h4>notify</h4>
344 <div class="summary"> 344 <div class="summary">
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
583 _uff=0; 583 _uff=0;
584 urchinTracker(); 584 urchinTracker();
585 } 585 }
586 catch(e) {/* urchinTracker not available. */} 586 catch(e) {/* urchinTracker not available. */}
587 </script> 587 </script>
588 <!-- end analytics --> 588 <!-- end analytics -->
589 </div> 589 </div>
590 </div> <!-- /gc-footer --> 590 </div> <!-- /gc-footer -->
591 </div> <!-- /gc-container --> 591 </div> <!-- /gc-container -->
592 </body></html> 592 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/examples/extensions/calculator.zip ('k') | chrome/common/extensions/docs/samples.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698