summaryrefslogtreecommitdiffstats
path: root/webkit/appcache/mock_appcache_storage_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Select a more appropiate appcache based on the opener or the parent or the ta...michaeln@google.com2011-04-151-7/+7
* Fix for WKBug 47000: a failure mode given bad content (in an unlikely form). ...michaeln@chromium.org2010-11-031-0/+7
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-30/+30
* Undo in memory changes made by an update job if the commit to disk fails. Pro...michaeln@chromium.org2010-08-031-1/+2
* Indicate in the tab UI if appcache creation was blocked by privacy settings.jochen@chromium.org2010-04-091-2/+3
* Fix for a big appcache storage bug. Now stores a record of the new master ent...michaeln@chromium.org2010-01-241-1/+2
* Enforce a hard coded 5MB per origin quota for appcache storage.michaeln@chromium.org2010-01-211-2/+2
* Clarify licenses on a bunch of files.evan@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-10/+10
* Mock appcache storage bug fix for storing group and changes to its existing n...jennb@chromium.org2009-11-181-0/+42
* Lookup appcached responses given a request URL.michaeln@google.com2009-11-121-1/+207
* Change store group and newest cache API so that storage failure does not requ...jennb@chromium.org2009-11-111-5/+4
* AppCache changes to the networking model. Added new classes AppCacheRequestHa...michaeln@google.com2009-11-091-0/+5
* MockAppCacheStorage implementionmichaeln@google.com2009-10-241-0/+358