| OLD | NEW |
| 1 <div id="pageData-name" class="pageData">Windows</div> | 1 <div id="pageData-name" class="pageData">Windows</div> |
| 2 | 2 |
| 3 <!-- BEGIN AUTHORED CONTENT --> | 3 <!-- BEGIN AUTHORED CONTENT --> |
| 4 <p id="classSummary"> | 4 <p id="classSummary"> |
| 5 Use the <code>chrome.windows</code> module | 5 Use the <code>chrome.windows</code> module |
| 6 to interact with browser windows. | 6 to interact with browser windows. |
| 7 You can use this module to | 7 You can use this module to |
| 8 create, modify, and rearrange windows in the browser. | 8 create, modify, and rearrange windows in the browser. |
| 9 </p> | 9 </p> |
| 10 | 10 |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 the call, no matter what the topmost window is. | 51 the call, no matter what the topmost window is. |
| 52 </p> | 52 </p> |
| 53 | 53 |
| 54 <p>In the case of the <a href="background_pages.html">background page</a>, | 54 <p>In the case of the <a href="background_pages.html">background page</a>, |
| 55 the value of the current window falls back to the topmost window. | 55 the value of the current window falls back to the topmost window. |
| 56 </p> | 56 </p> |
| 57 | 57 |
| 58 <h2 id="examples"> Examples </h2> | 58 <h2 id="examples"> Examples </h2> |
| 59 | 59 |
| 60 <p> | 60 <p> |
| 61 You can find an example of using the windows module in the | 61 You can find simple examples of using the windows module in the |
| 62 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extension
s/docs/examples/api/windows/">examples/api/windows</a> |
| 63 directory. |
| 64 Another example is in the |
| 62 <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 | 65 <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 |
| 63 of the | 66 of the |
| 64 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extension
s/docs/examples/api/tabs/inspector/">inspector</a> | 67 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extension
s/docs/examples/api/tabs/inspector/">inspector</a> |
| 65 example. | 68 example. |
| 66 For other examples and for help in viewing the source code, see | 69 For other examples and for help in viewing the source code, see |
| 67 <a href="samples.html">Samples</a>. | 70 <a href="samples.html">Samples</a>. |
| 68 </p> | 71 </p> |
| 69 | 72 |
| 70 <!-- END AUTHORED CONTENT --> | 73 <!-- END AUTHORED CONTENT --> |
| OLD | NEW |