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

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

Issue 10052035: Implemented port filter for URLMatcher (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comment Created 8 years, 8 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 647 matching lines...) Expand 10 before | Expand all | Expand 10 after
658 </dt> 658 </dt>
659 <dd>Matches if the scheme of the URL is equal to any of the schemes sp ecified in the array.</dd> 659 <dd>Matches if the scheme of the URL is equal to any of the schemes sp ecified in the array.</dd>
660 <!-- OBJECT PROPERTIES --> 660 <!-- OBJECT PROPERTIES -->
661 <!-- OBJECT METHODS --> 661 <!-- OBJECT METHODS -->
662 <!-- OBJECT EVENT FIELDS --> 662 <!-- OBJECT EVENT FIELDS -->
663 <!-- FUNCTION PARAMETERS --> 663 <!-- FUNCTION PARAMETERS -->
664 </div> 664 </div>
665 </div><div> 665 </div><div>
666 <div> 666 <div>
667 <dt> 667 <dt>
668 <var>ports</var>
669 <em>
670 <!-- TYPE -->
671 <div style="display:inline">
672 (
673 <span class="optional">optional</span>
674 <span id="typeTemplate">
675 <span>
676 <span>
677 array of <span><span>
678 <span>
679 <span>integer or array of integer</span>
680 </span>
681 </span></span>
682 </span>
683 </span>
684 </span>
685 )
686 </div>
687 </em>
688 </dt>
689 <dd>Matches if the port of the URL is contained in any of the specifie d port lists. For example <code>[80, 443, [1000, 1200]]</code> matches all reque sts on port 80, 443 and in the range 1000-1200.</dd>
690 <!-- OBJECT PROPERTIES -->
691 <!-- OBJECT METHODS -->
692 <!-- OBJECT EVENT FIELDS -->
693 <!-- FUNCTION PARAMETERS -->
694 </div>
695 </div><div>
696 <div>
697 <dt>
668 <var>resourceType</var> 698 <var>resourceType</var>
669 <em> 699 <em>
670 <!-- TYPE --> 700 <!-- TYPE -->
671 <div style="display:inline"> 701 <div style="display:inline">
672 ( 702 (
673 <span class="optional">optional</span> 703 <span class="optional">optional</span>
674 <span id="typeTemplate"> 704 <span id="typeTemplate">
675 <span> 705 <span>
676 <span> 706 <span>
677 array of <span><span> 707 array of <span><span>
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
895 _uff=0; 925 _uff=0;
896 urchinTracker(); 926 urchinTracker();
897 } 927 }
898 catch(e) {/* urchinTracker not available. */} 928 catch(e) {/* urchinTracker not available. */}
899 </script> 929 </script>
900 <!-- end analytics --> 930 <!-- end analytics -->
901 </div> 931 </div>
902 </div> <!-- /gc-footer --> 932 </div> <!-- /gc-footer -->
903 </div> <!-- /gc-container --> 933 </div> <!-- /gc-container -->
904 </body></html> 934 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698