summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/simple_appcache_system.cc
Commit message (Expand)AuthorAgeFilesLines
* Plumbing to support loading from the "most appropriate" appcache.michaeln@google.com2011-03-211-1/+13
* net: Add namespace net to the remaining files under url_request directory.tfarina@chromium.org2011-01-061-1/+2
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-021-1/+1
* net: Remove typedef net::URLRequest URLRequest;tfarina@chromium.org2010-11-301-2/+2
* FBTF: Remove unneeded headers from base/ (part 9)thestig@chromium.org2010-11-201-5/+7
* Get rid of a dependency on MessageLoop::DestructionObserver.michaeln@chromium.org2010-11-151-14/+13
* Chrome side of changes required to populate appcache resource list.kkanetkar@chromium.org2010-07-281-5/+20
* New javascript console logging related to the appcache.michaeln@chromium.org2010-07-141-0/+15
* 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/+16
* AppCache: Use a dedicated thread for the disk cache.rvargas@google.com2010-06-071-5/+4
* Fully connect the dots between workers and appcache resource loading.michaeln@chromium.org2010-05-271-2/+2
* Provide more info to the renderer process in appcache progress events.michaeln@chromium.org2010-05-251-0/+16
* Define two new IPC messages to initialize an appcache for a shared worker or ...michaeln@chromium.org2010-05-131-0/+13
* Remove DCHECK in SimpleAppCacheSysmte::WillDestroyCurrentMessageLoop. This wa...rafaelw@chromium.org2010-04-281-1/+0
* Indicate in the tab UI if appcache creation was blocked by privacy settings.jochen@chromium.org2010-04-091-0/+2
* Plumbing for providing a cache thread MessageLoop to the DiskCache backend.michaeln@chromium.org2010-03-181-1/+2
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-191-3/+4
* If test_shell can't create temp dirs, use in-memory storage for the appcache.michaeln@chromium.org2010-01-211-1/+13
* AppCacheDatabase and SQL based AppCacheStorageImpl. michaeln@chromium.org2009-12-291-2/+9
* Revert 35328 - AppCacheDatabase and SQL based AppCacheStorageImpl.michaeln@google.com2009-12-291-9/+2
* AppCacheDatabase and SQL based AppCacheStorageImpl.michaeln@chromium.org2009-12-291-2/+9
* The appcache system uses two threads, an IO thread and a DB thread.michaeln@google.com2009-11-231-1/+26
* Third patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-0/+8
* 1) Tell the AppCacheService which request context to use when fetching resour...michaeln@google.com2009-09-151-1/+2
* Plumb request interception into the appcache library for both chrome and test...michaeln@google.com2009-09-011-0/+323