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

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

Issue 503073: Merge 35104 - Extension Doc Changes (no building or testable changes)... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/249/src/
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 | 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 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 </li> 201 </li>
202 </ol> 202 </ol>
203 </li><li> 203 </li><li>
204 <a href="#current-window">The current window</a> 204 <a href="#current-window">The current window</a>
205 <ol> 205 <ol>
206 <li style="display: none; "> 206 <li style="display: none; ">
207 <a>h3Name</a> 207 <a>h3Name</a>
208 </li> 208 </li>
209 </ol> 209 </ol>
210 </li> 210 </li>
211 <div>
212 <li> 211 <li>
213 <a href="#apiReference">API reference: chrome.windows</a> 212 <a href="#apiReference">API reference: chrome.windows</a>
214 <ol> 213 <ol>
215 <li style="display: none; "> 214 <li style="display: none; ">
216 <a href="#properties">Properties</a> 215 <a href="#properties">Properties</a>
217 <ol> 216 <ol>
218 <li> 217 <li>
219 <a href="#property-anchor">propertyName</a> 218 <a href="#property-anchor">propertyName</a>
220 </li> 219 </li>
221 </ol> 220 </ol>
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 <li> 254 <li>
256 <a href="#types">Types</a> 255 <a href="#types">Types</a>
257 <ol> 256 <ol>
258 <li> 257 <li>
259 <a href="#type-Window">Window</a> 258 <a href="#type-Window">Window</a>
260 </li> 259 </li>
261 </ol> 260 </ol>
262 </li> 261 </li>
263 </ol> 262 </ol>
264 </li> 263 </li>
265 </div>
266 </ol> 264 </ol>
267 </div> 265 </div>
268 <!-- /TABLE OF CONTENTS --> 266 <!-- /TABLE OF CONTENTS -->
269 267
270 <!-- STATIC CONTENT PLACEHOLDER --> 268 <!-- STATIC CONTENT PLACEHOLDER -->
271 <div id="static"><div id="pageData-name" class="pageData">Windows</div> 269 <div id="static"><div id="pageData-name" class="pageData">Windows</div>
272 270
273 <!-- BEGIN AUTHORED CONTENT --> 271 <!-- BEGIN AUTHORED CONTENT -->
274 <p id="classSummary"> 272 <p id="classSummary">
275 Use the <code>chrome.windows</code> module 273 Use the <code>chrome.windows</code> module
(...skipping 2258 matching lines...) Expand 10 before | Expand all | Expand 10 after
2534 urchinTracker(); 2532 urchinTracker();
2535 } 2533 }
2536 catch(e) {/* urchinTracker not available. */} 2534 catch(e) {/* urchinTracker not available. */}
2537 </script> 2535 </script>
2538 <!-- end analytics --> 2536 <!-- end analytics -->
2539 </div> 2537 </div>
2540 </div> <!-- /gc-footer --> 2538 </div> <!-- /gc-footer -->
2541 </div> <!-- /gc-container --> 2539 </div> <!-- /gc-container -->
2542 </body></html> 2540 </body></html>
2543 2541
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