summaryrefslogtreecommitdiffstats
path: root/net/cert_net/cert_net_fetcher_impl_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Convert Pass()→std::move() in //netdcheng2015-12-261-1/+2
* Reland of Migrating tests to use EmbeddedTestServer (/net) (patchset #1 id:1 ...tommycli2015-11-061-33/+31
* Revert of Migrating tests to use EmbeddedTestServer (/net) (patchset #4 id:60...tommycli2015-11-051-31/+33
* Migrating tests to use EmbeddedTestServer (/net)svaldez2015-11-031-33/+31
* Reland remove reference counting from HttpNetworkSession.mmenke2015-10-131-6/+5
* Removed .Pass() from several make_scoped_ptr()s.rdsmith2015-09-301-3/+2
* Shift URLRequestContextStorage over to taking scoped_ptrs.rdsmith2015-09-161-6/+9
* Revert of Remove reference counting from HttpNetworkSession. (patchset #11 id...mmenke2015-09-121-4/+3
* Remove reference counting from HttpNetworkSession.mmenke2015-09-111-3/+4
* net cleanup: Remove unnecessary namespace prefixes.ttuttle2015-04-231-1/+1
* Fix a bug when cancelling requests from CertNetFetcherImpl.eroman2015-04-221-0/+29
* Initial implementation for CertNetFetcher.eroman2015-04-081-0/+729