summaryrefslogtreecommitdiffstats
path: root/webkit/appcache/mock_appcache_storage.cc
Commit message (Expand)AuthorAgeFilesLines
* Indicate in the tab UI if appcache creation was blocked by privacy settings.jochen@chromium.org2010-04-091-4/+4
* Fix for a big appcache storage bug. Now stores a record of the new master ent...michaeln@chromium.org2010-01-241-4/+5
* Enforce a hard coded 5MB per origin quota for appcache storage.michaeln@chromium.org2010-01-211-3/+3
* Trigger the deletion of unused responses when caches are updated and made obs...michaeln@chromium.org2010-01-131-1/+6
* Remove most uses of EmptyString(), EmptyWString(), EmptyString16(), and Empty...pkasting@chromium.org2010-01-081-3/+2
* Fixes to address the failing appcache/remove-cache.html layout tests.michaeln@chromium.org2010-01-041-4/+5
* AppCacheDatabase and SQL based AppCacheStorageImpl. michaeln@chromium.org2009-12-291-11/+1
* Revert 35328 - AppCacheDatabase and SQL based AppCacheStorageImpl.michaeln@google.com2009-12-291-1/+11
* AppCacheDatabase and SQL based AppCacheStorageImpl.michaeln@chromium.org2009-12-291-11/+1
* A mind numbing change to add the notion of a persistent groupId, and to get r...michaeln@google.com2009-11-241-2/+1
* Forces T*s to scoped_refptr<T> when PostTask()ing to a function expecting sco...jamesr@chromium.org2009-11-201-5/+10
* Mock appcache storage bug fix for storing group and changes to its existing n...jennb@chromium.org2009-11-181-7/+9
* Lookup appcached responses given a request URL.michaeln@google.com2009-11-121-21/+131
* Change store group and newest cache API so that storage failure does not requ...jennb@chromium.org2009-11-111-7/+5
* AppCache changes to the networking model. Added new classes AppCacheRequestHa...michaeln@google.com2009-11-091-2/+37
* Add storage code to appcache update process.jennb@chromium.org2009-10-301-1/+15
* MockAppCacheStorage implementionmichaeln@google.com2009-10-241-55/+212
* AppCacheResponse storage implementationmichaeln@google.com2009-10-211-16/+66
* AppCache StorageAPIsmichaeln@google.com2009-10-091-0/+98