| OLD | NEW |
| 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 316 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 327 the call, no matter what the topmost window is. | 327 the call, no matter what the topmost window is. |
| 328 </p> | 328 </p> |
| 329 | 329 |
| 330 <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>, |
| 331 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. |
| 332 </p> | 332 </p> |
| 333 | 333 |
| 334 <h2 id="examples"> Examples </h2> | 334 <h2 id="examples"> Examples </h2> |
| 335 | 335 |
| 336 <p> | 336 <p> |
| 337 You can find an example of using the windows module in the | 337 You can find simple examples 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/windows/">examples/api/windows</a> |
| 339 directory. |
| 340 Another example is 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 | 341 <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 | 342 of the |
| 340 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extension
s/docs/examples/api/tabs/inspector/">inspector</a> | 343 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extension
s/docs/examples/api/tabs/inspector/">inspector</a> |
| 341 example. | 344 example. |
| 342 For other examples and for help in viewing the source code, see | 345 For other examples and for help in viewing the source code, see |
| 343 <a href="samples.html">Samples</a>. | 346 <a href="samples.html">Samples</a>. |
| 344 </p> | 347 </p> |
| 345 | 348 |
| 346 <!-- END AUTHORED CONTENT --> | 349 <!-- END AUTHORED CONTENT --> |
| 347 </div> | 350 </div> |
| (...skipping 2204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2552 _uff=0; | 2555 _uff=0; |
| 2553 urchinTracker(); | 2556 urchinTracker(); |
| 2554 } | 2557 } |
| 2555 catch(e) {/* urchinTracker not available. */} | 2558 catch(e) {/* urchinTracker not available. */} |
| 2556 </script> | 2559 </script> |
| 2557 <!-- end analytics --> | 2560 <!-- end analytics --> |
| 2558 </div> | 2561 </div> |
| 2559 </div> <!-- /gc-footer --> | 2562 </div> <!-- /gc-footer --> |
| 2560 </div> <!-- /gc-container --> | 2563 </div> <!-- /gc-container --> |
| 2561 </body></html> | 2564 </body></html> |
| OLD | NEW |