summaryrefslogtreecommitdiffstats
path: root/webkit/appcache/appcache_storage_impl.h
Commit message (Expand)AuthorAgeFilesLines
* Select a more appropiate appcache based on the opener or the parent or the ta...michaeln@google.com2011-04-151-1/+4
* Refactored app cache clear on exit code to happen in the object owning the fi...pastarmovj@chromium.org2011-01-101-1/+4
* Fix for WKBug 47000: a failure mode given bad content (in an unlikely form). ...michaeln@chromium.org2010-11-031-2/+3
* AppCache: Use a dedicated thread for the disk cache.rvargas@google.com2010-06-071-1/+4
* Indicate in the tab UI if appcache creation was blocked by privacy settings.jochen@chromium.org2010-04-091-1/+1
* AppCache: Migrate to the DiskCache's async interface and use the CacheType::A...michaeln@chromium.org2010-03-171-3/+10
* Hook up the content settings UI to the appcache.michaeln@chromium.org2010-03-051-1/+3
* 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