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

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

Issue 525077: First pass at expanded i18n doc.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 11 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="gc-container" class="labs"> 1 <div id="gc-container" class="labs">
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 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 <li><a href="events.html">Events</a></li> 131 <li><a href="events.html">Events</a></li>
132 <li><a href="tabs.html">Tabs</a></li> 132 <li><a href="tabs.html">Tabs</a></li>
133 <li><a href="windows.html">Windows</a></li> 133 <li><a href="windows.html">Windows</a></li>
134 </ul> 134 </ul>
135 </li> 135 </li>
136 <li>Implementation 136 <li>Implementation
137 <ul> 137 <ul>
138 <li><a href="background_pages.html">Background Pages</a></li> 138 <li><a href="background_pages.html">Background Pages</a></li>
139 <li><a href="content_scripts.html">Content Scripts</a></li> 139 <li><a href="content_scripts.html">Content Scripts</a></li>
140 <li><a href="xhr.html">Cross-Origin XHR</a></li> 140 <li><a href="xhr.html">Cross-Origin XHR</a></li>
141 <li><a href="i18n.html">Internationalization</a></li>
141 <li><a href="messaging.html">Message Passing</a></li> 142 <li><a href="messaging.html">Message Passing</a></li>
142 <li><a href="npapi.html">NPAPI Plugins</a></li> 143 <li><a href="npapi.html">NPAPI Plugins</a></li>
143 </ul> 144 </ul>
144 </li> 145 </li>
145 <li>Finishing 146 <li>Finishing
146 <ul> 147 <ul>
147 <li><a href="autoupdate.html">Autoupdating</a></li> 148 <li><a href="autoupdate.html">Autoupdating</a></li>
148 <li><a href="packaging.html">Packaging</a></li> 149 <li><a href="packaging.html">Packaging</a></li>
149 </ul> 150 </ul>
150 </li> 151 </li>
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 _uanchor=1; 427 _uanchor=1;
427 _uff=0; 428 _uff=0;
428 urchinTracker(); 429 urchinTracker();
429 } 430 }
430 catch(e) {/* urchinTracker not available. */} 431 catch(e) {/* urchinTracker not available. */}
431 </script> 432 </script>
432 <!-- end analytics --> 433 <!-- end analytics -->
433 </div> 434 </div>
434 </div> <!-- /gc-footer --> 435 </div> <!-- /gc-footer -->
435 </div> <!-- /gc-container --> 436 </div> <!-- /gc-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