summaryrefslogtreecommitdiffstats
path: root/content/browser/loader/resource_dispatcher_host_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-281-2/+2
* Standardize usage of virtual/override/final in content/browser/dcheng2014-10-211-42/+35
* Fix outstanding request stats for multiple transfer navigations.creis2014-10-151-0/+82
* Turn UploadDataStream into an abstract class, and split the implentationmmenke2014-10-091-3/+3
* Replace OVERRIDE and FINAL with override and final in content/browser/loaderanand.ratn2014-10-071-19/+19
* Move PageTransition from //content/public/common to //ui/baseSylvain Defresne2014-09-191-1/+1
* Remove storage-related redirect headers in webkit/common/, update #includes a...pilgrim2014-09-101-1/+1
* Change base/file_utils.h includes to base/files/file_utils.h in content/thestig2014-09-051-1/+1
* Remove implicit conversions from scoped_refptr to T* in content/browser/loader/dcheng2014-08-261-7/+7
* Collapse fileapi, webkit_blob, webkit_database, quota, and webkit_common name...pilgrim@chromium.org2014-08-221-1/+1
* Remove child/route parameters from ShouldBeginRequest and RequestBeginning.davidben@chromium.org2014-08-211-2/+0
* Allow URLRequests from one context to have different NetworkDelegates.mmenke@chromium.org2014-08-211-10/+13
* content: ResourceType cleanup.tfarina@chromium.org2014-07-311-60/+60
* Rename ResourceThrottle::OnBeforeNetworkStart to WillStartUsingNetwork.jkarlin@chromium.org2014-07-301-3/+3
* Remove disable-embedded-shared-worker flag and shared worker process related ...horo@chromium.org2014-07-251-3/+0
* Move all remaining appcache-related code to content namespacepilgrim@chromium.org2014-06-251-3/+3
* Rename appcache constants in preparation for move to content namespacepilgrim@chromium.org2014-06-151-1/+1
* Cleanup and fix ResourceDispatcherHostTests.mmenke@chromium.org2014-06-031-6/+9
* Remove ProtocolFactory use from resource_dispatcher_host_unittest.cccbentzel@chromium.org2014-05-281-97/+113
* Remove IPC_BEGIN_MESSAGE_MAP_EX macro since r270839 made all bad IPCs kill th...jam@chromium.org2014-05-161-53/+26
* Move first-party cookie URL logic to browser process.davidben@chromium.org2014-05-141-6/+6
* Fix HANDLE leak in ResourceDispatcherHost tests.davidben@chromium.org2014-04-291-47/+83
* Don't send two OnResponseCompleteds in ResourceLoader.davidben@chromium.org2014-04-141-0/+2
* Reland "Fix various issues in RedirectToFileResourceHandler."davidben@chromium.org2014-03-141-49/+234
* Revert 256688 "Fix various issues in RedirectToFileResourceHandler."cpu@chromium.org2014-03-131-213/+19
* Fix various issues in RedirectToFileResourceHandler.davidben@chromium.org2014-03-121-19/+213
* Add ServiceWorkerContext to ResourceMessageFilter and WorkerStoragePartitionkinuko@chromium.org2014-03-121-1/+1
* Update resource requests to remove redundant frame ID.creis@chromium.org2014-03-031-2/+1
* Return ERR_INVALID_RESPONSE when we get a funky error page mime-type.mmenke@chromium.org2014-02-201-2/+2
* When cross-site navigations are cancelled, delete themmenke@chromium.org2014-02-151-0/+17
* Make ResourceDispatcherHostImpl::CancelRequest() tear down the loader.rdsmith@chromium.org2014-01-151-10/+25
* Adds the new URLRequest::OnBeforeNetworkStart hook to thejkarlin@chromium.org2014-01-091-1/+74
* Remove unnecessary call to set_first_party_for_cookies.creis@chromium.org2013-12-181-2/+1
* Make resource throttles and AsyncResourceHandler add events to NetLogmmenke@chromium.org2013-12-041-0/+4
* Add ResourceType::PING and mark those requests as detachable.davidben@chromium.org2013-11-221-18/+29
* Allow prefetches to outlive their owning RenderViewHost.davidben@chromium.org2013-11-201-145/+563
* Rename WebKit namespace to blink (part 3)abarth@chromium.org2013-11-071-1/+1
* Experimental Revert of 231910 "Allows prefetch and other detachable requests ...mmenke@chromium.org2013-11-041-458/+137
* [Net] Add a priority parameter to URLRequest's constructorakalin@chromium.org2013-10-311-1/+3
* Allows prefetch and other detachable requests to live beyond the renderer by ...jkarlin@google.com2013-10-301-137/+458
* Move TransferNavigationResourceThrottle into CrossSiteResourceHandler.creis@chromium.org2013-10-031-54/+136
* Revert 226284 "Move TransferNavigationResourceThrottle into Cros..."creis@chromium.org2013-10-011-136/+54
* Move TransferNavigationResourceThrottle into CrossSiteResourceHandler.creis@chromium.org2013-10-011-54/+136
* Make BrowserMessageFilter not derive from IPC::ChannelProxy::MessageFilter. T...jam@chromium.org2013-10-011-4/+1
* Make ResourceHandlers stateless with respect to child/routing/request IDs.creis@chromium.org2013-09-251-1/+98
* Modify ResourceMessageFilter so that it can support attaching to PluginProces...jam@chromium.org2013-09-091-21/+15
* Convert a bunch of resource IPCs to be control messages. They didn't need to ...jam@chromium.org2013-09-061-8/+8
* Revert 219709 "Remove the Extensions URLRequestContext."earthdok@chromium.org2013-08-271-25/+13
* Remove the Extensions URLRequestContext.ajwong@chromium.org2013-08-271-13/+25
* When switching processes during redirects, update the cookie policyjochen@chromium.org2013-08-121-1/+2