summaryrefslogtreecommitdiffstats
path: root/webkit/appcache/appcache_host_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-0/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Fix for WKBug 47000: a failure mode given bad content (in an unlikely form). ...michaeln@chromium.org2010-11-031-1/+35
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-4/+4
* Chrome side of changes required to populate appcache resource list.kkanetkar@chromium.org2010-07-281-4/+4
* New javascript console logging related to the appcache.michaeln@chromium.org2010-07-141-0/+5
* Reland r52072. Pass notifications to the browser on access to the appcache ma...jochen@chromium.org2010-07-121-1/+1
* Failed compile on Chromium builder dbgvandebo@chromium.org2010-07-121-1/+1
* Pass notifications to the browser on access to the appcache main resource man...jochen@chromium.org2010-07-121-1/+1
* AppCache: add plumbing to deliver logging messages to the renderer process. T...michaeln@chromium.org2010-06-181-0/+4
* Provide more info to the renderer process in appcache progress events.michaeln@chromium.org2010-05-251-0/+6
* Finally getting to the appcache parts instead of all of this webkitApi/ipc pl...michaeln@chromium.org2010-05-201-0/+36
* Indicate in the tab UI if appcache creation was blocked by privacy settings.jochen@chromium.org2010-04-091-0/+3
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-191-0/+1
* Remove most uses of EmptyString(), EmptyWString(), EmptyString16(), and Empty...pkasting@chromium.org2010-01-081-4/+3
* Remove some stale TODOs.michaeln@chromium.org2010-01-041-1/+0
* 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-2/+4
* * Fix a bug with the applicationCache.status return value. The wrong status v...michaeln@google.com2009-11-121-2/+14
* Implement cancelling an appcache update. An update is cancelled when its appl...jennb@chromium.org2009-10-161-0/+59
* AppCache StorageAPIsmichaeln@google.com2009-10-091-4/+4
* * Fleshed out AppCacheHost class a fair amount, in particular the cache selec...michaeln@google.com2009-09-151-0/+230