summaryrefslogtreecommitdiffstats
path: root/webkit/appcache/appcache_storage_impl.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Lazily delete unused responses from the disk cache.michaeln@chromium.org2010-01-111-4/+138
* Add a DeletableResponseIds table to the appcache database schema, groundwork ...michaeln@chromium.org2010-01-081-1/+3
* Remove most uses of EmptyString(), EmptyWString(), EmptyString16(), and Empty...pkasting@chromium.org2010-01-081-2/+2
* When an update job doesn't complete successfully, doom all responses created ...michaeln@chromium.org2010-01-041-1/+4
* Fixes to address the failing appcache/remove-cache.html layout tests.michaeln@chromium.org2010-01-041-0/+5
* Fix for a crash when there is no DB thread (as is the case in some tests).michaeln@chromium.org2009-12-311-3/+6
* AppCacheDatabase and SQL based AppCacheStorageImpl. michaeln@chromium.org2009-12-291-3/+857
* Revert 35328 - AppCacheDatabase and SQL based AppCacheStorageImpl.michaeln@google.com2009-12-291-853/+3
* AppCacheDatabase and SQL based AppCacheStorageImpl.michaeln@chromium.org2009-12-291-3/+853
* AppCache StorageAPIsmichaeln@google.com2009-10-091-0/+15