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

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

Issue 8662010: Rename chrome.experimental.webRequest to chrome.webRequest and chrome.webRequestBlocking (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Regenerated documentation Created 9 years 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 <!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 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 </li> 321 </li>
322 </ol> 322 </ol>
323 </li> 323 </li>
324 <li> 324 <li>
325 <a href="#global-methods">Methods</a> 325 <a href="#global-methods">Methods</a>
326 <ol> 326 <ol>
327 <li> 327 <li>
328 <a href="#method-connect">connect</a> 328 <a href="#method-connect">connect</a>
329 </li><li> 329 </li><li>
330 <a href="#method-getBackgroundPage">getBackgroundPage</a> 330 <a href="#method-getBackgroundPage">getBackgroundPage</a>
331 </li><li style="display: none; "> 331 </li><li>
332 <a href="#method-anchor">methodName</a> 332 <a href="#method-anchor">methodName</a>
333 </li><li> 333 </li><li>
334 <a href="#method-getURL">getURL</a> 334 <a href="#method-getURL">getURL</a>
335 </li><li> 335 </li><li>
336 <a href="#method-getViews">getViews</a> 336 <a href="#method-getViews">getViews</a>
337 </li><li> 337 </li><li>
338 <a href="#method-isAllowedFileSchemeAccess">isAllowedFileSchemeA ccess</a> 338 <a href="#method-isAllowedFileSchemeAccess">isAllowedFileSchemeA ccess</a>
339 </li><li> 339 </li><li>
340 <a href="#method-isAllowedIncognitoAccess">isAllowedIncognitoAcc ess</a> 340 <a href="#method-isAllowedIncognitoAccess">isAllowedIncognitoAcc ess</a>
341 </li><li> 341 </li><li>
342 <a href="#method-sendRequest">sendRequest</a> 342 <a href="#method-sendRequest">sendRequest</a>
343 </li><li> 343 </li><li style="">
344 <a href="#method-setUpdateUrlData">setUpdateUrlData</a> 344 <a href="#method-setUpdateUrlData">setUpdateUrlData</a>
345 </li> 345 </li>
346 </ol> 346 </ol>
347 </li> 347 </li>
348 <li> 348 <li>
349 <a href="#global-events">Events</a> 349 <a href="#global-events">Events</a>
350 <ol> 350 <ol>
351 <li> 351 <li>
352 <a href="#event-onConnect">onConnect</a> 352 <a href="#event-onConnect">onConnect</a>
353 </li><li> 353 </li><li>
(...skipping 819 matching lines...) Expand 10 before | Expand all | Expand 10 after
1173 1173
1174 <!-- MIN_VERSION --> 1174 <!-- MIN_VERSION -->
1175 <p style="display: none; "> 1175 <p style="display: none; ">
1176 This function was added in version <b><span></span></b>. 1176 This function was added in version <b><span></span></b>.
1177 If you require this function, the manifest key 1177 If you require this function, the manifest key
1178 <a href="manifest.html#minimum_chrome_version">minimum_chrome_ version</a> 1178 <a href="manifest.html#minimum_chrome_version">minimum_chrome_ version</a>
1179 can ensure that your extension won't be run in an earlier brow ser version. 1179 can ensure that your extension won't be run in an earlier brow ser version.
1180 </p> 1180 </p>
1181 </div> <!-- /description --> 1181 </div> <!-- /description -->
1182 1182
1183 </div><div class="apiItem" style="display: none; "> 1183 </div><div class="apiItem">
1184 <a></a> <!-- method-anchor --> 1184 <a></a> <!-- method-anchor -->
1185 <h4>method name</h4> 1185 <h4>method name</h4>
1186 1186
1187 <div class="summary"><span>void</span> 1187 <div class="summary"><span>void</span>
1188 <!-- Note: intentionally longer 80 columns --> 1188 <!-- Note: intentionally longer 80 columns -->
1189 <span>chrome.module.methodName</span>(<span><span>, </span><sp an></span> 1189 <span>chrome.module.methodName</span>(<span><span>, </span><sp an></span>
1190 <var><span></span></var></span>)</div> 1190 <var><span></span></var></span>)</div>
1191 1191
1192 <div class="description"> 1192 <div class="description">
1193 <p class="todo">Undocumented.</p> 1193 <p class="todo">Undocumented.</p>
(...skipping 1380 matching lines...) Expand 10 before | Expand all | Expand 10 after
2574 2574
2575 <!-- MIN_VERSION --> 2575 <!-- MIN_VERSION -->
2576 <p style="display: none; "> 2576 <p style="display: none; ">
2577 This function was added in version <b><span></span></b>. 2577 This function was added in version <b><span></span></b>.
2578 If you require this function, the manifest key 2578 If you require this function, the manifest key
2579 <a href="manifest.html#minimum_chrome_version">minimum_chrome_ version</a> 2579 <a href="manifest.html#minimum_chrome_version">minimum_chrome_ version</a>
2580 can ensure that your extension won't be run in an earlier brow ser version. 2580 can ensure that your extension won't be run in an earlier brow ser version.
2581 </p> 2581 </p>
2582 </div> <!-- /description --> 2582 </div> <!-- /description -->
2583 2583
2584 </div><div class="apiItem"> 2584 </div><div class="apiItem" style="">
2585 <a name="method-setUpdateUrlData"></a> <!-- method-anchor --> 2585 <a name="method-setUpdateUrlData"></a> <!-- method-anchor -->
2586 <h4>setUpdateUrlData</h4> 2586 <h4>setUpdateUrlData</h4>
2587 2587
2588 <div class="summary"><span style="display: none; ">void</span> 2588 <div class="summary"><span style="display: none; ">void</span>
2589 <!-- Note: intentionally longer 80 columns --> 2589 <!-- Note: intentionally longer 80 columns -->
2590 <span>chrome.extension.setUpdateUrlData</span>(<span class="nu ll"><span style="display: none; ">, </span><span>string</span> 2590 <span>chrome.extension.setUpdateUrlData</span>(<span class="nu ll"><span style="display: none; ">, </span><span>string</span>
2591 <var><span>data</span></var></span>)</div> 2591 <var><span>data</span></var></span>)</div>
2592 2592
2593 <div class="description"> 2593 <div class="description">
2594 <p class="todo" style="display: none; ">Undocumented.</p> 2594 <p class="todo" style="display: none; ">Undocumented.</p>
(...skipping 1865 matching lines...) Expand 10 before | Expand all | Expand 10 after
4460 _uff=0; 4460 _uff=0;
4461 urchinTracker(); 4461 urchinTracker();
4462 } 4462 }
4463 catch(e) {/* urchinTracker not available. */} 4463 catch(e) {/* urchinTracker not available. */}
4464 </script> 4464 </script>
4465 <!-- end analytics --> 4465 <!-- end analytics -->
4466 </div> 4466 </div>
4467 </div> <!-- /gc-footer --> 4467 </div> <!-- /gc-footer -->
4468 </div> <!-- /gc-container --> 4468 </div> <!-- /gc-container -->
4469 </body></html> 4469 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/experimental.webRequest.html ('k') | chrome/common/extensions/docs/manifest.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698