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

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

Issue 9162002: Query the current window with chrome.tabs.query using -1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nit Created 8 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/api/windows.json ('k') | chrome/common/extensions/docs/windows.html » ('j') | 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 5065 matching lines...) Expand 10 before | Expand all | Expand 10 after
5076 </span> 5076 </span>
5077 </span> 5077 </span>
5078 ) 5078 )
5079 </div> 5079 </div>
5080 5080
5081 </em> 5081 </em>
5082 </dt> 5082 </dt>
5083 <dd class="todo" style="display: none; "> 5083 <dd class="todo" style="display: none; ">
5084 Undocumented. 5084 Undocumented.
5085 </dd> 5085 </dd>
5086 <dd>The ID of the parent window.</dd> 5086 <dd>The ID of the parent window, or <a href="windows.html#property-WIN DOW_ID_CURRENT">chrome.windows.WINDOW_ID_CURRENT</a> for the <a href="windows.ht ml#current-window">current window</a>.</dd>
5087 <dd style="display: none; "> 5087 <dd style="display: none; ">
5088 This parameter was added in version 5088 This parameter was added in version
5089 <b><span></span></b>. 5089 <b><span></span></b>.
5090 You must omit this parameter in earlier versions, 5090 You must omit this parameter in earlier versions,
5091 and you may omit it in any version. If you require this 5091 and you may omit it in any version. If you require this
5092 parameter, the manifest key 5092 parameter, the manifest key
5093 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a> 5093 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
5094 can ensure that your extension won't be run in an earlier browser ve rsion. 5094 can ensure that your extension won't be run in an earlier browser ve rsion.
5095 </dd> 5095 </dd>
5096 5096
(...skipping 5113 matching lines...) Expand 10 before | Expand all | Expand 10 after
10210 _uff=0; 10210 _uff=0;
10211 urchinTracker(); 10211 urchinTracker();
10212 } 10212 }
10213 catch(e) {/* urchinTracker not available. */} 10213 catch(e) {/* urchinTracker not available. */}
10214 </script> 10214 </script>
10215 <!-- end analytics --> 10215 <!-- end analytics -->
10216 </div> 10216 </div>
10217 </div> <!-- /gc-footer --> 10217 </div> <!-- /gc-footer -->
10218 </div> <!-- /gc-container --> 10218 </div> <!-- /gc-container -->
10219 </body></html> 10219 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/windows.json ('k') | chrome/common/extensions/docs/windows.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698