summaryrefslogtreecommitdiffstats
path: root/content/browser/loader/resource_dispatcher_host_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update include paths in content/browser for base/process changes.rsesek@chromium.org2013-07-231-1/+0
* Use a direct include of the message_loop header in content/, part 1.avi@chromium.org2013-07-181-1/+1
* Use a direct include of strings headers in content/browser/, part 2.avi@chromium.org2013-06-111-1/+1
* Ignore spurious ResourceHostMsg_DataReceived_ACK IPC messages.aedla@chromium.org2013-06-111-0/+54
* Move webkit/appcache/* into webkit/{browser,common}/appcachekinuko@chromium.org2013-06-051-1/+1
* Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...rsleevi@chromium.org2013-06-021-5/+7
* Lower the priority of shared workers that aren't associated with the foregrou...simonhatch@chromium.org2013-05-311-0/+4
* Use base::MessageLoop in more files.xhwang@chromium.org2013-05-301-1/+1
* Limit the number of pending requests to the max number of file descriptors.simonjam@chromium.org2013-05-091-120/+89
* content: Use base::MessageLoop.xhwang@chromium.org2013-05-041-16/+16
* Warn on missing OVERRIDE/virtual everywhere, not just in header files.rsleevi@chromium.org2013-05-021-1/+1
* Fix memory leaks from http://codereview.chromium.org/12886022.rdsmith@chromium.org2013-04-261-0/+16
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-04-171-1/+1
* Remove URL fragment from referrer HTTP header (to comply with rfc2616) when o...mef@chromium.org2013-04-101-1/+1
* Hide ContentClient getters from embedders so that they they don't reuse conte...jam@chromium.org2013-04-051-6/+4