summaryrefslogtreecommitdiffstats
path: root/content/browser/loader/resource_loader.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix AwContentsTest#testDownload.davidben@chromium.org2014-04-161-7/+9
* Don't send two OnResponseCompleteds in ResourceLoader.davidben@chromium.org2014-04-141-5/+17
* Move appcache_interceptor from webkit/ to content/pilgrim@chromium.org2014-04-011-2/+2
* Don't resume cancelled requests.mkosiba@chromium.org2014-02-261-0/+5
* Fix chrome.webRequest.onBeforeRequest for requests coming from NPAPI plugin p...jam@chromium.org2014-01-191-1/+1
* Adds the new URLRequest::OnBeforeNetworkStart hook to thejkarlin@chromium.org2014-01-091-0/+17
* Cleanup: Correct the names of the struct fields.eranm@google.com2014-01-081-2/+2
* Remove calls of PrerenderTracker::TryCancel and TryCancelOnIOThread in Chrome...jam@chromium.org2014-01-061-6/+1
* Replace the GetAssociatedRenderView call with GetAssociatedRenderFrame in Res...jam@chromium.org2013-12-311-3/+3
* Revert "Replace the GetAssociatedRenderView call with GetAssociatedRenderFram...loislo@chromium.org2013-12-301-3/+3
* Replace the GetAssociatedRenderView call with GetAssociatedRenderFrame in Res...jam@chromium.org2013-12-281-3/+3
* Remove unnecessary call to set_first_party_for_cookies.creis@chromium.org2013-12-181-7/+1
* Support process swaps for cross-site iframes with --site-per-process.creis@chromium.org2013-12-181-3/+5
* SignedCertificateTimestamp storing & serialization code.alcutter@google.com2013-11-291-2/+31
* Explicitly prevent URL-to-app redirection for forced downloadssergeygs@chromium.org2013-11-271-1/+1
* Allow prefetches to outlive their owning RenderViewHost.davidben@chromium.org2013-11-201-0/+8
* Make ResourceHandler::OnResponseCompleted take a defer output parameter.davidben@chromium.org2013-11-181-5/+7
* Remove webview-based behavior from --site-per-process flag.creis@chromium.org2013-11-051-30/+0
* Experimental Revert of 231910 "Allows prefetch and other detachable requests ...mmenke@chromium.org2013-11-041-27/+0
* Revert 232376 "Revert 232342 "New prefetch histograms to get an ..."csharp@chromium.org2013-11-011-0/+35
* Revert 232342 "New prefetch histograms to get an idea of how oft..."csharp@chromium.org2013-11-011-35/+0
* New prefetch histograms to get an idea of how often prefetches happen,jkarlin@google.com2013-11-011-0/+35
* Allows prefetch and other detachable requests to live beyond the renderer by ...jkarlin@google.com2013-10-301-0/+27
* Get ClientCertStore through ResourceContext.mattm@chromium.org2013-10-301-44/+15
* Clean up ResourceHandler API.creis@chromium.org2013-10-151-7/+5
* Revert 227318 "Clean up ResourceHandler API."creis@chromium.org2013-10-081-5/+7
* Clean up ResourceHandler API.creis@chromium.org2013-10-071-7/+5
* Move TransferNavigationResourceThrottle into CrossSiteResourceHandler.creis@chromium.org2013-10-031-3/+10
* Revert 226284 "Move TransferNavigationResourceThrottle into Cros..."creis@chromium.org2013-10-011-3/+2
* Move TransferNavigationResourceThrottle into CrossSiteResourceHandler.creis@chromium.org2013-10-011-2/+3
* Make ResourceHandlers stateless with respect to child/routing/request IDs.creis@chromium.org2013-09-251-19/+1
* When switching processes during redirects, update the cookie policyjochen@chromium.org2013-08-121-1/+7
* Add histogram to measure the read deferral on crosswebsite navigationclamy@chromium.org2013-08-091-0/+7
* 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 time headers in content/, part 1.avi@chromium.org2013-06-281-1/+1
* Expose the HttpResponseInfo's ConnectionInfo in window.chrome.loadTimes()rch@chromium.org2013-06-061-0/+1
* Move webkit/appcache/* into webkit/{browser,common}/appcachekinuko@chromium.org2013-06-051-1/+1
* Expose net::LoadTimingInfo through content_shellpan.deng@intel.com2013-06-041-0/+3
* Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...rsleevi@chromium.org2013-06-021-20/+20
* content: Use base::MessageLoop.xhwang@chromium.org2013-05-041-7/+9
* Remove URL fragment from referrer HTTP header (to comply with rfc2616) when o...mef@chromium.org2013-04-101-1/+1
* Split the ProcessType enum into process types that content knows about (which...jam@chromium.org2013-03-221-0/+1
* Add Resource Handler for creating Streams to forward to extensionszork@chromium.org2013-03-201-1/+1
* net: split net/ssl out of net/basephajdan.jr@chromium.org2013-03-141-2/+2
* Move client certificates retrieval logic out of the SSL sockets.ppi@chromium.org2013-02-071-10/+37
* Implement a prototype to render cross-site iframes in a separate process from...nasko@chromium.org2013-01-231-0/+30
* Prevent cross-site pages if the --site-per-process flag is passedirobert@chromium.org2012-12-111-0/+16
* Add content/browser/loader/ for resource loading related classes.darin@chromium.org2012-12-051-0/+582