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

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