summaryrefslogtreecommitdiffstats
path: root/webkit/appcache/appcache_response.cc
Commit message (Expand)AuthorAgeFilesLines
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-18/+18
* Better encapsulate usage of the disk_cache backend within the appcache library.michaeln@google.com2011-09-191-13/+7
* Delete appcaches when missing entries are detected.michaeln@google.com2011-07-221-2/+5
* Fix a null pointer crasher.michaeln@google.com2011-06-071-4/+8
* FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD...erg@google.com2010-09-301-0/+9
* AppCache: Migrate to the DiskCache's async interface and use the CacheType::A...michaeln@chromium.org2010-03-171-46/+145
* Support for playing back media from the appcache.michaeln@chromium.org2010-01-211-0/+6
* Put appcache storage on disk and add a means of disabling the appcache system...michaeln@chromium.org2010-01-181-1/+3
* Trigger the deletion of unused responses when caches are updated and made obs...michaeln@chromium.org2010-01-131-2/+9
* AppCache quota tracking groundwork, store response sizes in the SQL database. michaeln@chromium.org2010-01-061-0/+2
* Revert 35609 - AppCache quota tracking groundwork, store response sizes in th...michaeln@google.com2010-01-061-2/+0
* AppCache quota tracking groundwork, store response sizes in the SQL database.michaeln@chromium.org2010-01-061-0/+2
* Make appcache update conditionally include If-Modified-Since and If-None-Matc...jennb@chromium.org2009-12-221-0/+5
* AppCache changes to the networking model. Added new classes AppCacheRequestHa...michaeln@google.com2009-11-091-4/+5
* Third patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-0/+2
* AppCacheResponse storage implementationmichaeln@google.com2009-10-211-0/+262