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

Side by Side Diff: chrome/common/extensions/docs/windows.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
« 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 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 <a href="#type-Window">Window</a> 289 <a href="#type-Window">Window</a>
290 </li> 290 </li>
291 </ol> 291 </ol>
292 </li> 292 </li>
293 </ol> 293 </ol>
294 </li> 294 </li>
295 </ol> 295 </ol>
296 </div> 296 </div>
297 <!-- /TABLE OF CONTENTS --> 297 <!-- /TABLE OF CONTENTS -->
298 298
299 <!-- Standard content lead-in for experimental API pages -->
300 <p id="classSummary" style="display: none; ">
301 For information on how to use experimental APIs, see the <a href="expe rimental.html">chrome.experimental.* APIs</a> page.
302 </p>
303
299 <!-- STATIC CONTENT PLACEHOLDER --> 304 <!-- STATIC CONTENT PLACEHOLDER -->
300 <div id="static"><div id="pageData-name" class="pageData">Windows</div> 305 <div id="static"><div id="pageData-name" class="pageData">Windows</div>
301 306
302 <!-- BEGIN AUTHORED CONTENT --> 307 <!-- BEGIN AUTHORED CONTENT -->
303 <p id="classSummary"> 308 <p id="classSummary">
304 Use the <code>chrome.windows</code> module 309 Use the <code>chrome.windows</code> module
305 to interact with browser windows. 310 to interact with browser windows.
306 You can use this module to 311 You can use this module to
307 create, modify, and rearrange windows in the browser. 312 create, modify, and rearrange windows in the browser.
308 </p> 313 </p>
(...skipping 3017 matching lines...) Expand 10 before | Expand all | Expand 10 after
3326 _uff=0; 3331 _uff=0;
3327 urchinTracker(); 3332 urchinTracker();
3328 } 3333 }
3329 catch(e) {/* urchinTracker not available. */} 3334 catch(e) {/* urchinTracker not available. */}
3330 </script> 3335 </script>
3331 <!-- end analytics --> 3336 <!-- end analytics -->
3332 </div> 3337 </div>
3333 </div> <!-- /gc-footer --> 3338 </div> <!-- /gc-footer -->
3334 </div> <!-- /gc-container --> 3339 </div> <!-- /gc-container -->
3335 </body></html> 3340 </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