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

Side by Side Diff: chrome/common/extensions/docs/template/api_template.html

Issue 195029: Migrate information on AutoUpdate to new extensions docs.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 3 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
« no previous file with comments | « chrome/common/extensions/docs/tabs.html ('k') | chrome/common/extensions/docs/test.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <div id="container"> 1 <div id="container">
2 <!-- SUBTEMPLATES: DO NOT MOVE FROM THIS LOCATION --> 2 <!-- SUBTEMPLATES: DO NOT MOVE FROM THIS LOCATION -->
3 <!-- In particular, sub-templates that recurse, must be used by allowing 3 <!-- In particular, sub-templates that recurse, must be used by allowing
4 jstemplate to make a copy of the template in this section which 4 jstemplate to make a copy of the template in this section which
5 are not operated on by way of the jsskip="true" --> 5 are not operated on by way of the jsskip="true" -->
6 <div jsskip="true" style="display:none"> 6 <div jsskip="true" style="display:none">
7 7
8 <!-- VALUE --> 8 <!-- VALUE -->
9 <div id="valueTemplate"> 9 <div id="valueTemplate">
10 <dt> 10 <dt>
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 <li><a href="background_pages.html">Background Pages</a></li> 89 <li><a href="background_pages.html">Background Pages</a></li>
90 <li><a href="content_scripts.html">Content Scripts</a></li> 90 <li><a href="content_scripts.html">Content Scripts</a></li>
91 <li><a href="events.html">Events</a></li> 91 <li><a href="events.html">Events</a></li>
92 <li><a href="tabs.html">Tabs</a></li> 92 <li><a href="tabs.html">Tabs</a></li>
93 <li><a href="windows.html">Windows</a></li> 93 <li><a href="windows.html">Windows</a></li>
94 <li><a href="bookmarks.html">Bookmarks</a></li> 94 <li><a href="bookmarks.html">Bookmarks</a></li>
95 <li><a href="themes.html">Themes</a></li> 95 <li><a href="themes.html">Themes</a></li>
96 <li><a href="npapi.html">NPAPI Plugins</a></li> 96 <li><a href="npapi.html">NPAPI Plugins</a></li>
97 <li><a href="xhr.html">Cross-Origin XHR</a></li> 97 <li><a href="xhr.html">Cross-Origin XHR</a></li>
98 <li><a href="packaging.html">Packaging</a></li> 98 <li><a href="packaging.html">Packaging</a></li>
99 <li>Autoupdate</li> 99 <li><A href="autoupdate.html">Autoupdate</a></li>
100 </ul> 100 </ul>
101 </li> 101 </li>
102 <li><a href="tutorials.html"><div>Tutorials</div></a> 102 <li><a href="tutorials.html"><div>Tutorials</div></a>
103 <ul> 103 <ul>
104 <li><a href="tut_debugging.html">Debugging</a></li> 104 <li><a href="tut_debugging.html">Debugging</a></li>
105 </ul> 105 </ul>
106 </li> 106 </li>
107 <li>Reference 107 <li>Reference
108 <ul> 108 <ul>
109 <li> Formats</a> 109 <li> Formats</a>
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 the content of this page is licensed under the <a rel="license" 341 the content of this page is licensed under the <a rel="license"
342 href="http://creativecommons.org/licenses/by/3.0/">Creative Commons 342 href="http://creativecommons.org/licenses/by/3.0/">Creative Commons
343 Attribution 3.0 License</a>, and code samples are licensed under the 343 Attribution 3.0 License</a>, and code samples are licensed under the
344 <a rel="license" href="http://code.google.com/google_bsd_license.html">BSD Lic ense</a>. 344 <a rel="license" href="http://code.google.com/google_bsd_license.html">BSD Lic ense</a>.
345 </p> 345 </p>
346 <p> 346 <p>
347 &copy;2009 Google 347 &copy;2009 Google
348 </p> 348 </p>
349 </div> <!-- /pageFooter --> 349 </div> <!-- /pageFooter -->
350 </div> <!-- /container --> 350 </div> <!-- /container -->
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/tabs.html ('k') | chrome/common/extensions/docs/test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698