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

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

Issue 552172: The windows API had no pointers to examples.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 11 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
« no previous file with comments | « chrome/common/extensions/docs/static/windows.html ('k') | no next file » | 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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 <a>h3Name</a> 202 <a>h3Name</a>
203 </li> 203 </li>
204 </ol> 204 </ol>
205 </li><li> 205 </li><li>
206 <a href="#current-window">The current window</a> 206 <a href="#current-window">The current window</a>
207 <ol> 207 <ol>
208 <li style="display: none; "> 208 <li style="display: none; ">
209 <a>h3Name</a> 209 <a>h3Name</a>
210 </li> 210 </li>
211 </ol> 211 </ol>
212 </li><li>
213 <a href="#examples"> Examples </a>
214 <ol>
215 <li style="display: none; ">
216 <a>h3Name</a>
217 </li>
218 </ol>
212 </li> 219 </li>
213 <li> 220 <li>
214 <a href="#apiReference">API reference: chrome.windows</a> 221 <a href="#apiReference">API reference: chrome.windows</a>
215 <ol> 222 <ol>
216 <li style="display: none; "> 223 <li style="display: none; ">
217 <a href="#properties">Properties</a> 224 <a href="#properties">Properties</a>
218 <ol> 225 <ol>
219 <li> 226 <li>
220 <a href="#property-anchor">propertyName</a> 227 <a href="#property-anchor">propertyName</a>
221 </li> 228 </li>
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 contains a call to 324 contains a call to
318 <a href="tabs.html#method-getSelected">chrome.tabs.getSelected</a>. 325 <a href="tabs.html#method-getSelected">chrome.tabs.getSelected</a>.
319 The current window is the window that contains the page that made 326 The current window is the window that contains the page that made
320 the call, no matter what the topmost window is. 327 the call, no matter what the topmost window is.
321 </p> 328 </p>
322 329
323 <p>In the case of the <a href="background_pages.html">background page</a>, 330 <p>In the case of the <a href="background_pages.html">background page</a>,
324 the value of the current window falls back to the topmost window. 331 the value of the current window falls back to the topmost window.
325 </p> 332 </p>
326 333
334 <h2 id="examples"> Examples </h2>
335
336 <p>
337 You can find an example of using the windows module in the
338 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extension s/docs/examples/api/tabs/inspector/tabs_api.html?content-type=text/plain">tabs_a pi.html</a> file
339 of the
340 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extension s/docs/examples/api/tabs/inspector/">inspector</a>
341 example.
342 For other examples and for help in viewing the source code, see
343 <a href="samples.html">Samples</a>.
344 </p>
345
327 <!-- END AUTHORED CONTENT --> 346 <!-- END AUTHORED CONTENT -->
328 </div> 347 </div>
329 348
330 <!-- API PAGE --> 349 <!-- API PAGE -->
331 <div class="apiPage"> 350 <div class="apiPage">
332 <a name="apiReference"></a> 351 <a name="apiReference"></a>
333 <h2>API reference: chrome.windows</h2> 352 <h2>API reference: chrome.windows</h2>
334 353
335 <!-- PROPERTIES --> 354 <!-- PROPERTIES -->
336 <div class="apiGroup" style="display: none; "> 355 <div class="apiGroup" style="display: none; ">
(...skipping 2196 matching lines...) Expand 10 before | Expand all | Expand 10 after
2533 _uff=0; 2552 _uff=0;
2534 urchinTracker(); 2553 urchinTracker();
2535 } 2554 }
2536 catch(e) {/* urchinTracker not available. */} 2555 catch(e) {/* urchinTracker not available. */}
2537 </script> 2556 </script>
2538 <!-- end analytics --> 2557 <!-- end analytics -->
2539 </div> 2558 </div>
2540 </div> <!-- /gc-footer --> 2559 </div> <!-- /gc-footer -->
2541 </div> <!-- /gc-container --> 2560 </div> <!-- /gc-container -->
2542 </body></html> 2561 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/static/windows.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698