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

Side by Side Diff: chrome/common/extensions/docs/experimental.webRequest.html

Issue 7741014: Fix mismatch about tabId in code and webrequest API documentation if requests don't belong to a tab (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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 2831 matching lines...) Expand 10 before | Expand all | Expand 10 after
2842 </span> 2842 </span>
2843 </span> 2843 </span>
2844 ) 2844 )
2845 </div> 2845 </div>
2846 2846
2847 </em> 2847 </em>
2848 </dt> 2848 </dt>
2849 <dd class="todo" style="display: none; "> 2849 <dd class="todo" style="display: none; ">
2850 Undocumented. 2850 Undocumented.
2851 </dd> 2851 </dd>
2852 <dd>The ID of the tab in which the request takes place. Set to null if the request isn't related to a tab.</dd> 2852 <dd>The ID of the tab in which the request takes place. Set to -1 if t he request isn't related to a tab.</dd>
2853 <dd style="display: none; "> 2853 <dd style="display: none; ">
2854 This parameter was added in version 2854 This parameter was added in version
2855 <b><span></span></b>. 2855 <b><span></span></b>.
2856 You must omit this parameter in earlier versions, 2856 You must omit this parameter in earlier versions,
2857 and you may omit it in any version. If you require this 2857 and you may omit it in any version. If you require this
2858 parameter, the manifest key 2858 parameter, the manifest key
2859 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a> 2859 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
2860 can ensure that your extension won't be run in an earlier browser ve rsion. 2860 can ensure that your extension won't be run in an earlier browser ve rsion.
2861 </dd> 2861 </dd>
2862 2862
(...skipping 4481 matching lines...) Expand 10 before | Expand all | Expand 10 after
7344 _uff=0; 7344 _uff=0;
7345 urchinTracker(); 7345 urchinTracker();
7346 } 7346 }
7347 catch(e) {/* urchinTracker not available. */} 7347 catch(e) {/* urchinTracker not available. */}
7348 </script> 7348 </script>
7349 <!-- end analytics --> 7349 <!-- end analytics -->
7350 </div> 7350 </div>
7351 </div> <!-- /gc-footer --> 7351 </div> <!-- /gc-footer -->
7352 </div> <!-- /gc-container --> 7352 </div> <!-- /gc-container -->
7353 </body></html> 7353 </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