summaryrefslogtreecommitdiffstats
path: root/net/proxy/init_proxy_resolver.cc
Commit message (Expand)AuthorAgeFilesLines
* Implemented unit tests for ProxyService and fixed a bugbattre@chromium.org2011-05-061-1/+5
* Add an explanation for the divergenace from WPAD DNS protocol.eroman@chromium.org2011-02-231-1/+11
* NetLog: Log net error codes on a lot of EndEvents.mmenke@chromium.org2011-02-081-15/+10
* Convert implicit scoped_refptr constructor calls to explicit ones, part 2thakis@chromium.org2010-11-021-4/+4
* Refactor: Address a TODO about renaming a function.eroman@chromium.org2010-08-311-1/+1
* Display the "effective" proxy settings in about:net-internals.eroman@chromium.org2010-08-281-2/+24
* Introduce an artificial 2 second delay after network IP address changes befor...eroman@chromium.org2010-08-261-1/+42
* Reference-count the data used by PAC scripts, so it is shared between threads.eroman@chromium.org2010-07-201-14/+25
* Optimization: reduce the copying of string data between C++ and javascript in...eroman@chromium.org2010-07-011-2/+2
* Cleanup: Remove the implicit constructor for BoundNetLog that allowed passing...eroman@chromium.org2010-04-281-7/+6
* More cleanup to address TODOs in net_log.h.eroman@chromium.org2010-04-281-14/+15
* Cleanup: Address some of the todos in net_log.heroman@chromium.org2010-04-271-20/+15
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-24/+18
* ProxyConfig behaved like a struct, but was defined as a class.eroman@chromium.org2010-02-241-3/+3
* Move some logging from LOG(INFO) to the LoadLog. These particular ones are fo...eroman@chromium.org2009-12-221-12/+22
* NULL out the ProxyScriptFetcher used by ProxyService when the URLRequestConte...eroman@chromium.org2009-11-181-0/+5
* Instrument ProxyService and InitProxyResolver with LoadLog.eroman@chromium.org2009-08-171-12/+52
* Better match IE's proxy settings.ericroman@google.com2009-08-041-0/+189