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

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

Issue 8352042: Update contentSettings extension API docs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: '' Created 9 years, 2 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
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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 100
101 <div id="functionParametersTemplate"> 101 <div id="functionParametersTemplate">
102 <h5>Parameters</h5> 102 <h5>Parameters</h5>
103 <dl> 103 <dl>
104 <div> 104 <div>
105 <div> 105 <div>
106 </div> 106 </div>
107 </div> 107 </div>
108 </dl> 108 </dl>
109 </div> 109 </div>
110
111 <!-- Individual subsections from the table of contents -->
112 <ol>
113 <li id="propertiesTocTemplate">
114 <a href="#properties">Properties</a>
115 <ol>
116 <li>
117 <a href="#property-anchor">propertyName</a>
118 </li>
119 </ol>
120 </li>
121 <li id="methodsTocTemplate">
122 <a>Methods</a>
123 <ol>
124 <li>
125 <a href="#method-anchor">methodName</a>
126 </li>
127 </ol>
128 </li>
129 <li id="eventsTocTemplate">
130 <a>Events</a>
131 <ol>
132 <li>
133 <a href="#event-anchor">eventName</a>
134 </li>
135 </ol>
136 </li>
137 <li id="typesTocTemplate">
138 <a href="#types">Types</a>
139 <ol>
140 <li>
141 <a href="#id-anchor">id</a>
142 <ol>
143 <div></div>
144 <div></div>
145 </ol>
146 </li>
147 </ol>
148 </li>
149 </ol>
110 </div> <!-- /SUBTEMPLATES --> 150 </div> <!-- /SUBTEMPLATES -->
111 151
112 <a id="top"></a> 152 <a id="top"></a>
113 <div id="skipto"> 153 <div id="skipto">
114 <a href="#gc-pagecontent">Skip to page content</a> 154 <a href="#gc-pagecontent">Skip to page content</a>
115 <a href="#gc-toc">Skip to main navigation</a> 155 <a href="#gc-toc">Skip to main navigation</a>
116 </div> 156 </div>
117 <!-- API HEADER --> 157 <!-- API HEADER -->
118 <table id="header" width="100%" cellspacing="0" border="0"> 158 <table id="header" width="100%" cellspacing="0" border="0">
119 <tbody><tr> 159 <tbody><tr>
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 <a href="#examples-getMessage">Examples: getMessage</a> 329 <a href="#examples-getMessage">Examples: getMessage</a>
290 </li><li> 330 </li><li>
291 <a href="#example-accept-languages">Example: getAcceptLanguage s</a> 331 <a href="#example-accept-languages">Example: getAcceptLanguage s</a>
292 </li> 332 </li>
293 </ol> 333 </ol>
294 </li> 334 </li>
295 <li> 335 <li>
296 <a href="#apiReference">API reference: chrome.i18n</a> 336 <a href="#apiReference">API reference: chrome.i18n</a>
297 <ol> 337 <ol>
298 <li style="display: none; "> 338 <li style="display: none; ">
299 <a href="#properties">Properties</a> 339 <a href="#properties">Properties</a>
300 <ol> 340 <ol>
301 <li> 341 <li>
302 <a href="#property-anchor">propertyName</a> 342 <a href="#property-anchor">propertyName</a>
303 </li> 343 </li>
304 </ol> 344 </ol>
305 </li> 345 </li>
306 <li> 346 <li>
307 <a href="#global-methods">Methods</a> 347 <a href="#global-methods">Methods</a>
308 <ol> 348 <ol>
309 <li> 349 <li>
310 <a href="#method-getAcceptLanguages">getAcceptLanguages< /a> 350 <a href="#method-getAcceptLanguages">getAcceptLanguages</a>
311 </li><li> 351 </li><li>
312 <a href="#method-getMessage">getMessage</a> 352 <a href="#method-getMessage">getMessage</a>
313 </li> 353 </li>
314 </ol> 354 </ol>
315 </li> 355 </li>
316 <li style="display: none; "> 356 <li style="display: none; ">
317 <a>Events</a> 357 <a>Events</a>
318 <ol> 358 <ol>
319 <li> 359 <li>
320 <a href="#event-anchor">eventName</a> 360 <a href="#event-anchor">eventName</a>
321 </li> 361 </li>
322 </ol> 362 </ol>
323 </li> 363 </li>
324 <li style="display: none; "> 364 <li style="display: none; ">
325 <a href="#types">Types</a> 365 <a href="#types">Types</a>
326 <ol> 366 <ol>
327 <li> 367 <li>
328 <a href="#id-anchor">id</a> 368 <a href="#id-anchor">id</a>
329 </li> 369 <ol>
330 </ol> 370 <div></div>
331 </li> 371 <div></div>
372 </ol>
373 </li>
374 </ol>
375 </li>
332 </ol> 376 </ol>
333 </li> 377 </li>
334 </ol> 378 </ol>
335 </div> 379 </div>
336 <!-- /TABLE OF CONTENTS --> 380 <!-- /TABLE OF CONTENTS -->
337 381
338 <!-- Standard content lead-in for experimental API pages --> 382 <!-- Standard content lead-in for experimental API pages -->
339 <p id="classSummary" style="display: none; "> 383 <p id="classSummary" style="display: none; ">
340 For information on how to use experimental APIs, see the <a href="expe rimental.html">chrome.experimental.* APIs</a> page. 384 For information on how to use experimental APIs, see the <a href="expe rimental.html">chrome.experimental.* APIs</a> page.
341 </p> 385 </p>
(...skipping 1168 matching lines...) Expand 10 before | Expand all | Expand 10 after
1510 _uff=0; 1554 _uff=0;
1511 urchinTracker(); 1555 urchinTracker();
1512 } 1556 }
1513 catch(e) {/* urchinTracker not available. */} 1557 catch(e) {/* urchinTracker not available. */}
1514 </script> 1558 </script>
1515 <!-- end analytics --> 1559 <!-- end analytics -->
1516 </div> 1560 </div>
1517 </div> <!-- /gc-footer --> 1561 </div> <!-- /gc-footer -->
1518 </div> <!-- /gc-container --> 1562 </div> <!-- /gc-container -->
1519 </body></html> 1563 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698