summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/simple_appcache_system.h
Commit message (Expand)AuthorAgeFilesLines
* Move C++ code from webkit/tools/test_shell to webkit/supportjamesr@chromium.org2013-06-041-136/+0
* Revert "Move C++ code from webkit/tools/test_shell to webkit/support"jamesr@chromium.org2013-05-301-0/+136
* Move C++ code from webkit/tools/test_shell to webkit/supportjamesr@chromium.org2013-05-301-136/+0
* webkit: Use base::MessageLoop.xhwang@chromium.org2013-05-071-6/+10
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-3/+3
* Replace ancient crufty AppCacheThread with much improved MessageLoopProxy usage.michaeln@google.com2011-09-121-42/+0
* net: Add namespace net to the remaining files under url_request directory.tfarina@chromium.org2011-01-061-5/+4
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* net: Add namespace net to URLRequest and URLRequestJob classes.tfarina@chromium.org2010-11-281-6/+10
* Get rid of a dependency on MessageLoop::DestructionObserver.michaeln@chromium.org2010-11-151-7/+10
* If test_shell can't create temp dirs, use in-memory storage for the appcache.michaeln@chromium.org2010-01-211-1/+1
* AppCacheDatabase and SQL based AppCacheStorageImpl. michaeln@chromium.org2009-12-291-4/+29
* Revert 35328 - AppCacheDatabase and SQL based AppCacheStorageImpl.michaeln@google.com2009-12-291-29/+4
* AppCacheDatabase and SQL based AppCacheStorageImpl.michaeln@chromium.org2009-12-291-4/+29
* The appcache system uses two threads, an IO thread and a DB thread.michaeln@google.com2009-11-231-2/+23
* 1) Tell the AppCacheService which request context to use when fetching resour...michaeln@google.com2009-09-151-3/+4
* Plumb request interception into the appcache library for both chrome and test...michaeln@google.com2009-09-011-6/+102
* Retrofit the pre-existing appache message dispatching with the new WebKit API...michaeln@google.com2009-08-211-0/+25