summaryrefslogtreecommitdiffstats
path: root/webkit/appcache/appcache_storage_impl.h
Commit message (Expand)AuthorAgeFilesLines
* Keep track of appcache creation and last access times.michaeln@chromium.org2010-02-231-0/+1
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-191-0/+1
* Introduce an AppCachePolicy interface that allows the containing browser to d...michaeln@chromium.org2010-02-171-0/+5
* Put appcache storage on disk and add a means of disabling the appcache system...michaeln@chromium.org2010-01-181-0/+7
* Trigger the deletion of unused responses when caches are updated and made obs...michaeln@chromium.org2010-01-131-0/+3
* Lazily delete unused responses from the disk cache.michaeln@chromium.org2010-01-111-2/+18
* AppCacheDatabase and SQL based AppCacheStorageImpl. michaeln@chromium.org2009-12-291-6/+90
* Revert 35328 - AppCacheDatabase and SQL based AppCacheStorageImpl.michaeln@google.com2009-12-291-86/+6
* AppCacheDatabase and SQL based AppCacheStorageImpl.michaeln@chromium.org2009-12-291-6/+86
* AppCache StorageAPIsmichaeln@google.com2009-10-091-0/+28