summaryrefslogtreecommitdiffstats
path: root/chrome/browser/io_thread.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert revert "net: plumb DnsRRResolver from IOThread to HttpNetworkSession."agl@chromium.org2010-10-081-0/+2
* Revert "net: plumb DnsRRResolver from IOThread to HttpNetworkSession."agl@chromium.org2010-10-071-2/+0
* net: plumb DnsRRResolver from IOThread to HttpNetworkSession.agl@chromium.org2010-10-071-0/+2
* Stop refcounting HostResolver.willchan@chromium.org2010-10-011-3/+4
* Revert 60739 (still leaks on ChromiumOS!) - Reland r59972: Eagerly set the IO...willchan@chromium.org2010-09-281-9/+0
* Reland r59972: Eagerly set the IO loop used for OCSP.willchan@chromium.org2010-09-281-0/+9
* base: Finish moving the SplitString functions from string_util.h to string_sp...tfarina@chromium.org2010-09-241-0/+1
* Revert 59972 (chromium os leaks) - Reland r59511: Eagerly set the IO loop use...willchan@chromium.org2010-09-211-9/+0
* Reland r59511: Eagerly set the IO loop used for OCSP.willchan@chromium.org2010-09-201-0/+9
* Reduce fieldtrials percentages for push to stable M7jar@chromium.org2010-09-161-20/+2
* Revert 59511 (potentially caused chromiumos leaks) - Take 2: Eagerly set the ...willchan@chromium.org2010-09-151-9/+0
* Fixes bad URLRequest leak detection. nss_ocsp creates asky@chromium.org2010-09-151-3/+7
* Take 2: Eagerly set the IO loop used for OCSP.willchan@chromium.org2010-09-151-0/+9
* Revert r59289: "Eagerly set the IO loop used for OCSP."willchan@chromium.org2010-09-131-7/+0
* Eagerly set the IO loop used for OCSP.willchan@chromium.org2010-09-131-0/+7
* Revert r59190 for regressing startup tests.willchan@chromium.org2010-09-111-7/+0
* Eagerly initialize NSS and OCSP on IOThread.willchan@chromium.org2010-09-111-0/+7
* Spelling error: s/ADDRESSSES/ADDRESSES/g.willchan@chromium.org2010-09-021-1/+1
* Add support for delegated kerberos tickets to Negotiate authentication.cbentzel@chromium.org2010-08-271-7/+11
* Adds HostResolveImpl Requests and Jobs to log.mmenke@chromium.org2010-08-241-3/+3
* --auth-schemes specifies which authentication schemes are supported on the co...cbentzel@chromium.org2010-08-231-45/+16
* Revert 56539 - Added HostResolveImpl Requests and Jobs to log.mmenke@chromium.org2010-08-181-3/+3
* Added HostResolveImpl Requests and Jobs to log.mmenke@chromium.org2010-08-181-3/+3
* Intercept navigations, not DNS resolutions, to predict startupjar@chromium.org2010-08-151-17/+1
* Net-internal's Javascript code no longer requires all enties have a unique so...mmenke@chromium.org2010-08-121-9/+1
* Have MakeName prepend the underscore to the field trial group name,mlloyd@chromium.org2010-08-051-2/+2
* Move ASCIIToWide and ASCIIToUTF16 to utf_string_conversions.h. I've found itbrettw@chromium.org2010-07-311-0/+1
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-1/+3
* Support both preconnection, and pre-resolution for subresourcesjar@chromium.org2010-07-281-11/+10
* Negotiate on by default on all platforms.cbentzel@chromium.org2010-07-201-4/+1
* Add a command line flag to change the default number of parallel DNS requests...eroman@chromium.org2010-07-171-1/+19
* Fix a crash when using negotiate HTTP auth.eroman@chromium.org2010-07-101-0/+1
* Log whenever the network IP address changes.eroman@chromium.org2010-07-071-0/+46
* Moved common parts of ChildProcessHost into chrome/common and created a Brows...sanjeevr@chromium.org2010-07-031-2/+2
* Make the Negotiate Authentication Handler a state machine.cbentzel@chromium.org2010-07-011-3/+4
* Hooking GSSAPI code into HTTP authenticate Negotiate handler.ahendrickson@google.com2010-06-281-12/+32
* Rename Dns prefetching files to Predictor filesjar@chromium.org2010-06-271-1/+1
* Massively simplify the NetworkChangeNotifier infrastructure:pkasting@chromium.org2010-06-251-9/+3
* Change classes and functions for DNS Prefetching to Predictor*jar@chromium.org2010-06-251-23/+23
* Do speculative preconnection based on network traffic (not just DNS)jar@chromium.org2010-06-231-9/+20
* Revert 50402 (build failure) - Pass in NetLog to NetworkChangeNotifier.willchan@chromium.org2010-06-211-3/+2
* Pass in NetLog to NetworkChangeNotifier.willchan@chromium.org2010-06-211-2/+3
* Add DISABLE_RUNNABLE_METHOD_REFCOUNT to make disabling refcounts in RunnableM...ajwong@chromium.org2010-06-161-5/+1
* Make the URLFetcher observe IO thread shutdown and auto-cancel its request, i...pkasting@chromium.org2010-06-151-11/+1
* Kill all child processes at IO thread shutdown time.michaeln@chromium.org2010-05-211-0/+5
* Support speculative pre-connection to search URLsjar@chromium.org2010-05-181-4/+9
* Moved URLFetcher and related classes to chrome/common/net.sanjeevr@chromium.org2010-05-071-1/+1
* Make sure the "cancel leaked host resolver requests shutdown hack" gets run b...eroman@chromium.org2010-04-271-1/+14
* Refactored to pass the URLSecurityManager via the HttpAuthFactory class to th...ahendrickson@chromium.org2010-04-161-13/+16
* Don't delete the IOThread globals until all of the MessageLoop::DestructionOb...eroman@chromium.org2010-04-151-2/+2