summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_bypass_rules.h
Commit message (Collapse)AuthorAgeFilesLines
* KDE treats all host patterns as wildcard patternsdavidben@chromium.org2010-07-091-0/+11
| | | | | | | | | | | | | | Also correct a test description that became inaccurate when we supported a reversed bypass list, and remove spaces from host rules earlier. (KDE actually treats both comma and space as valid delimiters anyway.) R=wtc,eroman BUG=48486 TEST=ProxyConfigServiceLinuxTest.KDEConfigParser Review URL: http://codereview.chromium.org/2848041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51971 0039d316-1c4b-4281-b951-d872f2087c98
* Update a comment to be more verbose and explain more cases.eroman@chromium.org2010-07-081-10/+39
| | | | | | | | | | Also removes a TODO which is no longer relevant. BUG=NONE Review URL: http://codereview.chromium.org/2895001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51833 0039d316-1c4b-4281-b951-d872f2087c98
* Split out the handling of proxy bypass rules into ProxyBypassRules. There ↵eroman@chromium.org2010-02-191-0/+130
are some pretty complicated rules, and this helps isolate that code and better test it. This also lays a framework for addressing bug 9835 (IP/CIDR matching) Lastly, adds support for the exclusion format ".domain" on all platforms, which is interpreted as "*.domain". BUG=28112 TEST=ProxyBypassRulesTest.* Review URL: http://codereview.chromium.org/601070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39486 0039d316-1c4b-4281-b951-d872f2087c98