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

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

Issue 339041: Rename getTabContentses to getExtensionTabs. (Closed)
Patch Set: Update docs Created 11 years, 1 month 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
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 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 </ol> 181 </ol>
182 </li> 182 </li>
183 <li> 183 <li>
184 <a href="#methods">Methods</a> 184 <a href="#methods">Methods</a>
185 <ol> 185 <ol>
186 <li jsinstance="0"> 186 <li jsinstance="0">
187 <a href="#method-connect">connect</a> 187 <a href="#method-connect">connect</a>
188 </li><li jsinstance="1"> 188 </li><li jsinstance="1">
189 <a href="#method-getBackgroundPage">getBackgroundPage</a > 189 <a href="#method-getBackgroundPage">getBackgroundPage</a >
190 </li><li jsinstance="2"> 190 </li><li jsinstance="2">
191 <a href="#method-getTabContentses">getTabContentses</a> 191 <a href="#method-getExtensionTabs">getExtensionTabs</a>
192 </li><li jsinstance="3"> 192 </li><li jsinstance="3">
193 <a href="#method-getToolstrips">getToolstrips</a> 193 <a href="#method-getToolstrips">getToolstrips</a>
194 </li><li jsinstance="4"> 194 </li><li jsinstance="4">
195 <a href="#method-getURL">getURL</a> 195 <a href="#method-getURL">getURL</a>
196 </li><li jsinstance="5"> 196 </li><li jsinstance="5">
197 <a href="#method-getViews">getViews</a> 197 <a href="#method-getViews">getViews</a>
198 </li><li jsinstance="*6"> 198 </li><li jsinstance="*6">
199 <a href="#method-sendRequest">sendRequest</a> 199 <a href="#method-sendRequest">sendRequest</a>
200 </li> 200 </li>
201 </ol> 201 </ol>
(...skipping 468 matching lines...) Expand 10 before | Expand all | Expand 10 after
670 <div> 670 <div>
671 </div> 671 </div>
672 </div> 672 </div>
673 </dl> 673 </dl>
674 </div> 674 </div>
675 </div> 675 </div>
676 676
677 </div> <!-- /description --> 677 </div> <!-- /description -->
678 678
679 </div><div class="apiItem" jsinstance="2"> 679 </div><div class="apiItem" jsinstance="2">
680 <a name="method-getTabContentses"></a> <!-- method-anchor --> 680 <a name="method-getExtensionTabs"></a> <!-- method-anchor -->
681 <h4>getTabContentses</h4> 681 <h4>getExtensionTabs</h4>
682 682
683 <div class="summary"><span>array of object</span> 683 <div class="summary"><span>array of object</span>
684 <!-- Note: intentionally longer 80 columns --> 684 <!-- Note: intentionally longer 80 columns -->
685 <span>chrome.extension.getTabContentses</span>(<span jsinstanc e="*0" class="optional"><span style="display: none; ">, </span><span>integer</sp an> 685 <span>chrome.extension.getExtensionTabs</span>(<span jsinstanc e="*0" class="optional"><span style="display: none; ">, </span><span>integer</sp an>
686 <var><span>windowId</span></var></span>)</div> 686 <var><span>windowId</span></var></span>)</div>
687 687
688 <div class="description"> 688 <div class="description">
689 <p class="todo" style="display: none; ">Undocumented.</p> 689 <p class="todo" style="display: none; ">Undocumented.</p>
690 <p>Returns an array of the global JavaScript objects for each of the tab contents views running inside the current extension. If windowId is spe cified, returns only the tab contentses attached to the specified window.</p> 690 <p>Returns an array of the global JavaScript objects for each of the tab contents views running inside the current extension. If windowId is spe cified, returns only the tab contentses attached to the specified window.</p>
691 691
692 <!-- PARAMETERS --> 692 <!-- PARAMETERS -->
693 <h4>Parameters</h4> 693 <h4>Parameters</h4>
694 <dl> 694 <dl>
695 <div jsinstance="*0"> 695 <div jsinstance="*0">
(...skipping 1400 matching lines...) Expand 10 before | Expand all | Expand 10 after
2096 urchinTracker(); 2096 urchinTracker();
2097 } 2097 }
2098 catch(e) {/* urchinTracker not available. */} 2098 catch(e) {/* urchinTracker not available. */}
2099 </script> 2099 </script>
2100 <!-- end analytics --> 2100 <!-- end analytics -->
2101 2101
2102 </div> <!-- /pageFooter --> 2102 </div> <!-- /pageFooter -->
2103 </div> <!-- /container --> 2103 </div> <!-- /container -->
2104 </body></html> 2104 </body></html>
2105 2105
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/README.txt ('k') | chrome/renderer/resources/extension_process_bindings.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698