summaryrefslogtreecommitdiffstats
path: root/chrome/browser/io_thread.cc
Commit message (Expand)AuthorAgeFilesLines
* SPDY proxy authentication support.piatek@google.com2012-09-281-8/+28
* On OS X, observe Keychain/Trust Settings changes and announce them via CertDa...rsleevi@chromium.org2012-09-271-0/+15
* Fix bug in setting IOThread::Globalsszager@chromium.org2012-09-161-1/+1
* Implement 'Do Not Track' headerbattre@chromium.org2012-09-131-2/+5
* Disable TLS channel id if cookies are disabled or third-party cookies are blo...mattm@chromium.org2012-09-121-1/+1
* Remove static variables from HttpStreamFactory.szager@chromium.org2012-09-071-7/+53
* [net] Add AsyncDns field trial.szym@chromium.org2012-08-221-4/+19
* Add histograms for network activity, and total/cumulativetburkard@chromium.org2012-08-201-2/+2
* Add ManagedModeURLFilter.bauerb@chromium.org2012-08-171-0/+1
* Add histograms to NetworkChangeNotifier to identify ways to improve interfacepauljensen@chromium.org2012-08-131-0/+3
* Adding histograms showing fraction of page load times spent in the disk cache...tburkard@chromium.org2012-07-301-1/+4
* Move ExtensionEventRouter and related into extensions namespacerdevlin.cronin@chromium.org2012-07-231-2/+2
* Set the system network delegate on the SystemURLRequestContext.mattm@chromium.org2012-06-301-0/+1
* Remove SSLHostInfo.agl@chromium.org2012-06-271-1/+0
* Move content::URLFetcher static functions to net::URLFetcherakalin@chromium.org2012-06-191-1/+1
* Replace GetIOMessageLoopProxy() with GetNetworkTaskRunner() in UrlRequestCont...sergeyu@chromium.org2012-06-161-7/+8
* NetLogEventParameter to Callback refactoring 11. mmenke@chromium.org2012-06-141-2/+1
* Introduce a delegate to avoid hardcoding "chrome-extension" in net/.joi@chromium.org2012-06-071-7/+8
* RefCounted types should not have public destructors, net/ editionrsleevi@chromium.org2012-05-291-25/+25
* Stop refcounting URLRequestContext.willchan@chromium.org2012-05-111-14/+13
* Make ServerBoundCertService use TaskRunner interface instead of using WorkerP...mattm@chromium.org2012-05-041-1/+3
* Make URLRequestThrottlerManager a member of URLRequestContext.joi@chromium.org2012-05-021-0/+11
* Refactor TransportSecurityState.palmer@chromium.org2012-05-011-1/+1
* RefCounted types should not have public destructors, chrome/browser/ part 6rsleevi@chromium.org2012-04-271-0/+3
* Disallow UI/IO thread blocking on any other thread.jam@chromium.org2012-04-261-5/+0
* Assert system request context has no leaks *after* destroying the pipelining ...willchan@chromium.org2012-04-191-3/+16
* Fix HttpPipeliningCompatibilityClient ownership.willchan@chromium.org2012-04-181-3/+4
* Partially reland r131930. Only assert on system context leaks this time.willchan@chromium.org2012-04-171-0/+2
* Revert 131930 - Looks like we leak, need to go squash some leaks!willchan@chromium.org2012-04-131-2/+0
* Assert we do not leak requests for the system and safe browsing contexts.willchan@chromium.org2012-04-121-0/+2
* All classes that directly derive from net::URLRequestContextGetter should hav...rsleevi@chromium.org2012-04-061-1/+3
* Move the MediaObserver getter from ResourceContext to ContentBrowserClient, s...jam@chromium.org2012-03-251-7/+0
* Revert 128789 - Media failures on Win/Mac/Linux starting with this CL.rsleevi@chromium.org2012-03-251-0/+7
* Move the MediaObserver getter from ResourceContext to ContentBrowserClient, s...jam@chromium.org2012-03-241-7/+0
* Rename origin_bound_cert files to server_bound_cert.mattm@chromium.org2012-03-221-2/+2
* Make CertVerifier a pure virtual interface.rsleevi@chromium.org2012-03-211-1/+1
* Change Origin bound certs -> Domain bound certs.mattm@chromium.org2012-03-201-12/+12
* Update net/base/cookie_*.h includes to net/cookies/cookie_*.h .erikwright@chromium.org2012-03-151-2/+2
* Add a source id to global NetLog entries, which makes themmmenke@chromium.org2012-03-151-5/+2
* net: always enable NSS's HTTP fetchesagl@chromium.org2012-03-141-4/+4
* Do cookie checks in NetworkDelegate instead of the URLRequest::Delegate.jochen@chromium.org2012-03-091-0/+1
* [net] Asynchronous DNS ready for experiments.szym@chromium.org2012-02-211-13/+3
* Remove PassiveLogCollector, and its supporting infrastructure.eroman@chromium.org2012-02-151-6/+0
* Add SafeBrowsingURLRequestContext which stores cookies.mattm@chromium.org2012-02-141-0/+4
* Swiching SDCHDictionaryFetcher from using the deprecated GetDefaultRequestCon...rlp@chromium.org2012-02-111-2/+4
* Move cleanup that happens on IO thread destruction to content, so that not ev...jam@chromium.org2012-01-171-20/+2
* Move creation and ownership of ResourceDispatcherHost and PluginService to co...jam@chromium.org2012-01-111-38/+0
* Revert 117078 - Move creation and ownership of ResourceDispatcherHost and Plu...jam@chromium.org2012-01-101-0/+38
* Move creation and ownership of ResourceDispatcherHost and PluginService to co...jam@chromium.org2012-01-101-38/+0
* Fix race condition in ChromeProxyConfigServicebattre@chromium.org2011-12-181-1/+2