summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net/connection_tester_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Don't pump the message loop in DeleteWhileInProgress at all.rnk@chromium.org2012-01-111-2/+4
* Removing MessageLoop::QuitTask() from chrome/dcheng@chromium.org2011-12-101-1/+1
* net: replace DnsRRResoler with TransportSecurityState in plumbing.agl@chromium.org2011-12-071-4/+0
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-2/+2
* Migrate HttpAlternateProtocols to HttpServerPropertiesImpl.willchan@chromium.org2011-10-101-0/+3
* Move more files from chrome/test to chrome/test/base, part #5phajdan.jr@chromium.org2011-08-011-1/+1
* Changes for not reading ssl prefs from user_prefs since we havertenneti@chromium.org2011-05-131-1/+1
* Stop refcounting ProxyService.willchan@chromium.org2011-04-271-4/+5
* Define a new CertDatabase::Observer abstract class which can be implemented b...rch@chromium.org2011-03-101-7/+11
* Update a bunch of files to the new location of browser_thread.h jam@chromium.org2011-03-011-1/+1
* Refactor HttpNetworkSession construction.willchan@chromium.org2011-02-031-17/+8
* Simplify HttpCache/HttpNetworkLayer/HttpNetworkSession interaction.willchan@chromium.org2011-01-281-6/+9
* net: Remove typedef net::URLRequestContext URLRequestContext;tfarina@chromium.org2011-01-151-3/+3
* Don't leak proxy script fetcher's http transaction factories.willchan@chromium.org2010-12-241-1/+3
* Create a URLRequestContext for PAC fetching.willchan@chromium.org2010-12-231-15/+58
* Update NetLog to be threadsafe.mmenke@chromium.org2010-12-011-1/+1
* Fix memory leak in connection_tester_unittest.ccdanno@chromium.org2010-11-101-1/+3
* Reland 65535danno@chromium.org2010-11-101-1/+3
* Revert 65535 - Group Policy support for HTTP authenticationdanno@chromium.org2010-11-091-3/+1
* Group Policy support for HTTP authenticationdanno@chromium.org2010-11-091-1/+3
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-2/+2
* Cleanup: Move the ProxyScriptFetcher registry from being a global in net, to ...eroman@chromium.org2010-10-161-2/+5
* Test server cleanup patch of death:phajdan.jr@chromium.org2010-08-171-9/+9
* Enable ConnectionTesterTest.RunAllTests in everything but valgrind.cbentzel@chromium.org2010-08-041-3/+1
* DISABLE ConnectionTesterTest.RunAllTestscbentzel@chromium.org2010-08-021-1/+3
* GTTF: Move more test server code from net/url_request/url_request_unittest.hphajdan.jr@chromium.org2010-07-291-5/+5
* GTTF: test server cleanup:phajdan.jr@chromium.org2010-07-231-2/+2
* Fix a unit-test that was crashing on valgrind bot.eroman@chromium.org2010-05-051-4/+15
* Add a tool for testing your network setup.eroman@chromium.org2010-05-041-0/+138