summaryrefslogtreecommitdiffstats
path: root/content/browser/loader/resource_dispatcher_host_impl.h
Commit message (Expand)AuthorAgeFilesLines
* Make the logic for stream interception by MimeHandlerViews consistent with st...raymes2015-07-221-5/+17
* Rename BufferedResourceHandler to MimeTypeResourceHandler.mmenke2015-06-131-1/+1
* Replace more ObserverList with base::ObserverList.brettw2015-06-031-1/+1
* Run load state update timer only when neededandresantoso2015-05-271-2/+2
* This was a good experiment, but there's nobody currently driving this iterati...dglazkov2015-05-181-3/+0
* Change FrameTreeNode id from int64 to int.vishal.b2015-04-291-1/+1
* Revert of Ensuring interception of stream get determined by plugin path befor...deepak.m12015-04-131-5/+0
* Ensuring interception of stream get determined by plugin path before checking...deepak.m12015-04-081-0/+5
* Make ResourceDispatcherHostImpl::UpdateLoadStates do less work.mmenke2015-02-111-5/+38
* PlzNavigate: Remove the RequestNavigation IPCclamy2015-02-051-2/+0
* Get rid of net::DO_NOT_PROMPT_FOR_LOGINbaranovich2015-01-151-0/+1
* Remove SSLClientAuthHandler dependency on the RDH.davidben2014-12-081-2/+0
* Re-revert of "Remove SSLClientAuthHandler's RDH dependency." (https://coderev...davidben2014-12-031-0/+2
* Revert of Revert of "Remove SSLClientAuthHandler's RDH dependency." (https://...robliao2014-11-261-2/+0
* Revert of "Remove SSLClientAuthHandler's RDH dependency." (https://codereview...mattm2014-11-251-0/+2
* Allow URL requests for object/embed tags to be intercepted as streams.raymes2014-11-211-4/+5
* PlzNavigate: Add first version of NavigationURLLoader.davidben2014-10-291-13/+20
* Standardize usage of virtual/override/final in content/browser/dcheng2014-10-211-16/+13
* Fix outstanding request stats for multiple transfer navigations.creis2014-10-151-6/+6
* Add audio signal to the ResourceScheduler.aiolos2014-10-101-1/+9
* Remove SSLClientAuthHandler's RDH dependency.davidben2014-10-091-2/+0
* Replace OVERRIDE and FINAL with override and final in content/browser/loaderanand.ratn2014-10-071-12/+12
* PlzNavigate: implement CommitNavigation on the browser sideclamy2014-09-301-1/+3
* PlzNavigate: add cancel navigation logic for uncommitted requestscarlosk2014-09-051-4/+13
* Hook up RenderWidgetHost'saiolos2014-08-291-0/+5
* ResourceScheduler get visual signal from RenderViewHostImplzhenw2014-08-251-1/+7
* Collapse fileapi, webkit_blob, webkit_database, quota, and webkit_common name...pilgrim@chromium.org2014-08-221-2/+2
* Add a FrameHostMsg_BeginNavigation IPCclamy@chromium.org2014-07-161-0/+8
* Move resource_type.* from webkit/ to content/.tfarina@chromium.org2014-07-051-1/+1
* Navigation transitions: Block first response until after transitions have run.simonhatch@chromium.org2014-06-211-0/+3
* Forward MIME types to BrowserPlugin when a viewer is specified.zork@chromium.org2014-06-121-2/+5
* Remove IPC_BEGIN_MESSAGE_MAP_EX macro since r270839 made all bad IPCs kill th...jam@chromium.org2014-05-161-3/+1
* Add support for passing an arbitrary parameter to an IPC message handler. The...jam@chromium.org2014-05-131-1/+1
* Removed offline policy; it's not being used, and we have no plans to use it.rdsmith@chromium.org2014-05-121-5/+0
* Reland "Fix various issues in RedirectToFileResourceHandler."davidben@chromium.org2014-03-141-1/+1
* Revert 256688 "Fix various issues in RedirectToFileResourceHandler."cpu@chromium.org2014-03-131-1/+1
* Fix various issues in RedirectToFileResourceHandler.davidben@chromium.org2014-03-121-1/+1
* When cross-site navigations are cancelled, delete themmenke@chromium.org2014-02-151-0/+4
* Make ResourceDispatcherHostImpl::CancelRequest() tear down the loader.rdsmith@chromium.org2014-01-151-5/+4
* [Download] Return DownloadInterruptReason from OnStartedCallbackasanka@chromium.org2014-01-141-1/+1
* Remove calls of PrerenderTracker::TryCancel and TryCancelOnIOThread in Chrome...jam@chromium.org2014-01-061-6/+0
* Remove unnecessary call to set_first_party_for_cookies.creis@chromium.org2013-12-181-2/+1
* Chrome side of making SharedWorkerRepositoryClient be per RenderFrame instead...jam@chromium.org2013-12-181-8/+0
* Split ResourceDispatcherHostImpl::BeginRequesttyoshino@chromium.org2013-12-031-0/+12
* Allow prefetches to outlive their owning RenderViewHost.davidben@chromium.org2013-11-201-0/+4
* Experimental Revert of 231910 "Allows prefetch and other detachable requests ...mmenke@chromium.org2013-11-041-4/+0
* Allows prefetch and other detachable requests to live beyond the renderer by ...jkarlin@google.com2013-10-301-0/+4
* Remove RenderViewHostTracker and just have RenderViewHost tell ResourceDispat...jam@chromium.org2013-10-271-3/+0
* Make ResourceHandlers stateless with respect to child/routing/request IDs.creis@chromium.org2013-09-251-0/+9
* Modify ResourceMessageFilter so that it can support attaching to PluginProces...jam@chromium.org2013-09-091-7/+0