summaryrefslogtreecommitdiffstats
path: root/webkit/appcache/appcache_update_job_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Update webkit unit test initialization of URLRequestJobFactory objects.tedv@chromium.org2012-11-291-14/+27
* Reland 167337 - Move url_request_test_util into net namespacejochen@chromium.org2012-11-131-1/+1
* Revert 167337 - Move url_request_test_util into net namespacejochen@chromium.org2012-11-131-1/+1
* Move url_request_test_util into net namespacejochen@chromium.org2012-11-131-1/+1
* Turned job_factory into a pure virtual classshalev@chromium.org2012-08-241-13/+13
* Refactoring: ProtocolHandler::MaybeCreateJob and other functions take Network...shalev@chromium.org2012-08-241-16/+30
* Stop refcounting URLRequestContext.willchan@chromium.org2012-05-111-5/+5
* Workaround for a crashing appcache bug seen on the crash servers. Add an UMA ...michaeln@google.com2012-05-031-1/+49
* RefCounted types should not have public destructors, webkit/rsleevi@chromium.org2012-04-281-0/+3
* net::URLRequest: rename Simulate*Error with CancelWith*Errortoyoshim@chromium.org2012-03-131-4/+4
* base::Bind: Convert most of webkit/appcache.jhawkins@chromium.org2011-12-211-33/+28
* AppCache INTERCEPT namespace.michaeln@google.com2011-12-131-14/+76
* base::Bind: Implement CancelableCallback to replace CancelableTask.jhawkins@chromium.org2011-11-241-1/+1
* No longer check for a specific mime-type on appcache manifest files. The spec...michaeln@google.com2011-11-211-9/+21
* base::Bind: Convert most of webkit/appcache.jhawkins@chromium.org2011-11-111-7/+6
* Made application cache manifest URL always available for DevTools.vsevik@chromium.org2011-11-081-36/+36
* Thread::Stop() must be called before any subclass's destructor completes.joi@chromium.org2011-11-021-2/+0
* More groundwork for filestream based response storage.michaeln@google.com2011-10-211-7/+14
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-8/+8
* Third-party appcache blocking.marja@chromium.org2011-09-081-103/+1
* Log errors on the URLRequestTYPE_REQUEST_ALIVE end event,mmenke@chromium.org2011-08-171-1/+1
* Remove explicit keyword from multi-argument (w/o default values) constructorsdilmah@chromium.org2011-07-261-3/+3
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Reland r91815, "Clean up RegisterProtocolFactory calls."willchan@chromium.org2011-07-081-95/+88
* Revert r91815, "Clean up RegisterProtocolFactory calls." (broke mac canaries)caseq@google.com2011-07-081-89/+92
* Clean up RegisterProtocolFactory calls.willchan@chromium.org2011-07-081-92/+89
* Appcache cross-origin HTTPS resources.michaeln@google.com2011-02-221-2/+96
* AppCache URLFetcher refactoring. Just pulling the URLRequest handlingmichaeln@google.com2011-02-151-30/+30
* Clean up net unit testing code.erg@google.com2011-01-261-1/+1
* Revert "Clean up net unit testing code." since it breaks the shlib builder.erg@google.com2011-01-251-1/+1
* Clean up net unit testing code.erg@google.com2011-01-251-1/+1
* net: Remove typedef net::URLRequestContext URLRequestContext;tfarina@chromium.org2011-01-151-3/+3
* net: Remove typedef net::URLRequestTestJob URLRequestTestJob;tfarina@chromium.org2011-01-111-8/+9
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-021-1/+1
* 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 URLRequestErrorJob.tfarina@chromium.org2010-12-151-1/+1
* net: Remove typedef net::URLRequestJob URLRequestJob;tfarina@chromium.org2010-12-111-8/+8
* net: Remove typedef net::URLRequest URLRequest;tfarina@chromium.org2010-11-301-21/+22
* Make the error message more clear in the appcache console logging when an ini...michaeln@chromium.org2010-11-191-35/+2
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-22/+22
* Remove the FLAKY attribute from AppCacheUpdateJobTest.MasterEntryBadManifest....michaeln@chromium.org2010-08-171-1/+1
* FBTF: Start cleaning up net/erg@google.com2010-08-111-0/+1
* Undo in memory changes made by an update job if the commit to disk fails. Pro...michaeln@chromium.org2010-08-031-7/+72
* Chrome side of changes required to populate appcache resource list.kkanetkar@chromium.org2010-07-281-2/+2
* Make conditional requests when updating the appcache.michaeln@chromium.org2010-07-211-3/+55
* 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