summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_service_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Extract the parsing of proxy rules to ProxyConfig::ProxyRules, and unit-test.ericroman@google.com2009-03-311-3/+3
* Fix a race in proxy_service_unittest.cc that was causing flakiness on purify ...ericroman@google.com2009-03-251-35/+102
* Slight code change to make some global variables const.maruel@google.com2009-03-101-2/+2
* split up proxy_service into several files (one per class).ericroman@google.com2009-03-021-66/+3
* Add support to ProxyService for downloading a PAC script on behalf of the Pro...ericroman@google.com2009-02-231-2/+451
* Add parsing for PAC result strings -- ProxyInfo::UsePacString().ericroman@google.com2009-02-191-33/+85
* Get rid of synchronous ResolveProxy API.ericroman@google.com2009-01-311-68/+95
* Split ProxyResolver into two interfaces: A. interface for retrieving the sys...ericroman@google.com2008-12-191-44/+72
* Reverting 6966.ericroman@google.com2008-12-131-58/+51
* Use automatic memory management for URLRequestContext's members.ericroman@google.com2008-12-131-51/+58
* Misc proxy service changes.ericroman@google.com2008-12-101-88/+109
* Refactoring: replace some raw strings with GURL.ericroman@google.com2008-12-021-11/+11
* Relanding of r4221, initial proxy support for the Macavi@google.com2008-10-311-6/+17
* oops; will reland once tree is openavi@google.com2008-10-301-17/+6
* Initial Mac proxy implementationavi@google.com2008-10-301-6/+17
* This fixes http://code.google.com/p/chromium/issues/detail?id=541, which is aniyengar@google.com2008-09-231-0/+16
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Change the ProxyService to work with ASCII strings.darin@google.com2008-08-121-44/+44
* Rename HttpProxy* classes to Proxy*. Move them into a net/proxy/ subdirectory.darin@google.com2008-08-111-0/+408