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

Side by Side Diff: chrome/common/extensions/docs/windows.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/tutorials.html ('k') | chrome/common/extensions/docs/xhr.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 <!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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 <li><a href="events.html">Events</a></li> 144 <li><a href="events.html">Events</a></li>
145 <li><a href="tabs.html">Tabs</a></li> 145 <li><a href="tabs.html">Tabs</a></li>
146 <li class="leftNavSelected">Windows</li> 146 <li class="leftNavSelected">Windows</li>
147 </ul> 147 </ul>
148 </li> 148 </li>
149 <li>Implementation 149 <li>Implementation
150 <ul> 150 <ul>
151 <li><a href="background_pages.html">Background Pages</a></li> 151 <li><a href="background_pages.html">Background Pages</a></li>
152 <li><a href="content_scripts.html">Content Scripts</a></li> 152 <li><a href="content_scripts.html">Content Scripts</a></li>
153 <li><a href="xhr.html">Cross-Origin XHR</a></li> 153 <li><a href="xhr.html">Cross-Origin XHR</a></li>
154 <li><a href="i18n.html">Internationalization</a></li>
154 <li><a href="messaging.html">Message Passing</a></li> 155 <li><a href="messaging.html">Message Passing</a></li>
155 <li><a href="npapi.html">NPAPI Plugins</a></li> 156 <li><a href="npapi.html">NPAPI Plugins</a></li>
156 </ul> 157 </ul>
157 </li> 158 </li>
158 <li>Finishing 159 <li>Finishing
159 <ul> 160 <ul>
160 <li><a href="autoupdate.html">Autoupdating</a></li> 161 <li><a href="autoupdate.html">Autoupdating</a></li>
161 <li><a href="packaging.html">Packaging</a></li> 162 <li><a href="packaging.html">Packaging</a></li>
162 </ul> 163 </ul>
163 </li> 164 </li>
(...skipping 2367 matching lines...) Expand 10 before | Expand all | Expand 10 after
2531 _uff=0; 2532 _uff=0;
2532 urchinTracker(); 2533 urchinTracker();
2533 } 2534 }
2534 catch(e) {/* urchinTracker not available. */} 2535 catch(e) {/* urchinTracker not available. */}
2535 </script> 2536 </script>
2536 <!-- end analytics --> 2537 <!-- end analytics -->
2537 </div> 2538 </div>
2538 </div> <!-- /gc-footer --> 2539 </div> <!-- /gc-footer -->
2539 </div> <!-- /gc-container --> 2540 </div> <!-- /gc-container -->
2540 </body></html> 2541 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/tutorials.html ('k') | chrome/common/extensions/docs/xhr.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698