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

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

Issue 2881038: Extension doc changes (nothing buildable or testable) - Add boilerplate line for experimental api... (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: render docs Created 10 years, 5 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
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 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 <a href="#type-Tab">Tab</a> 304 <a href="#type-Tab">Tab</a>
305 </li> 305 </li>
306 </ol> 306 </ol>
307 </li> 307 </li>
308 </ol> 308 </ol>
309 </li> 309 </li>
310 </ol> 310 </ol>
311 </div> 311 </div>
312 <!-- /TABLE OF CONTENTS --> 312 <!-- /TABLE OF CONTENTS -->
313 313
314 <!-- Standard content lead-in for experimental API pages -->
315 <p id="classSummary" style="display: none; ">
316 For information on how to use experimental APIs, see the <a href="expe rimental.html">chrome.experimental.* APIs</a> page.
317 </p>
318
314 <!-- STATIC CONTENT PLACEHOLDER --> 319 <!-- STATIC CONTENT PLACEHOLDER -->
315 <div id="static"><div id="pageData-name" class="pageData">Tabs</div> 320 <div id="static"><div id="pageData-name" class="pageData">Tabs</div>
316 321
317 <!-- BEGIN AUTHORED CONTENT --> 322 <!-- BEGIN AUTHORED CONTENT -->
318 <p id="classSummary"> 323 <p id="classSummary">
319 Use the <code>chrome.tabs</code> module 324 Use the <code>chrome.tabs</code> module
320 to interact with the browser's tab system. 325 to interact with the browser's tab system.
321 You can use this module to 326 You can use this module to
322 create, modify, and rearrange tabs in the browser. 327 create, modify, and rearrange tabs in the browser.
323 </p> 328 </p>
(...skipping 6055 matching lines...) Expand 10 before | Expand all | Expand 10 after
6379 _uff=0; 6384 _uff=0;
6380 urchinTracker(); 6385 urchinTracker();
6381 } 6386 }
6382 catch(e) {/* urchinTracker not available. */} 6387 catch(e) {/* urchinTracker not available. */}
6383 </script> 6388 </script>
6384 <!-- end analytics --> 6389 <!-- end analytics -->
6385 </div> 6390 </div>
6386 </div> <!-- /gc-footer --> 6391 </div> <!-- /gc-footer -->
6387 </div> <!-- /gc-container --> 6392 </div> <!-- /gc-container -->
6388 </body></html> 6393 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698