summaryrefslogtreecommitdiffstats
path: root/webkit/appcache/appcache_database.cc
Commit message (Expand)AuthorAgeFilesLines
* Keep track of appcache creation and last access times.michaeln@chromium.org2010-02-231-25/+46
* Enforce a hard coded 5MB per origin quota for appcache storage.michaeln@chromium.org2010-01-211-12/+56
* Put appcache storage on disk and add a means of disabling the appcache system...michaeln@chromium.org2010-01-181-9/+21
* Trigger the deletion of unused responses when caches are updated and made obs...michaeln@chromium.org2010-01-131-14/+53
* Add a DeletableResponseIds table to the appcache database schema, groundwork ...michaeln@chromium.org2010-01-081-20/+117
* AppCache quota tracking groundwork, store response sizes in the SQL database. michaeln@chromium.org2010-01-061-11/+19
* Revert 35609 - AppCache quota tracking groundwork, store response sizes in th...michaeln@google.com2010-01-061-19/+11
* AppCache quota tracking groundwork, store response sizes in the SQL database.michaeln@chromium.org2010-01-061-11/+19
* Be sure to create and populate the meta table within the transaction that cre...michaeln@chromium.org2009-12-301-6/+8
* AppCacheDatabase and SQL based AppCacheStorageImpl. michaeln@chromium.org2009-12-291-0/+879
* Revert 35328 - AppCacheDatabase and SQL based AppCacheStorageImpl.michaeln@google.com2009-12-291-879/+0
* AppCacheDatabase and SQL based AppCacheStorageImpl.michaeln@chromium.org2009-12-291-0/+879