summaryrefslogtreecommitdiffstats
path: root/content/public/browser/resource_dispatcher_host_delegate.h
Commit message (Expand)AuthorAgeFilesLines
* Fix an issue that external protocol in subframes are not handled on Androidqinmin2015-05-061-1/+5
* Revert of Ensuring interception of stream get determined by plugin path befor...deepak.m12015-04-131-7/+4
* Ensuring interception of stream get determined by plugin path before checking...deepak.m12015-04-081-4/+7
* Split up streams logic to prepare for PlzNavigate RDH changes.davidben2014-10-151-2/+2
* Remove child/route parameters from ShouldBeginRequest and RequestBeginning.davidben@chromium.org2014-08-211-5/+1
* content: ResourceType cleanup.tfarina@chromium.org2014-07-311-45/+39
* Revert of Fix the handling of user gestures for external protocol handler dia...meacer@chromium.org2014-07-291-4/+1
* Move resource_type.* from webkit/ to content/.tfarina@chromium.org2014-07-051-1/+1
* Fix nits in content/browser/appcache/pilgrim@chromium.org2014-06-281-12/+6
* Move all remaining appcache-related code to content namespacepilgrim@chromium.org2014-06-251-2/+2
* Forward MIME types to BrowserPlugin when a viewer is specified.zork@chromium.org2014-06-121-16/+12
* Relanding user gesture fix for external protocol handlers after revert.meacer@chromium.org2014-04-031-1/+4
* Revert of Fix the handling of user gestures for external protocol handler dia...rlarocque@chromium.org2014-04-021-4/+1
* Fix the handling of user gestures for external protocol handler dialogs.meacer@chromium.org2014-04-021-1/+4
* Reports UMA data for bytes fetched over the network for used andjkarlin@chromium.org2014-02-141-0/+3
* Make PrerenderTracker's resource_throttle_io_thread_map_ use RenderFrame IDs ...jam@chromium.org2014-01-211-9/+0
* Remove calls of PrerenderTracker::TryCancel and TryCancelOnIOThread in Chrome...jam@chromium.org2014-01-061-14/+0
* Make ResourceHandlers stateless with respect to child/routing/request IDs.creis@chromium.org2013-09-251-1/+9
* Remove security_origin member from content::Stream.tyoshino@chromium.org2013-07-261-10/+12
* reland crrev.com/212927 Move webkitplatformsupport_impl and related from glue...scottmg@chromium.org2013-07-231-1/+1
* Revert 212927 "Move webkitplatformsupport_impl and related from ..."bryeung@chromium.org2013-07-221-1/+1
* Move webkitplatformsupport_impl and related from glue to childscottmg@chromium.org2013-07-221-1/+1
* Move configuration of URLRequest referrer to content/browser/loader.darin@chromium.org2013-06-251-2/+1
* Add expected content size to streamsPrivate.onExecuteMimeTypeHandlerzork@chromium.org2013-05-211-1/+2
* Add Resource Handler for creating Streams to forward to extensionszork@chromium.org2013-03-201-0/+26
* Add file browser handler resource throttler for intercepting downloads.tbarzic@chromium.org2012-12-181-5/+2
* Get rid of ipc_sender.h include in ipc_message.h.viettrungluu@chromium.org2012-12-141-1/+4
* [Android] Use resource throttle instead of HandleExternalProtocol.jknotten@chromium.org2012-10-291-2/+4
* AppCache and StoragePartition'ingmichaeln@chromium.org2012-09-151-0/+5
* Speculative resource prefetching - fixing missing navigations due to server s...shishir@chromium.org2012-08-021-0/+1
* Remove #pragma once from contentajwong@chromium.org2012-07-111-1/+0
* Speculative resource prefetching for URLs CL.shishir@chromium.org2012-06-251-0/+2
* Rename IPC Sender and Listener in ppapi, content/public, and content/rendererbrettw@chromium.org2012-06-201-1/+1
* Move TransferNavigationResourceThrottle to content since that's where it belo...jam@chromium.org2012-05-221-4/+2
* Add flag to specify if explicitly requested download is from web.rdsmith@chromium.org2012-05-151-1/+1
* Eliminate ResourceDispatcherHostDelegate::ShouldDeferStart in favor of Resour...darin@chromium.org2012-02-171-8/+0
* Make content::ResourceContext be a real interface like the rest of the Conten...jam@chromium.org2012-02-091-4/+4
* Introduce ResourceThrottle as a replacement for chrome's usage of ResourceHan...darin@chromium.org2012-02-061-10/+11
* Remove dependency on ResourceMessageFilter in Chrome.jam@chromium.org2012-01-261-4/+3
* Make CancelRequest trigger the destruction of URLRequest objects asynchronouslydarin@chromium.org2012-01-181-14/+15
* Move ResourceDispatcherHostLoginDelegate to content\public\browser where it b...jam@chromium.org2012-01-111-1/+2
* Remove unused 'in_complete' parameter.darin@chromium.org2012-01-031-8/+7
* Add support for content::Referrer to prerenderjochen@chromium.org2011-12-061-1/+2
* Fix a bug where redirect chain gets lost on process swap.mpcomplete@chromium.org2011-12-031-1/+2
* Move ResourceResponse struct into the Content API, since it's used in Chrome....jam@chromium.org2011-11-241-1/+1
* Get rid of resource_messages.h include from chrome, since that's an internal ...jam@chromium.org2011-11-161-3/+6
* Cleanup: Delete some unneeded forward declarations.thestig@chromium.org2011-11-091-3/+2
* Move ResourceDispatcherHostDelegate and DownloadManagerDelegate to /public/.joi@chromium.org2011-10-201-0/+127