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

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

Issue 600148: Merge 39116 - Add Paul Kinlan's windows API example.... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/249s/src/
Patch Set: Created 10 years, 10 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
OLDNEW
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
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 -->
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698