summaryrefslogtreecommitdiffstats
path: root/webkit/appcache/appcache_database.cc
Commit message (Expand)AuthorAgeFilesLines
* Part 1 of repairing regressions to my old clang check plugins so Nico canerg@google.com2011-01-271-1/+14
* Convert LOG(INFO) to VLOG(1) - webkit/.pkasting@chromium.org2010-10-191-2/+2
* Fixing AutoReset to be a template.gspencer@chromium.org2010-06-011-1/+1
* Include the appcache and database tracker databases into the sql diagnostics ...michaeln@chromium.org2010-04-021-1/+13
* AppCache: If we can't read the existing data delete it and start over.michaeln@chromium.org2010-04-011-0/+14
* AppCache: Migrate to the DiskCache's async interface and use the CacheType::A...michaeln@chromium.org2010-03-171-2/+3
* 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