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

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

Issue 7599027: Add support for XMLHttpRequests to the webRequest API (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
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 2888 matching lines...) Expand 10 before | Expand all | Expand 10 after
2899 <span class="enum">enumerated</span> 2899 <span class="enum">enumerated</span>
2900 <span id="typeTemplate"> 2900 <span id="typeTemplate">
2901 <span style="display: none; "> 2901 <span style="display: none; ">
2902 <a> Type</a> 2902 <a> Type</a>
2903 </span> 2903 </span>
2904 <span> 2904 <span>
2905 <span style="display: none; "> 2905 <span style="display: none; ">
2906 array of <span><span></span></span> 2906 array of <span><span></span></span>
2907 </span> 2907 </span>
2908 <span>string</span> 2908 <span>string</span>
2909 <span>["main_frame", "sub_frame", "stylesheet", "script" , "image", "object", "other"]</span> 2909 <span>["main_frame", "sub_frame", "stylesheet", "script" , "image", "object", "xmlhttprequest", "other"]</span>
2910 </span> 2910 </span>
2911 </span> 2911 </span>
2912 ) 2912 )
2913 </div> 2913 </div>
2914 2914
2915 </em> 2915 </em>
2916 </dt> 2916 </dt>
2917 <dd class="todo" style="display: none; "> 2917 <dd class="todo" style="display: none; ">
2918 Undocumented. 2918 Undocumented.
2919 </dd> 2919 </dd>
(...skipping 3809 matching lines...) Expand 10 before | Expand all | Expand 10 after
6729 <span> 6729 <span>
6730 array of <span><span> 6730 array of <span><span>
6731 <span style="display: none; "> 6731 <span style="display: none; ">
6732 <a> Type</a> 6732 <a> Type</a>
6733 </span> 6733 </span>
6734 <span> 6734 <span>
6735 <span style="display: none; "> 6735 <span style="display: none; ">
6736 array of <span><span></span></span> 6736 array of <span><span></span></span>
6737 </span> 6737 </span>
6738 <span>string</span> 6738 <span>string</span>
6739 <span>["main_frame", "sub_frame", "stylesheet", "script" , "image", "object", "other"]</span> 6739 <span>["main_frame", "sub_frame", "stylesheet", "script" , "image", "object", "xmlhttprequest", "other"]</span>
6740 </span> 6740 </span>
6741 </span></span> 6741 </span></span>
6742 </span> 6742 </span>
6743 <span style="display: none; ">paramType</span> 6743 <span style="display: none; ">paramType</span>
6744 <span style="display: none; "></span> 6744 <span style="display: none; "></span>
6745 </span> 6745 </span>
6746 </span> 6746 </span>
6747 ) 6747 )
6748 </div> 6748 </div>
6749 6749
(...skipping 594 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

Powered by Google App Engine
This is Rietveld 408576698