summaryrefslogtreecommitdiffstats
path: root/net/http/mock_http_cache.cc
Commit message (Expand)AuthorAgeFilesLines
* Convert Pass()→std::move() in //netdcheng2015-12-261-1/+2
* Remove kint32max.avi2015-12-101-11/+13
* Make HttpCache constructors take scoped_ptrs.mmenke2015-10-291-4/+8
* Revert of Make HttpCache constructors take scoped_ptrs. (patchset #6 id:12000...dgozman2015-10-281-8/+4
* Make HttpCache constructors take scoped_ptrs.mmenke2015-10-281-4/+8
* Reland remove reference counting from HttpNetworkSession.mmenke2015-10-131-5/+2
* Add a size estimation mechanism to StoragePartitionHttpCacheDataRemover.msramek2015-10-071-0/+5
* Revert of Remove reference counting from HttpNetworkSession. (patchset #11 id...mmenke2015-09-121-2/+5
* Remove reference counting from HttpNetworkSession.mmenke2015-09-111-5/+2
* Http cache: Always go through DoCacheQueryData for sparse entries.rvargas2015-07-181-7/+11
* net: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-111-3/+5
* Change most uses of Pickle to base::Picklebrettw2015-06-031-1/+1
* Use of base::StringPairs appropriately in Mock_Httppayal.pandey2015-04-301-2/+1
* net cleanup: Remove unnecessary namespace prefixes.ttuttle2015-04-231-111/+129
* Introduce MockHttpCache::backend() and move a few callers to it.pcc2015-02-251-4/+8
* net: Don't store byte-range resources that cannot be revalidated.rvargas2015-01-071-0/+4
* Standardize usage of virtual/override/final in net/dcheng2014-10-211-2/+2
* replace OVERRIDE and FINAL with override and final in net/mostynb2014-10-091-1/+1
* Reland of "Remove void** from disk_cache interface" w/ blockfile iter fix.gavinp2014-09-241-5/+9
* Revert of Reland of "Remove void** from disk_cache interface." (patchset #2 i...dcheng2014-09-201-9/+5
* Reland of "Remove void** from disk_cache interface."gavinp2014-09-201-5/+9
* Revert of Remove void** from disk_cache interface. (patchset #30 id:650001 of...vasilii2014-09-191-9/+5
* Remove void** from disk_cache interface.gavinp2014-09-191-5/+9
* Http cache: Implement a timeout for the cache lock.rvargas@chromium.org2014-06-241-0/+4
* Remove HttpTransactionDelegate and all users (LoadTimeStats).rvargas@chromium.org2013-12-271-0/+4
* Sparse IO: Allow failover to network in debug buildspasko@chromium.org2013-08-301-7/+15
* Change the API of disk_cache::CreateCacheBackend to use scoped_ptrqsr@chromium.org2013-08-011-7/+7
* Use a direct include of the message_loop header in net/, part 2.avi@chromium.org2013-07-181-1/+1
* Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-011-2/+2
* net: Use base::MessageLoop.xhwang@chromium.org2013-05-231-3/+4
* Add HttpCache histograms focussed on blocking and transaction type.gavinp@chromium.org2012-08-091-0/+4
* Http Cache: Doom cache entries when there is any error reading from thervargas@google.com2012-02-091-3/+1
* base::Bind: Convert most of disk_cache.jhawkins@chromium.org2011-12-191-55/+60
* Reland after fixes.jhawkins@chromium.org2011-12-171-24/+17
* Revert 114838 - base::Bind: Remove even moar OldCompletionCallback.garykac@chromium.org2011-12-161-16/+24
* base::Bind: Remove even moar OldCompletionCallback.jhawkins@chromium.org2011-12-161-24/+16
* base::Bind: Cleanup almost-unused OldCompletionCallbacks.jhawkins@chromium.org2011-12-151-15/+0
* Reland r113263 rebased after revert of r113249.jhawkins@chromium.org2011-12-121-0/+5
* Reland r113261 rebased after revert of r113249.jhawkins@chromium.org2011-12-121-0/+10
* Reverts a commit that caused ASAN failures, and 2 dependent commits.joi@chromium.org2011-12-071-219/+29
* base::Bind: Convert chrome_benchmarking_message_filter.cc.jhawkins@chromium.org2011-12-061-0/+5
* base::Bind: Convert browsing_data_remover.jhawkins@chromium.org2011-12-061-0/+10
* base::Bind: Convert disk_cache_based_ssl_host_info.jhawkins@chromium.org2011-12-061-29/+204
* SSL Host info: Make sure that we can update certificate chains inrvargas@chromium.org2011-11-301-2/+7
* Split DiskCacheBasedSSLHostInfo unit tests to its ownrvargas@google.com2011-11-221-0/+613