Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Issue 131363006: [abort] [do not commit] don't stop loaders on canceled navigations (Closed)

Created:
6 years, 11 months ago by mkosiba (inactive)
Modified:
6 years, 6 months ago
CC:
blink-reviews, jamesr, dglazkov+blink, gavinp+loader_chromium.org, abarth-chromium, sgurun-gerrit only
Visibility:
Public.

Description

[do not commit] don't stop loaders on canceled navigations BUG=308257

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -14 lines) Patch
M Source/core/fetch/ResourceFetcher.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/fetch/ResourceFetcher.cpp View 1 chunk +5 lines, -0 lines 0 comments Download
M Source/core/fetch/ResourceLoader.h View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/fetch/ResourceLoader.cpp View 1 chunk +5 lines, -0 lines 0 comments Download
M Source/core/fetch/ResourceLoaderHost.h View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/loader/FrameLoader.h View 2 chunks +5 lines, -0 lines 0 comments Download
M Source/core/loader/FrameLoader.cpp View 4 chunks +43 lines, -11 lines 0 comments Download
M Source/core/loader/FrameLoaderClient.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/FrameLoaderClientImpl.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/FrameLoaderClientImpl.cpp View 1 chunk +1 line, -1 line 0 comments Download
M public/platform/WebURLLoaderClient.h View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
mkosiba (inactive)
Hi Darin! Just wanted to get some early feedback on whether you consider this the ...
6 years, 11 months ago (2014-01-09 18:17:18 UTC) #1
Nate Chapin
On 2014/01/09 18:17:18, mkosiba wrote: > Hi Darin! > Just wanted to get some early ...
6 years, 11 months ago (2014-01-09 21:04:32 UTC) #2
mkosiba (inactive)
6 years, 11 months ago (2014-01-13 15:20:13 UTC) #3
On 2014/01/09 21:04:32, Nate Chapin wrote:
> On 2014/01/09 18:17:18, mkosiba wrote:
> > Hi Darin!
> >   Just wanted to get some early feedback on whether you consider this the
> > correct approach to fixing the "if you perform a navigation which is
> immediately
> > cancelled by a ResourceThrottle XHRs get cancelled" problem.
> >   A full review is not necessary since I still need to figure out why this
> > change is breaking
WebContentsImplBrowserTest.DidStopLoadingDetailsWithPending
> >   The Chromium-side of this CL is https://codereview.chromium.org/132143003/
> 
> I wonder if we can do this without the didRequestStartForFrame callback. Due
to
> some recent refactorings, we should be fairly resilient to having resources
> associated with both the provisional and the committed DocumentLoader in
flight
> at the same time.

I was a bit concerned that having both run at the same time means that they're
competing for bandwidth which was the main motivation for the
didRequestStartForFrame
callback. If you don't think this will be an issue I can try dropping it.

Powered by Google App Engine
This is Rietveld 408576698