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

Side by Side Diff: chrome/common/extensions/docs/autoupdate.html

Issue 2881038: Extension doc changes (nothing buildable or testable) - Add boilerplate line for experimental api... (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: render docs 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
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 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 <a href="#id-anchor">id</a> 294 <a href="#id-anchor">id</a>
295 </li> 295 </li>
296 </ol> 296 </ol>
297 </li> 297 </li>
298 </ol> 298 </ol>
299 </li> 299 </li>
300 </ol> 300 </ol>
301 </div> 301 </div>
302 <!-- /TABLE OF CONTENTS --> 302 <!-- /TABLE OF CONTENTS -->
303 303
304 <!-- Standard content lead-in for experimental API pages -->
305 <p id="classSummary" style="display: none; ">
306 For information on how to use experimental APIs, see the <a href="expe rimental.html">chrome.experimental.* APIs</a> page.
307 </p>
308
304 <!-- STATIC CONTENT PLACEHOLDER --> 309 <!-- STATIC CONTENT PLACEHOLDER -->
305 <div id="static"><div id="pageData-name" class="pageData">Autoupdating</ div> 310 <div id="static"><div id="pageData-name" class="pageData">Autoupdating</ div>
306 <div id="pageData-showTOC" class="pageData">true</div> 311 <div id="pageData-showTOC" class="pageData">true</div>
307 312
308 <p>We want extensions to be autoupdated for some of the same reasons as Google C hrome itself: to incorporate bug and security fixes, add new features or perform ance enhancements, and improve user interfaces.</p> 313 <p>We want extensions to be autoupdated for some of the same reasons as Google C hrome itself: to incorporate bug and security fixes, add new features or perform ance enhancements, and improve user interfaces.</p>
309 314
310 <p>If you distribute your extension using the <a href="https://chrome.google.com /extensions">gallery</a>, you can <em>ignore this page</em>. You can use a web i nterface to release updated versions of your extension.</p> 315 <p>If you distribute your extension using the <a href="https://chrome.google.com /extensions">gallery</a>, you can <em>ignore this page</em>. You can use a web i nterface to release updated versions of your extension.</p>
311 316
312 <p>If you want to host your extension somewhere other than the gallery, keep rea ding. 317 <p>If you want to host your extension somewhere other than the gallery, keep rea ding.
313 You should also read <a href="hosting.html">Hosting</a> and 318 You should also read <a href="hosting.html">Hosting</a> and
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
598 _uff=0; 603 _uff=0;
599 urchinTracker(); 604 urchinTracker();
600 } 605 }
601 catch(e) {/* urchinTracker not available. */} 606 catch(e) {/* urchinTracker not available. */}
602 </script> 607 </script>
603 <!-- end analytics --> 608 <!-- end analytics -->
604 </div> 609 </div>
605 </div> <!-- /gc-footer --> 610 </div> <!-- /gc-footer -->
606 </div> <!-- /gc-container --> 611 </div> <!-- /gc-container -->
607 </body></html> 612 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/api_other.html ('k') | chrome/common/extensions/docs/background_pages.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698