summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_resolver_mac.cc
Commit message (Expand)AuthorAgeFilesLines
* Separate ProxyResolverMac and ProxyConfigServiceMac into their own files and ...hayato@chromium.org2009-12-101-211/+11
* Grab SOCKS settings from system prefs.avi@chromium.org2009-11-101-1/+14
* Add trace points for the "dnsResolve()" and "myIpAddress()" PAC javascript bi...eroman@chromium.org2009-09-101-1/+2
* Remove the concept of threading from ProxyService, and move it into the Proxy...ericroman@google.com2009-07-261-3/+4
* Extract the parsing of proxy rules to ProxyConfig::ProxyRules, and unit-test.ericroman@google.com2009-03-311-10/+6
* CFNetworkExecuteProxyAutoConfigurationURL() chokes if the query url is NULL, ...pinkerton@chromium.org2009-03-201-2/+6
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-34/+34
* split up proxy_service into several files (one per class).ericroman@google.com2009-03-021-0/+3
* Include entries for SOCKS in ProxyResolverMac.ericroman@google.com2009-02-191-66/+75
* Add parsing for PAC result strings -- ProxyInfo::UsePacString().ericroman@google.com2009-02-191-10/+13
* Split ProxyResolver into two interfaces: A. interface for retrieving the sys...ericroman@google.com2008-12-191-1/+1
* Refactoring: replace some raw strings with GURL.ericroman@google.com2008-12-021-5/+5
* Relanding of r4221, initial proxy support for the Macavi@google.com2008-10-311-0/+342
* oops; will reland once tree is openavi@google.com2008-10-301-342/+0
* Initial Mac proxy implementationavi@google.com2008-10-301-0/+342