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

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

Issue 10874029: Adding condition attributes for response headers to Declarative WebRequest (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 </ol> 223 </ol>
224 </li> 224 </li>
225 <li> 225 <li>
226 <a href="#types">Types</a> 226 <a href="#types">Types</a>
227 <ol> 227 <ol>
228 <li> 228 <li>
229 <a href="#type-declarativeWebRequest.RemoveResponseHeader">Remov eResponseHeader</a> 229 <a href="#type-declarativeWebRequest.RemoveResponseHeader">Remov eResponseHeader</a>
230 <ol> 230 <ol>
231 </ol> 231 </ol>
232 </li><li> 232 </li><li>
233 <a href="#type-declarativeWebRequest.RequestMatcher">RequestMatc her</a> 233 <a href="#type-declarativeWebRequest.HeaderFilter">HeaderFilter< /a>
234 <ol> 234 <ol>
235 </ol> 235 </ol>
236 </li><li> 236 </li><li>
237 <a href="#type-declarativeWebRequest.CancelRequest">CancelReques t</a>
238 <ol>
239 </ol>
240 </li><li>
237 <a href="#type-declarativeWebRequest.RedirectRequest">RedirectRe quest</a> 241 <a href="#type-declarativeWebRequest.RedirectRequest">RedirectRe quest</a>
238 <ol> 242 <ol>
239 </ol> 243 </ol>
240 </li><li> 244 </li><li>
241 <a href="#type-declarativeWebRequest.RedirectToTransparentImage" >RedirectToTransparentImage</a> 245 <a href="#type-declarativeWebRequest.RedirectToTransparentImage" >RedirectToTransparentImage</a>
242 <ol> 246 <ol>
243 </ol> 247 </ol>
244 </li><li> 248 </li><li>
245 <a href="#type-declarativeWebRequest.RedirectToEmptyDocument">Re directToEmptyDocument</a> 249 <a href="#type-declarativeWebRequest.RedirectToEmptyDocument">Re directToEmptyDocument</a>
246 <ol> 250 <ol>
247 </ol> 251 </ol>
248 </li><li> 252 </li><li>
249 <a href="#type-declarativeWebRequest.RedirectByRegEx">RedirectBy RegEx</a> 253 <a href="#type-declarativeWebRequest.RedirectByRegEx">RedirectBy RegEx</a>
250 <ol> 254 <ol>
251 </ol> 255 </ol>
252 </li><li> 256 </li><li>
253 <a href="#type-declarativeWebRequest.SetRequestHeader">SetReques tHeader</a> 257 <a href="#type-declarativeWebRequest.SetRequestHeader">SetReques tHeader</a>
254 <ol> 258 <ol>
255 </ol> 259 </ol>
256 </li><li> 260 </li><li>
257 <a href="#type-declarativeWebRequest.RemoveRequestHeader">Remove RequestHeader</a> 261 <a href="#type-declarativeWebRequest.RemoveRequestHeader">Remove RequestHeader</a>
258 <ol> 262 <ol>
259 </ol> 263 </ol>
260 </li><li> 264 </li><li>
261 <a href="#type-declarativeWebRequest.AddResponseHeader">AddRespo nseHeader</a> 265 <a href="#type-declarativeWebRequest.AddResponseHeader">AddRespo nseHeader</a>
262 <ol> 266 <ol>
263 </ol> 267 </ol>
264 </li><li> 268 </li><li>
265 <a href="#type-declarativeWebRequest.CancelRequest">CancelReques t</a> 269 <a href="#type-declarativeWebRequest.RequestMatcher">RequestMatc her</a>
266 <ol> 270 <ol>
267 </ol> 271 </ol>
268 </li><li> 272 </li><li>
269 <a href="#type-declarativeWebRequest.IgnoreRules">IgnoreRules</a > 273 <a href="#type-declarativeWebRequest.IgnoreRules">IgnoreRules</a >
270 <ol> 274 <ol>
271 </ol> 275 </ol>
272 </li><li> 276 </li><li>
273 <a href="#type-declarativeWebRequest.RequestCookie">RequestCooki e</a> 277 <a href="#type-declarativeWebRequest.RequestCookie">RequestCooki e</a>
274 <ol> 278 <ol>
275 </ol> 279 </ol>
(...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after
691 <!-- FUNCTION PARAMETERS --> 695 <!-- FUNCTION PARAMETERS -->
692 </div> 696 </div>
693 </div> 697 </div>
694 </dl> 698 </dl>
695 </dd> 699 </dd>
696 <!-- OBJECT METHODS --> 700 <!-- OBJECT METHODS -->
697 <!-- OBJECT EVENT FIELDS --> 701 <!-- OBJECT EVENT FIELDS -->
698 <!-- FUNCTION PARAMETERS --> 702 <!-- FUNCTION PARAMETERS -->
699 </div> 703 </div>
700 </div><div class="apiItem"> 704 </div><div class="apiItem">
701 <a name="type-declarativeWebRequest.RequestMatcher"></a> 705 <a name="type-declarativeWebRequest.HeaderFilter"></a>
702 <h4>declarativeWebRequest.RequestMatcher</h4> 706 <h4>declarativeWebRequest.HeaderFilter</h4>
703 <div> 707 <div>
704 <dt> 708 <dt>
705 <em> 709 <em>
706 <!-- TYPE --> 710 <!-- TYPE -->
707 <div style="display:inline"> 711 <div style="display:inline">
708 ( 712 (
709 <span id="typeTemplate"> 713 <span id="typeTemplate">
710 <span> 714 <span>
711 <span>object</span> 715 <span>object</span>
712 </span> 716 </span>
713 </span> 717 </span>
714 ) 718 )
715 </div> 719 </div>
716 </em> 720 </em>
717 </dt> 721 </dt>
718 <dd>Matches network events by various criteria.</dd> 722 <dd>Filters request headers for various criteria.</dd>
719 <!-- OBJECT PROPERTIES --> 723 <!-- OBJECT PROPERTIES -->
720 <dd> 724 <dd>
721 <dl> 725 <dl>
722 <div> 726 <div>
723 <div> 727 <div>
724 <dt> 728 <dt>
725 <var>url</var> 729 <var>namePrefix</var>
726 <em> 730 <em>
727 <!-- TYPE --> 731 <!-- TYPE -->
728 <div style="display:inline"> 732 <div style="display:inline">
729 ( 733 (
730 <span class="optional">optional</span> 734 <span class="optional">optional</span>
731 <span id="typeTemplate"> 735 <span id="typeTemplate">
732 <span> 736 <span>
733 <a href="events.html#type-events.UrlFilter">events.UrlFi lter</a> 737 <span>string</span>
734 </span> 738 </span>
735 </span> 739 </span>
736 ) 740 )
737 </div> 741 </div>
738 </em> 742 </em>
739 </dt> 743 </dt>
740 <dd>Matches if the condition of the UrlFilter are fulfilled for the UR L of the request.</dd> 744 <dd>Matches if the header name starts with the specified string.</dd>
741 <!-- OBJECT PROPERTIES --> 745 <!-- OBJECT PROPERTIES -->
742 <!-- OBJECT METHODS --> 746 <!-- OBJECT METHODS -->
743 <!-- OBJECT EVENT FIELDS --> 747 <!-- OBJECT EVENT FIELDS -->
744 <!-- FUNCTION PARAMETERS --> 748 <!-- FUNCTION PARAMETERS -->
745 </div> 749 </div>
746 </div><div> 750 </div><div>
747 <div> 751 <div>
748 <dt> 752 <dt>
749 <var>resourceType</var> 753 <var>nameSuffix</var>
750 <em> 754 <em>
751 <!-- TYPE --> 755 <!-- TYPE -->
752 <div style="display:inline"> 756 <div style="display:inline">
753 ( 757 (
754 <span class="optional">optional</span> 758 <span class="optional">optional</span>
755 <span id="typeTemplate"> 759 <span id="typeTemplate">
756 <span> 760 <span>
757 <span>
758 array of <span><span>
759 <span>
760 <span>string</span> 761 <span>string</span>
761 <span>["main_frame", "sub_frame", "stylesheet", "script" , "image", "object", "xmlhttprequest", "other"]</span>
762 </span>
763 </span></span>
764 </span>
765 </span> 762 </span>
766 </span> 763 </span>
767 ) 764 )
768 </div> 765 </div>
769 </em> 766 </em>
770 </dt> 767 </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> 768 <dd>Matches if the header name ends with the specified string.</dd>
772 <!-- OBJECT PROPERTIES --> 769 <!-- OBJECT PROPERTIES -->
773 <!-- OBJECT METHODS --> 770 <!-- OBJECT METHODS -->
774 <!-- OBJECT EVENT FIELDS --> 771 <!-- OBJECT EVENT FIELDS -->
772 <!-- FUNCTION PARAMETERS -->
773 </div>
774 </div><div>
775 <div>
776 <dt>
777 <var>nameContains</var>
778 <em>
779 <!-- TYPE -->
780 <div style="display:inline">
781 (
782 <span class="optional">optional</span>
783 <span id="typeTemplate">
784 <span>
785 <span>array of string or string</span>
786 </span>
787 </span>
788 )
789 </div>
790 </em>
791 </dt>
792 <dd>Matches if the header name contains all of the specified strings.< /dd>
793 <!-- OBJECT PROPERTIES -->
794 <!-- OBJECT METHODS -->
795 <!-- OBJECT EVENT FIELDS -->
775 <!-- FUNCTION PARAMETERS --> 796 <!-- FUNCTION PARAMETERS -->
776 </div> 797 </div>
777 </div><div> 798 </div><div>
778 <div> 799 <div>
779 <dt> 800 <dt>
780 <var>contentType</var> 801 <var>nameEquals</var>
781 <em> 802 <em>
782 <!-- TYPE --> 803 <!-- TYPE -->
783 <div style="display:inline"> 804 <div style="display:inline">
784 ( 805 (
785 <span class="optional">optional</span> 806 <span class="optional">optional</span>
786 <span id="typeTemplate"> 807 <span id="typeTemplate">
787 <span> 808 <span>
788 <span>
789 array of <span><span>
790 <span>
791 <span>string</span> 809 <span>string</span>
792 </span> 810 </span>
793 </span></span>
794 </span>
795 </span>
796 </span> 811 </span>
797 ) 812 )
798 </div> 813 </div>
799 </em> 814 </em>
800 </dt> 815 </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> 816 <dd>Matches if the header name is equal to the specified string.</dd>
802 <!-- OBJECT PROPERTIES --> 817 <!-- OBJECT PROPERTIES -->
803 <!-- OBJECT METHODS --> 818 <!-- OBJECT METHODS -->
804 <!-- OBJECT EVENT FIELDS --> 819 <!-- OBJECT EVENT FIELDS -->
820 <!-- FUNCTION PARAMETERS -->
821 </div>
822 </div><div>
823 <div>
824 <dt>
825 <var>valuePrefix</var>
826 <em>
827 <!-- TYPE -->
828 <div style="display:inline">
829 (
830 <span class="optional">optional</span>
831 <span id="typeTemplate">
832 <span>
833 <span>string</span>
834 </span>
835 </span>
836 )
837 </div>
838 </em>
839 </dt>
840 <dd>Matches if the header value starts with the specified string.</dd>
841 <!-- OBJECT PROPERTIES -->
842 <!-- OBJECT METHODS -->
843 <!-- OBJECT EVENT FIELDS -->
844 <!-- FUNCTION PARAMETERS -->
845 </div>
846 </div><div>
847 <div>
848 <dt>
849 <var>valueSuffix</var>
850 <em>
851 <!-- TYPE -->
852 <div style="display:inline">
853 (
854 <span class="optional">optional</span>
855 <span id="typeTemplate">
856 <span>
857 <span>string</span>
858 </span>
859 </span>
860 )
861 </div>
862 </em>
863 </dt>
864 <dd>Matches if the header value ends with the specified string.</dd>
865 <!-- OBJECT PROPERTIES -->
866 <!-- OBJECT METHODS -->
867 <!-- OBJECT EVENT FIELDS -->
805 <!-- FUNCTION PARAMETERS --> 868 <!-- FUNCTION PARAMETERS -->
806 </div> 869 </div>
807 </div><div> 870 </div><div>
808 <div> 871 <div>
809 <dt> 872 <dt>
810 <var>excludeContentType</var> 873 <var>valueContains</var>
811 <em> 874 <em>
812 <!-- TYPE --> 875 <!-- TYPE -->
813 <div style="display:inline"> 876 <div style="display:inline">
814 ( 877 (
815 <span class="optional">optional</span> 878 <span class="optional">optional</span>
816 <span id="typeTemplate"> 879 <span id="typeTemplate">
817 <span> 880 <span>
818 <span> 881 <span>array of string or string</span>
819 array of <span><span>
820 <span>
821 <span>string</span>
822 </span>
823 </span></span>
824 </span>
825 </span> 882 </span>
826 </span> 883 </span>
827 ) 884 )
828 </div> 885 </div>
829 </em> 886 </em>
830 </dt> 887 </dt>
831 <dd>Matches if the MIME media type of a response (from the HTTP Conten t-Type header) is <em>not</em> contained in the list.</dd> 888 <dd>Matches if the header value contains all of the specified strings. </dd>
832 <!-- OBJECT PROPERTIES --> 889 <!-- OBJECT PROPERTIES -->
833 <!-- OBJECT METHODS --> 890 <!-- OBJECT METHODS -->
834 <!-- OBJECT EVENT FIELDS --> 891 <!-- OBJECT EVENT FIELDS -->
892 <!-- FUNCTION PARAMETERS -->
893 </div>
894 </div><div>
895 <div>
896 <dt>
897 <var>valueEquals</var>
898 <em>
899 <!-- TYPE -->
900 <div style="display:inline">
901 (
902 <span class="optional">optional</span>
903 <span id="typeTemplate">
904 <span>
905 <span>string</span>
906 </span>
907 </span>
908 )
909 </div>
910 </em>
911 </dt>
912 <dd>Matches if the header value is equal to the specified string.</dd>
913 <!-- OBJECT PROPERTIES -->
914 <!-- OBJECT METHODS -->
915 <!-- OBJECT EVENT FIELDS -->
835 <!-- FUNCTION PARAMETERS --> 916 <!-- FUNCTION PARAMETERS -->
836 </div> 917 </div>
837 </div> 918 </div>
838 </dl> 919 </dl>
839 </dd> 920 </dd>
840 <!-- OBJECT METHODS --> 921 <!-- OBJECT METHODS -->
841 <!-- OBJECT EVENT FIELDS --> 922 <!-- OBJECT EVENT FIELDS -->
842 <!-- FUNCTION PARAMETERS --> 923 <!-- FUNCTION PARAMETERS -->
843 </div> 924 </div>
844 </div><div class="apiItem"> 925 </div><div class="apiItem">
926 <a name="type-declarativeWebRequest.CancelRequest"></a>
927 <h4>declarativeWebRequest.CancelRequest</h4>
928 <div>
929 <dt>
930 <em>
931 <!-- TYPE -->
932 <div style="display:inline">
933 (
934 <span id="typeTemplate">
935 <span>
936 <span>object</span>
937 </span>
938 </span>
939 )
940 </div>
941 </em>
942 </dt>
943 <dd>Declarative event action that cancels a network request.</dd>
944 <!-- OBJECT PROPERTIES -->
945 <dd>
946 <dl>
947 </dl>
948 </dd>
949 <!-- OBJECT METHODS -->
950 <!-- OBJECT EVENT FIELDS -->
951 <!-- FUNCTION PARAMETERS -->
952 </div>
953 </div><div class="apiItem">
845 <a name="type-declarativeWebRequest.RedirectRequest"></a> 954 <a name="type-declarativeWebRequest.RedirectRequest"></a>
846 <h4>declarativeWebRequest.RedirectRequest</h4> 955 <h4>declarativeWebRequest.RedirectRequest</h4>
847 <div> 956 <div>
848 <dt> 957 <dt>
849 <em> 958 <em>
850 <!-- TYPE --> 959 <!-- TYPE -->
851 <div style="display:inline"> 960 <div style="display:inline">
852 ( 961 (
853 <span id="typeTemplate"> 962 <span id="typeTemplate">
854 <span> 963 <span>
(...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after
1220 <!-- FUNCTION PARAMETERS --> 1329 <!-- FUNCTION PARAMETERS -->
1221 </div> 1330 </div>
1222 </div> 1331 </div>
1223 </dl> 1332 </dl>
1224 </dd> 1333 </dd>
1225 <!-- OBJECT METHODS --> 1334 <!-- OBJECT METHODS -->
1226 <!-- OBJECT EVENT FIELDS --> 1335 <!-- OBJECT EVENT FIELDS -->
1227 <!-- FUNCTION PARAMETERS --> 1336 <!-- FUNCTION PARAMETERS -->
1228 </div> 1337 </div>
1229 </div><div class="apiItem"> 1338 </div><div class="apiItem">
1230 <a name="type-declarativeWebRequest.CancelRequest"></a> 1339 <a name="type-declarativeWebRequest.RequestMatcher"></a>
1231 <h4>declarativeWebRequest.CancelRequest</h4> 1340 <h4>declarativeWebRequest.RequestMatcher</h4>
1232 <div> 1341 <div>
1233 <dt> 1342 <dt>
1234 <em> 1343 <em>
1235 <!-- TYPE --> 1344 <!-- TYPE -->
1236 <div style="display:inline"> 1345 <div style="display:inline">
1237 ( 1346 (
1238 <span id="typeTemplate"> 1347 <span id="typeTemplate">
1239 <span> 1348 <span>
1240 <span>object</span> 1349 <span>object</span>
1241 </span> 1350 </span>
1242 </span> 1351 </span>
1243 ) 1352 )
1244 </div> 1353 </div>
1245 </em> 1354 </em>
1246 </dt> 1355 </dt>
1247 <dd>Declarative event action that cancels a network request.</dd> 1356 <dd>Matches network events by various criteria.</dd>
1248 <!-- OBJECT PROPERTIES --> 1357 <!-- OBJECT PROPERTIES -->
1249 <dd> 1358 <dd>
1250 <dl> 1359 <dl>
1360 <div>
1361 <div>
1362 <dt>
1363 <var>url</var>
1364 <em>
1365 <!-- TYPE -->
1366 <div style="display:inline">
1367 (
1368 <span class="optional">optional</span>
1369 <span id="typeTemplate">
1370 <span>
1371 <a href="events.html#type-events.UrlFilter">events.UrlFi lter</a>
1372 </span>
1373 </span>
1374 )
1375 </div>
1376 </em>
1377 </dt>
1378 <dd>Matches if the condition of the UrlFilter are fulfilled for the UR L of the request.</dd>
1379 <!-- OBJECT PROPERTIES -->
1380 <!-- OBJECT METHODS -->
1381 <!-- OBJECT EVENT FIELDS -->
1382 <!-- FUNCTION PARAMETERS -->
1383 </div>
1384 </div><div>
1385 <div>
1386 <dt>
1387 <var>resourceType</var>
1388 <em>
1389 <!-- TYPE -->
1390 <div style="display:inline">
1391 (
1392 <span class="optional">optional</span>
1393 <span id="typeTemplate">
1394 <span>
1395 <span>
1396 array of <span><span>
1397 <span>
1398 <span>string</span>
1399 <span>["main_frame", "sub_frame", "stylesheet", "script" , "image", "object", "xmlhttprequest", "other"]</span>
1400 </span>
1401 </span></span>
1402 </span>
1403 </span>
1404 </span>
1405 )
1406 </div>
1407 </em>
1408 </dt>
1409 <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>
1410 <!-- OBJECT PROPERTIES -->
1411 <!-- OBJECT METHODS -->
1412 <!-- OBJECT EVENT FIELDS -->
1413 <!-- FUNCTION PARAMETERS -->
1414 </div>
1415 </div><div>
1416 <div>
1417 <dt>
1418 <var>contentType</var>
1419 <em>
1420 <!-- TYPE -->
1421 <div style="display:inline">
1422 (
1423 <span class="optional">optional</span>
1424 <span id="typeTemplate">
1425 <span>
1426 <span>
1427 array of <span><span>
1428 <span>
1429 <span>string</span>
1430 </span>
1431 </span></span>
1432 </span>
1433 </span>
1434 </span>
1435 )
1436 </div>
1437 </em>
1438 </dt>
1439 <dd>Matches if the MIME media type of a response (from the HTTP Conten t-Type header) is contained in the list.</dd>
1440 <!-- OBJECT PROPERTIES -->
1441 <!-- OBJECT METHODS -->
1442 <!-- OBJECT EVENT FIELDS -->
1443 <!-- FUNCTION PARAMETERS -->
1444 </div>
1445 </div><div>
1446 <div>
1447 <dt>
1448 <var>excludeContentType</var>
1449 <em>
1450 <!-- TYPE -->
1451 <div style="display:inline">
1452 (
1453 <span class="optional">optional</span>
1454 <span id="typeTemplate">
1455 <span>
1456 <span>
1457 array of <span><span>
1458 <span>
1459 <span>string</span>
1460 </span>
1461 </span></span>
1462 </span>
1463 </span>
1464 </span>
1465 )
1466 </div>
1467 </em>
1468 </dt>
1469 <dd>Matches if the MIME media type of a response (from the HTTP Conten t-Type header) is <em>not</em> contained in the list.</dd>
1470 <!-- OBJECT PROPERTIES -->
1471 <!-- OBJECT METHODS -->
1472 <!-- OBJECT EVENT FIELDS -->
1473 <!-- FUNCTION PARAMETERS -->
1474 </div>
1475 </div><div>
1476 <div>
1477 <dt>
1478 <var>responseHeaders</var>
1479 <em>
1480 <!-- TYPE -->
1481 <div style="display:inline">
1482 (
1483 <span class="optional">optional</span>
1484 <span id="typeTemplate">
1485 <span>
1486 <span>
1487 array of <span><span>
1488 <span>
1489 <a href="declarativeWebRequest.html#type-declarativeWebR equest.HeaderFilter">declarativeWebRequest.HeaderFilter</a>
1490 </span>
1491 </span></span>
1492 </span>
1493 </span>
1494 </span>
1495 )
1496 </div>
1497 </em>
1498 </dt>
1499 <dd>Matches if some of the response headers is matched by one of the H eaderFilters.</dd>
1500 <!-- OBJECT PROPERTIES -->
1501 <!-- OBJECT METHODS -->
1502 <!-- OBJECT EVENT FIELDS -->
1503 <!-- FUNCTION PARAMETERS -->
1504 </div>
1505 </div><div>
1506 <div>
1507 <dt>
1508 <var>excludeResponseHeaders</var>
1509 <em>
1510 <!-- TYPE -->
1511 <div style="display:inline">
1512 (
1513 <span class="optional">optional</span>
1514 <span id="typeTemplate">
1515 <span>
1516 <span>
1517 array of <span><span>
1518 <span>
1519 <a href="declarativeWebRequest.html#type-declarativeWebR equest.HeaderFilter">declarativeWebRequest.HeaderFilter</a>
1520 </span>
1521 </span></span>
1522 </span>
1523 </span>
1524 </span>
1525 )
1526 </div>
1527 </em>
1528 </dt>
1529 <dd>Matches if none of the response headers is matched by one of the H eaderFilters.</dd>
1530 <!-- OBJECT PROPERTIES -->
1531 <!-- OBJECT METHODS -->
1532 <!-- OBJECT EVENT FIELDS -->
1533 <!-- FUNCTION PARAMETERS -->
1534 </div>
1535 </div>
1251 </dl> 1536 </dl>
1252 </dd> 1537 </dd>
1253 <!-- OBJECT METHODS --> 1538 <!-- OBJECT METHODS -->
1254 <!-- OBJECT EVENT FIELDS --> 1539 <!-- OBJECT EVENT FIELDS -->
1255 <!-- FUNCTION PARAMETERS --> 1540 <!-- FUNCTION PARAMETERS -->
1256 </div> 1541 </div>
1257 </div><div class="apiItem"> 1542 </div><div class="apiItem">
1258 <a name="type-declarativeWebRequest.IgnoreRules"></a> 1543 <a name="type-declarativeWebRequest.IgnoreRules"></a>
1259 <h4>declarativeWebRequest.IgnoreRules</h4> 1544 <h4>declarativeWebRequest.IgnoreRules</h4>
1260 <div> 1545 <div>
(...skipping 743 matching lines...) Expand 10 before | Expand all | Expand 10 after
2004 _uff=0; 2289 _uff=0;
2005 urchinTracker(); 2290 urchinTracker();
2006 } 2291 }
2007 catch(e) {/* urchinTracker not available. */} 2292 catch(e) {/* urchinTracker not available. */}
2008 </script> 2293 </script>
2009 <!-- end analytics --> 2294 <!-- end analytics -->
2010 </div> 2295 </div>
2011 </div> <!-- /gc-footer --> 2296 </div> <!-- /gc-footer -->
2012 </div> <!-- /gc-container --> 2297 </div> <!-- /gc-container -->
2013 </body></html> 2298 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698