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

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

Issue 465039: Extension Doc Changes (no building or testable changes) (Closed)
Patch Set: Created 11 years 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
« no previous file with comments | « chrome/common/extensions/docs/hosting.html ('k') | chrome/common/extensions/docs/index.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 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 <li><a href="api_index.html">chrome.* APIs</a></li> 182 <li><a href="api_index.html">chrome.* APIs</a></li>
183 <li><a href="api_other.html">Other APIs</a></li> 183 <li><a href="api_other.html">Other APIs</a></li>
184 </ul> 184 </ul>
185 </li> 185 </li>
186 <li><h2><a href="samples.html">Samples</a></h2></li> 186 <li><h2><a href="samples.html">Samples</a></h2></li>
187 </ul> 187 </ul>
188 </div> 188 </div>
189 189
190 <div class="g-unit" id="gc-pagecontent"> 190 <div class="g-unit" id="gc-pagecontent">
191 <div id="pageTitle"> 191 <div id="pageTitle">
192 <h1 class="page_title">i18n - Google Chrome Extensions - Google Code</h1 > 192 <h1 class="page_title">i18n</h1>
193 </div> 193 </div>
194 <!-- TABLE OF CONTENTS --> 194 <!-- TABLE OF CONTENTS -->
195 <div id="toc"> 195 <div id="toc">
196 <h2>Contents</h2> 196 <h2>Contents</h2>
197 <ol> 197 <ol>
198 <li style="display: none; "> 198 <li style="display: none; ">
199 <a>h2Name</a> 199 <a>h2Name</a>
200 <ol> 200 <ol>
201 <li> 201 <li>
202 <a>h3Name</a> 202 <a>h3Name</a>
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 </ol> 242 </ol>
243 </li> 243 </li>
244 </ol> 244 </ol>
245 </li> 245 </li>
246 </div> 246 </div>
247 </ol> 247 </ol>
248 </div> 248 </div>
249 <!-- /TABLE OF CONTENTS --> 249 <!-- /TABLE OF CONTENTS -->
250 250
251 <!-- STATIC CONTENT PLACEHOLDER --> 251 <!-- STATIC CONTENT PLACEHOLDER -->
252 <div id="static"><div id="pageData-title" class="pageData">i18n</div> 252 <div id="static"><div id="pageData-name" class="pageData">i18n</div>
253 253
254 <!-- BEGIN AUTHORED CONTENT --> 254 <!-- BEGIN AUTHORED CONTENT -->
255 <p id="classSummary"> 255 <p id="classSummary">
256 Use the <code>chrome.i18n</code> module to manipulate the i18n related browser 256 Use the <code>chrome.i18n</code> module to manipulate the i18n related browser
257 settings, such as the accept languages. 257 settings, such as the accept languages.
258 <!-- [PENDING: add when getMessage works: "or to get localized messages for the current locale."] --> 258 <!-- [PENDING: add when getMessage works: "or to get localized messages for the current locale."] -->
259 </p> 259 </p>
260 260
261 <h3 id="overview-examples">Examples</h3> 261 <h3 id="overview-examples">Examples</h3>
262 262
(...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after
616 urchinTracker(); 616 urchinTracker();
617 } 617 }
618 catch(e) {/* urchinTracker not available. */} 618 catch(e) {/* urchinTracker not available. */}
619 </script> 619 </script>
620 <!-- end analytics --> 620 <!-- end analytics -->
621 </div> 621 </div>
622 </div> <!-- /gc-footer --> 622 </div> <!-- /gc-footer -->
623 </div> <!-- /gc-container --> 623 </div> <!-- /gc-container -->
624 </body></html> 624 </body></html>
625 625
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/hosting.html ('k') | chrome/common/extensions/docs/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698