summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_config_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Change ProxyRules to handle ProxyLists rather than just single ProxyServer in...marq@google.com2013-03-161-32/+106
* Track sources of proxy settings.asanka@chromium.org2012-06-121-2/+29
* Move the pretty-printing of proxy settings from the C++ code to javascript.eroman@chromium.org2010-08-311-174/+0
* Cleanup: rename ProxyRules::socks_proxy --> ProxyRules::fallback_proxy.eroman@chromium.org2010-08-251-4/+4
* Emit an event to NetLog whenever the proxy settings change.eroman@chromium.org2010-08-131-15/+7
* Implement KDE ReversedException setting in Chromedavidben@chromium.org2010-06-141-0/+61
* ProxyConfig behaved like a struct, but was defined as a class.eroman@chromium.org2010-02-241-37/+37
* Split out the handling of proxy bypass rules into ProxyBypassRules. There are...eroman@chromium.org2010-02-191-62/+12
* Use GURL::is_valid() in place of !GURL::is_empty() in a condition.eroman@chromium.org2009-11-101-0/+22
* Aesthetic changes to the proxy configuration log format.eroman@chromium.org2009-09-061-24/+146
* Whenever proxy configurations contain socks and http/https/ftp proxies, socks...arindam@chromium.org2009-07-141-7/+46
* Adding socks4 support for chromium. tested for windows and linux.arindam@chromium.org2009-06-231-0/+11
* Making command-line specified proxy settings more flexible - allowing for set...robertshield@google.com2009-05-121-0/+34
* Extract the parsing of proxy rules to ProxyConfig::ProxyRules, and unit-test.ericroman@google.com2009-03-311-0/+199