summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_service.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove the HostResolverImpl::Shutdown() method.eroman@chromium.org2011-06-151-1/+2
* Adds support for the DHCP portion of the WPAD (proxy auto-discovery) protocol.joi@chromium.org2011-05-171-5/+13
* Revert 85646 - Adds support for the DHCP portion of the WPAD (proxy auto-disc...joi@chromium.org2011-05-171-13/+5
* Adds support for the DHCP portion of the WPAD (proxy auto-discovery) protocol.joi@chromium.org2011-05-171-5/+13
* Change the obsolete ProxyConfigServiceNull to ProxyConfigServiceDirect.wtc@chromium.org2011-05-041-1/+1
* Use a MessageLoopProxy to forward PAC script errors to the network delegatejochen@chromium.org2011-05-031-1/+8
* Initialize the network_delegate_ and fix stylejochen@chromium.org2011-05-031-1/+2
* Enable (optional) blocking of webrequests in case a PAC script cannot be fetc...battre@chromium.org2011-05-031-13/+32
* Add a method for PAC script errors to the network delegate.jochen@chromium.org2011-05-031-4/+14
* Tag ProxyService as NonThreadSafe.willchan@chromium.org2011-04-141-0/+10
* Allow ProxyConfigService to report "no configuration set"mnissler@chromium.org2011-04-111-19/+40
* Plumb through NetworkChangeNotifier::IsOffline() to WebKit, enablingadamk@chromium.org2011-03-041-2/+2
* Create a URLRequestContext for PAC fetching.willchan@chromium.org2010-12-231-1/+5
* Almost done deinlining virtual methods.erg@google.com2010-12-161-0/+8
* Update NetLog to be threadsafe.mmenke@chromium.org2010-12-011-11/+4
* Convert implicit scoped_refptr constructor calls to explicit ones, part 2thakis@chromium.org2010-11-021-2/+4
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-4/+4
* Cleanup: Move the ProxyScriptFetcher registry from being a global in net, to ...eroman@chromium.org2010-10-161-10/+9
* Convert LOG(INFO) to VLOG(1) - net/.pkasting@chromium.org2010-10-161-2/+2
* Plumb up the preconnect logic from pools to StreamFactory.willchan@chromium.org2010-10-161-0/+7
* Add actual bytes sent/received to net-internals.mmenke@chromium.org2010-10-141-2/+2
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-1/+0
* Add an option ProxyService::Create() to disable use of proxy auto-config.eroman@chromium.org2010-10-141-25/+60
* Stop refcounting HostResolver.willchan@chromium.org2010-10-011-1/+1
* FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD...erg@google.com2010-09-301-0/+2
* Change the logging of PROXY_CONFIG_CHANGED so it is not displayed each time t...eroman@chromium.org2010-09-241-15/+32
* Reland 59362 - net: Rename ProxyService::CreateNull to ProxyService::CreateDi...tfarina@chromium.org2010-09-151-1/+1
* Trying to green up the tree, lots of mac and win red around this cl.thomasvl@chromium.org2010-09-141-1/+1
* net: Rename ProxyService::CreateNull to ProxyService::CreateDirect.tfarina@chromium.org2010-09-141-1/+1
* Fix a regression whereby full-granularity network events were being captured ...eroman@chromium.org2010-08-311-1/+1
* Refactor: Address a TODO about renaming a function.eroman@chromium.org2010-08-311-3/+3
* Display the "effective" proxy settings in about:net-internals.eroman@chromium.org2010-08-281-14/+15
* Introduce an artificial 2 second delay after network IP address changes befor...eroman@chromium.org2010-08-261-2/+52
* Make sure the key into the spdy session pool identifies the actual proxy used...eroman@chromium.org2010-08-251-0/+48
* chromeos: 1st draft of ProxyConfigService for chromeoskuan@chromium.org2010-08-241-1/+5
* Emit an event to NetLog whenever the proxy settings change.eroman@chromium.org2010-08-131-2/+44
* Use notification-based API for getting system proxy settings on Mac rather th...eroman@chromium.org2010-07-301-1/+1
* Change the ProxyConfigService interface to be asynchronous, and support obser...eroman@chromium.org2010-07-231-132/+92
* Reference-count the data used by PAC scripts, so it is shared between threads.eroman@chromium.org2010-07-201-4/+3
* Attempt four at landing the "histogram.h removed from message_loop.h" patch.erg@chromium.org2010-07-151-0/+1
* Revert everything related to the relanding.erg@chromium.org2010-07-141-1/+0
* Reland r52336.erg@chromium.org2010-07-141-0/+1
* Revert 52336 - More header cleanup:erg@chromium.org2010-07-141-1/+0
* More header cleanup:erg@chromium.org2010-07-141-0/+1
* Display the proxy PAC javascript errors in the NetLog.eroman@chromium.org2010-07-141-9/+21
* Change the default number of proxy resolver threads used for evaluating PAC s...eroman@chromium.org2010-07-101-4/+8
* Add the capability to run multiple proxy PAC scripts in parallel.eroman@chromium.org2010-07-091-35/+61
* Revert 51877, since SpdyNetworkTransactionTest.CorruptFrameSessionError start...eroman@chromium.org2010-07-081-61/+35
* Add the capability to run multiple proxy PAC scripts in parallel.eroman@chromium.org2010-07-081-35/+61
* Optimization: reduce the copying of string data between C++ and javascript in...eroman@chromium.org2010-07-011-1/+1