summaryrefslogtreecommitdiffstats
path: root/webkit/appcache/appcache_database.cc
Commit message (Expand)AuthorAgeFilesLines
* Move webkit/appcache/* into webkit/{browser,common}/appcachekinuko@chromium.org2013-06-051-1206/+0
* Histogram versions and extended error codes for SQLite databases.shess@chromium.org2013-05-151-1/+1
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-05-081-1/+1
* AppCacheExecutableHandlers - parse manifest file and store/retrieve the 'bit'...michaeln@google.com2013-04-171-3/+25
* Mechanism to reset appcache db when enabling/disabling experimental features ...michaeln@google.com2013-04-131-0/+21
* Chromium appcache pattern matching. Allow the INTERCEPT, FALLBACK, and NETWOR...michaeln@google.com2013-03-301-21/+60
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-2/+2
* Bake targeted error histogram support directly into sql::Connection.shess@chromium.org2013-01-031-11/+1
* [base] Move AutoReset to base namespace.dbeam@chromium.org2012-11-211-1/+1
* Added parameter 'clear_bound_vars', so we could reset the statement without c...michaelbai@chromium.org2012-04-251-1/+1
* Database usage adjustment for .../webkitgbillock@chromium.org2012-02-071-139/+65
* AppCache INTERCEPT namespace.michaeln@google.com2011-12-131-76/+144
* Get rid of some code execution at static initializer time.michaeln@google.com2011-09-011-6/+6
* Move app/sql/* files to sql/ directory.tfarina@chromium.org2011-07-191-6/+6
* AppCache + Quota integrationmichaeln@google.com2011-06-101-12/+10
* 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