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

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

Issue 10843065: Add condition attribute for MIME media types from Content-Type header. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: dammit docs Created 8 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
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 756 matching lines...) Expand 10 before | Expand all | Expand 10 after
767 ) 767 )
768 </div> 768 </div>
769 </em> 769 </em>
770 </dt> 770 </dt>
771 <dd>Matches if the request type of a request is contained in the list. Requests that cannot match any of the types will be filtered out.</dd> 771 <dd>Matches if the request type of a request is contained in the list. Requests that cannot match any of the types will be filtered out.</dd>
772 <!-- OBJECT PROPERTIES --> 772 <!-- OBJECT PROPERTIES -->
773 <!-- OBJECT METHODS --> 773 <!-- OBJECT METHODS -->
774 <!-- OBJECT EVENT FIELDS --> 774 <!-- OBJECT EVENT FIELDS -->
775 <!-- FUNCTION PARAMETERS --> 775 <!-- FUNCTION PARAMETERS -->
776 </div> 776 </div>
777 </div><div>
778 <div>
779 <dt>
780 <var>contentType</var>
781 <em>
782 <!-- TYPE -->
783 <div style="display:inline">
784 (
785 <span class="optional">optional</span>
786 <span id="typeTemplate">
787 <span>
788 <span>
789 array of <span><span>
790 <span>
791 <span>string</span>
792 </span>
793 </span></span>
794 </span>
795 </span>
796 </span>
797 )
798 </div>
799 </em>
800 </dt>
801 <dd>Matches if the MIME media type of a response (from the HTTP Conten t-Type header) is contained in the list.</dd>
802 <!-- OBJECT PROPERTIES -->
803 <!-- OBJECT METHODS -->
804 <!-- OBJECT EVENT FIELDS -->
805 <!-- FUNCTION PARAMETERS -->
806 </div>
777 </div> 807 </div>
778 </dl> 808 </dl>
779 </dd> 809 </dd>
780 <!-- OBJECT METHODS --> 810 <!-- OBJECT METHODS -->
781 <!-- OBJECT EVENT FIELDS --> 811 <!-- OBJECT EVENT FIELDS -->
782 <!-- FUNCTION PARAMETERS --> 812 <!-- FUNCTION PARAMETERS -->
783 </div> 813 </div>
784 </div><div class="apiItem"> 814 </div><div class="apiItem">
785 <a name="type-declarativeWebRequest.RedirectRequest"></a> 815 <a name="type-declarativeWebRequest.RedirectRequest"></a>
786 <h4>declarativeWebRequest.RedirectRequest</h4> 816 <h4>declarativeWebRequest.RedirectRequest</h4>
(...skipping 1157 matching lines...) Expand 10 before | Expand all | Expand 10 after
1944 _uff=0; 1974 _uff=0;
1945 urchinTracker(); 1975 urchinTracker();
1946 } 1976 }
1947 catch(e) {/* urchinTracker not available. */} 1977 catch(e) {/* urchinTracker not available. */}
1948 </script> 1978 </script>
1949 <!-- end analytics --> 1979 <!-- end analytics -->
1950 </div> 1980 </div>
1951 </div> <!-- /gc-footer --> 1981 </div> <!-- /gc-footer -->
1952 </div> <!-- /gc-container --> 1982 </div> <!-- /gc-container -->
1953 </body></html> 1983 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698