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

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

Issue 6185004: Fix a typo.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 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/extension_api.json ('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 918 matching lines...) Expand 10 before | Expand all | Expand 10 after
929 <a name="method-getBackgroundPage"></a> <!-- method-anchor --> 929 <a name="method-getBackgroundPage"></a> <!-- method-anchor -->
930 <h4>getBackgroundPage</h4> 930 <h4>getBackgroundPage</h4>
931 931
932 <div class="summary"><span>DOMWindow</span> 932 <div class="summary"><span>DOMWindow</span>
933 <!-- Note: intentionally longer 80 columns --> 933 <!-- Note: intentionally longer 80 columns -->
934 <span>chrome.extension.getBackgroundPage</span>(<span style="d isplay: none; "><span>, </span><span></span> 934 <span>chrome.extension.getBackgroundPage</span>(<span style="d isplay: none; "><span>, </span><span></span>
935 <var><span></span></var></span>)</div> 935 <var><span></span></var></span>)</div>
936 936
937 <div class="description"> 937 <div class="description">
938 <p class="todo" style="display: none; ">Undocumented.</p> 938 <p class="todo" style="display: none; ">Undocumented.</p>
939 <p>Returns the JavaScript 'window' object for the background pag e running inside the current extension. Returns null if the extension has no bac kround page.</p> 939 <p>Returns the JavaScript 'window' object for the background pag e running inside the current extension. Returns null if the extension has no bac kground page.</p>
940 940
941 <!-- PARAMETERS --> 941 <!-- PARAMETERS -->
942 <h4>Parameters</h4> 942 <h4>Parameters</h4>
943 <dl> 943 <dl>
944 <div style="display: none; "> 944 <div style="display: none; ">
945 <div> 945 <div>
946 </div> 946 </div>
947 </div> 947 </div>
948 </dl> 948 </dl>
949 949
(...skipping 2627 matching lines...) Expand 10 before | Expand all | Expand 10 after
3577 _uff=0; 3577 _uff=0;
3578 urchinTracker(); 3578 urchinTracker();
3579 } 3579 }
3580 catch(e) {/* urchinTracker not available. */} 3580 catch(e) {/* urchinTracker not available. */}
3581 </script> 3581 </script>
3582 <!-- end analytics --> 3582 <!-- end analytics -->
3583 </div> 3583 </div>
3584 </div> <!-- /gc-footer --> 3584 </div> <!-- /gc-footer -->
3585 </div> <!-- /gc-container --> 3585 </div> <!-- /gc-container -->
3586 </body></html> 3586 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/extension_api.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698