summaryrefslogtreecommitdiffstats
path: root/content/browser/loader/resource_dispatcher_host_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Add a blob field to ServiceWorkerFetchResponse and read the blobfalken@chromium.org2014-05-301-4/+9
* Remove request_id parameter from ResourceHandler methods.davidben@chromium.org2014-05-281-7/+8
* Move some content url constants to /url.sungmann.cho@navercorp.com2014-05-281-3/+3
* Remove IPC_BEGIN_MESSAGE_MAP_EX macro since r270839 made all bad IPCs kill th...jam@chromium.org2014-05-161-5/+4
* Add support for passing an arbitrary parameter to an IPC message handler. The...jam@chromium.org2014-05-131-2/+2
* Removed offline policy; it's not being used, and we have no plans to use it.rdsmith@chromium.org2014-05-121-61/+0
* Relanding user gesture fix for external protocol handlers after revert.meacer@chromium.org2014-04-031-2/+9
* Revert of Fix the handling of user gestures for external protocol handler dia...rlarocque@chromium.org2014-04-021-9/+2
* Fix the handling of user gestures for external protocol handler dialogs.meacer@chromium.org2014-04-021-2/+9
* Move appcache_interceptor from webkit/ to content/pilgrim@chromium.org2014-04-011-4/+4
* Change the streamsPrivate extensions API to return HTTP response headers in a...raymes@chromium.org2014-03-261-5/+4
* Only support download_to_file for asynchronous requests.davidben@chromium.org2014-03-251-6/+14
* Reland "Fix various issues in RedirectToFileResourceHandler."davidben@chromium.org2014-03-141-8/+14
* Wire ServiceWorker protocol interceptorkinuko@chromium.org2014-03-131-0/+9
* Revert 256688 "Fix various issues in RedirectToFileResourceHandler."cpu@chromium.org2014-03-131-14/+8
* Fix various issues in RedirectToFileResourceHandler.davidben@chromium.org2014-03-121-8/+14
* Allow the content browser client to specify a special cookie store to betburkard@chromium.org2014-03-121-2/+10
* Revert 256579 "Allow the content browser client to specify a spe..."peter@chromium.org2014-03-121-10/+2
* Allow the content browser client to specify a special cookie store to betburkard@chromium.org2014-03-121-2/+10
* Move resource_request_body.cc/h to content/common/pilgrim@chromium.org2014-03-111-2/+1
* Pass http response headers to the streamsPrivate API callbackraymes@chromium.org2014-03-071-1/+5
* Update resource requests to remove redundant frame ID.creis@chromium.org2014-03-031-6/+4
* Cleanup: Move kBlobScheme constant into content namespace.tfarina@chromium.org2014-03-011-2/+2
* Make BeginRequest code more readabletyoshino@chromium.org2014-02-271-18/+17
* Drop unhandled ResourceHostMsg's in the ResourceDispatcherHostImpljdduke@chromium.org2014-02-271-0/+4
* When cross-site navigations are cancelled, delete themmenke@chromium.org2014-02-151-0/+7
* Reports UMA data for bytes fetched over the network for used andjkarlin@chromium.org2014-02-141-0/+3
* Add transfer size paramater to didFinishLoading [2/3]eustas@chromium.org2014-02-101-1/+1
* Plumb network stack information about existence of cached copyrdsmith@chromium.org2014-02-061-5/+8
* Transfer appcache state during cross site navigations too.michaeln@chromium.org2014-02-041-0/+5
* When checking the public suffix list, set INCLUDE_PRIVATE_REGISTRIES for all ...rsleevi@chromium.org2014-01-301-1/+1
* Remove some unnecessary NULL checks of RenderFrameHost before calling WebCont...jam@chromium.org2014-01-221-6/+0
* Certificate Transparency: Add UMA for SCT presence, type.eranm@google.com2014-01-221-5/+18
* Make PrerenderTracker's resource_throttle_io_thread_map_ use RenderFrame IDs ...jam@chromium.org2014-01-211-10/+2
* Make ResourceDispatcherHostImpl::CancelRequest() tear down the loader.rdsmith@chromium.org2014-01-151-11/+21
* [Download] Return DownloadInterruptReason from OnStartedCallbackasanka@chromium.org2014-01-141-11/+16
* Move the guts of user_metrics to a new static lib in //base/metrics.ben@chromium.org2014-01-131-2/+2
* Disabled resource scheduling when using a SPDY proxypmeenan@chromium.org2014-01-081-0/+7
* Remove calls of PrerenderTracker::TryCancel and TryCancelOnIOThread in Chrome...jam@chromium.org2014-01-061-20/+0
* Fix chromium.content.browser.InterstitialPageTest#testCloseInterstitial on an...jam@chromium.org2013-12-261-0/+4
* Replace the GetAssociatedRenderView call with GetAssociatedRenderFrame in Res...jam@chromium.org2013-12-261-16/+20
* Remove unnecessary call to set_first_party_for_cookies.creis@chromium.org2013-12-181-2/+2
* Support process swaps for cross-site iframes with --site-per-process.creis@chromium.org2013-12-181-3/+9
* Chrome side of making SharedWorkerRepositoryClient be per RenderFrame instead...jam@chromium.org2013-12-181-17/+1
* Move more of the plugin code in the renderer to use RenderFrame instead of Re...jam@chromium.org2013-12-061-0/+2
* Split ResourceDispatcherHostImpl::BeginRequesttyoshino@chromium.org2013-12-031-1/+18
* Explicitly prevent URL-to-app redirection for forced downloadssergeygs@chromium.org2013-11-271-3/+2
* Add ResourceType::PING and mark those requests as detachable.davidben@chromium.org2013-11-221-0/+1
* Allow prefetches to outlive their owning RenderViewHost.davidben@chromium.org2013-11-201-17/+46
* Preserve should_replace_current_entry across request transfers.davidben@chromium.org2013-11-191-0/+2