summaryrefslogtreecommitdiffstats
path: root/webkit/appcache/appcache_storage_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Indicate in the tab UI if appcache creation was blocked by privacy settings.jochen@chromium.org2010-04-091-2/+2
* Include the appcache and database tracker databases into the sql diagnostics ...michaeln@chromium.org2010-04-021-4/+4
* AppCache: If we can't read the existing data delete it and start over.michaeln@chromium.org2010-04-011-2/+20
* AppCache: Migrate to the DiskCache's async interface and use the CacheType::A...michaeln@chromium.org2010-03-171-13/+41
* Hook up the content settings UI to the appcache.michaeln@chromium.org2010-03-051-0/+61
* Keep track of appcache creation and last access times.michaeln@chromium.org2010-02-231-2/+56
* Introduce an AppCachePolicy interface that allows the containing browser to d...michaeln@chromium.org2010-02-171-5/+30
* Fix for a big appcache storage bug. Now stores a record of the new master ent...michaeln@chromium.org2010-01-241-1/+2
* Enforce a hard coded 5MB per origin quota for appcache storage.michaeln@chromium.org2010-01-211-3/+6
* Put appcache storage on disk and add a means of disabling the appcache system...michaeln@chromium.org2010-01-181-38/+97
* Trigger the deletion of unused responses when caches are updated and made obs...michaeln@chromium.org2010-01-131-6/+43
* 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