summaryrefslogtreecommitdiffstats
path: root/webkit/appcache/appcache_storage.h
Commit message (Expand)AuthorAgeFilesLines
* webkit: Merge build target 'appcache' to 'webkit_storage'hashimoto@chromium.org2012-10-231-4/+4
* RefCounted types should not have public destructors, webkit/ editionrsleevi@chromium.org2012-06-041-3/+4
* Fix some loose ends around recently introduced AppCache INTERCEPT namespacesmichaeln@google.com2012-01-051-2/+5
* base::Bind: Convert most of webkit/appcache.jhawkins@chromium.org2011-12-211-1/+0
* More groundwork for filestream based response storage.michaeln@google.com2011-10-211-8/+11
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-1/+1
* Add more appcache_exports needed for test_shell_tests when we start linking a...dpranke@chromium.org2011-09-301-2/+3
* Third-party appcache blocking.marja@chromium.org2011-09-081-2/+1
* AppCache + Quota integrationmichaeln@google.com2011-06-101-0/+12
* Select a more appropiate appcache based on the opener or the parent or the ta...michaeln@google.com2011-04-151-1/+3
* Move some files from base to base/memory.levin@chromium.org2011-03-281-3/+3
* Add an accessor for an ExtensionSpecialStoragePolicy to the Profile classmichaeln@google.com2011-02-261-10/+0
* Fix for WKBug 47000: a failure mode given bad content (in an unlikely form). ...michaeln@chromium.org2010-11-031-1/+1
* FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD...erg@google.com2010-09-301-9/+3
* AppCache: Provide a way to override the default quota for an origin. The inte...michaeln@chromium.org2010-08-041-0/+10
* Undo in memory changes made by an update job if the commit to disk fails. Pro...michaeln@chromium.org2010-08-031-1/+2
* Even more FRIEND_TEST_ALL_PREFIXES, now like in webkitphajdan.jr@chromium.org2010-08-021-2/+3
* Indicate in the tab UI if appcache creation was blocked by privacy settings.jochen@chromium.org2010-04-091-2/+3
* Hook up the content settings UI to the appcache.michaeln@chromium.org2010-03-051-0/+9
* [GTTF] Reduce header dependencies in webkitphajdan.jr@chromium.org2010-02-091-31/+8
* Fix for a big appcache storage bug. Now stores a record of the new master ent...michaeln@chromium.org2010-01-241-1/+1
* Trigger the deletion of unused responses when caches are updated and made obs...michaeln@chromium.org2010-01-131-6/+9
* AppCache quota tracking groundwork, store response sizes in the SQL database. michaeln@chromium.org2010-01-061-1/+7
* Revert 35609 - AppCache quota tracking groundwork, store response sizes in th...michaeln@google.com2010-01-061-7/+1
* AppCache quota tracking groundwork, store response sizes in the SQL database.michaeln@chromium.org2010-01-061-1/+7
* Remove some stale TODOs.michaeln@chromium.org2010-01-041-1/+0
* AppCacheDatabase and SQL based AppCacheStorageImpl. michaeln@chromium.org2009-12-291-1/+1
* A mind numbing change to add the notion of a persistent groupId, and to get r...michaeln@google.com2009-11-241-4/+0
* Change store group and newest cache API so that storage failure does not requ...jennb@chromium.org2009-11-111-3/+5
* AppCache changes to the networking model. Added new classes AppCacheRequestHa...michaeln@google.com2009-11-091-10/+18
* Third patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-5/+8
* MockAppCacheStorage implementionmichaeln@google.com2009-10-241-25/+9
* AppCacheResponse storage implementationmichaeln@google.com2009-10-211-15/+155
* AppCache StorageAPIsmichaeln@google.com2009-10-091-0/+178