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

Issue 643733003: DocumentThreadableLoader: Call clearResource() when rejecting redirect (Closed)

Created:
6 years, 2 months ago by tyoshino (SeeGerritForStatus)
Modified:
6 years ago
Reviewers:
Nate Chapin, Mike West
CC:
blink-reviews, gavinp+loader_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

DocumentThreadableLoader: Call clearResource() when rejecting redirect Also add comments to explain how clearing passed request affects redirect handling R=japhet,mkwst BUG=none Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=186399

Patch Set 1 #

Patch Set 2 : #

Total comments: 4

Patch Set 3 : Rebase #

Patch Set 4 : Rebase #

Patch Set 5 : Updated AssociatedURLLoaderTest #

Patch Set 6 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -3 lines) Patch
M Source/core/loader/DocumentThreadableLoader.cpp View 1 2 3 4 5 3 chunks +15 lines, -0 lines 0 comments Download
M Source/web/tests/AssociatedURLLoaderTest.cpp View 1 2 3 4 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 22 (5 generated)
tyoshino (SeeGerritForStatus)
6 years, 2 months ago (2014-10-24 11:08:26 UTC) #2
tyoshino (SeeGerritForStatus)
FYI, the behavior this cancelling relies on was introduced to WebURLLoaderImpl by this change. https://chromium.googlesource.com/chromium/src/+/6568a9e384e0f92422c68d4f31fb401df4acbaed%5E%21/webkit/glue/weburlloader_impl.cc
6 years, 2 months ago (2014-10-24 11:10:58 UTC) #3
Nate Chapin
https://codereview.chromium.org/643733003/diff/20001/Source/core/loader/DocumentThreadableLoader.cpp File Source/core/loader/DocumentThreadableLoader.cpp (right): https://codereview.chromium.org/643733003/diff/20001/Source/core/loader/DocumentThreadableLoader.cpp#newcode256 Source/core/loader/DocumentThreadableLoader.cpp:256: clearResource(); If we call clearResource(), can we get ride ...
6 years, 2 months ago (2014-10-24 17:09:31 UTC) #4
tyoshino (SeeGerritForStatus)
https://codereview.chromium.org/643733003/diff/20001/Source/core/loader/DocumentThreadableLoader.cpp File Source/core/loader/DocumentThreadableLoader.cpp (right): https://codereview.chromium.org/643733003/diff/20001/Source/core/loader/DocumentThreadableLoader.cpp#newcode256 Source/core/loader/DocumentThreadableLoader.cpp:256: clearResource(); On 2014/10/24 17:09:31, Nate Chapin wrote: > If ...
6 years, 1 month ago (2014-10-27 09:04:08 UTC) #5
Nate Chapin
https://codereview.chromium.org/643733003/diff/20001/Source/core/loader/DocumentThreadableLoader.cpp File Source/core/loader/DocumentThreadableLoader.cpp (right): https://codereview.chromium.org/643733003/diff/20001/Source/core/loader/DocumentThreadableLoader.cpp#newcode256 Source/core/loader/DocumentThreadableLoader.cpp:256: clearResource(); On 2014/10/27 09:04:08, tyoshino wrote: > On 2014/10/24 ...
6 years, 1 month ago (2014-10-29 23:37:26 UTC) #6
tyoshino (SeeGerritForStatus)
https://codereview.chromium.org/643733003/diff/20001/Source/core/loader/DocumentThreadableLoader.cpp File Source/core/loader/DocumentThreadableLoader.cpp (right): https://codereview.chromium.org/643733003/diff/20001/Source/core/loader/DocumentThreadableLoader.cpp#newcode256 Source/core/loader/DocumentThreadableLoader.cpp:256: clearResource(); On 2014/10/29 23:37:25, Nate Chapin wrote: > I ...
6 years, 1 month ago (2014-11-05 13:36:10 UTC) #7
Nate Chapin
On 2014/11/05 13:36:10, tyoshino wrote: > https://codereview.chromium.org/643733003/diff/20001/Source/core/loader/DocumentThreadableLoader.cpp > File Source/core/loader/DocumentThreadableLoader.cpp (right): > > https://codereview.chromium.org/643733003/diff/20001/Source/core/loader/DocumentThreadableLoader.cpp#newcode256 > ...
6 years, 1 month ago (2014-11-06 18:06:56 UTC) #8
tyoshino (SeeGerritForStatus)
On 2014/11/06 18:06:56, Nate Chapin wrote: > I don't think forPreload() is relevant. I would ...
6 years, 1 month ago (2014-11-10 07:36:34 UTC) #9
Nate Chapin
On 2014/11/10 07:36:34, tyoshino wrote: > On 2014/11/06 18:06:56, Nate Chapin wrote: > > I ...
6 years, 1 month ago (2014-11-10 21:32:57 UTC) #10
tyoshino (SeeGerritForStatus)
On 2014/11/10 21:32:57, Nate Chapin wrote: > On 2014/11/10 07:36:34, tyoshino wrote: > > On ...
6 years, 1 month ago (2014-11-13 07:55:32 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/643733003/60001
6 years, 1 month ago (2014-11-13 07:56:22 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: linux_blink_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/linux_blink_rel/builds/33387)
6 years, 1 month ago (2014-11-13 08:07:35 UTC) #15
tyoshino (SeeGerritForStatus)
Hi Nate, I forgot to run AssociatedURLLoaderTest. It has invalid expectation. The TestBlinkWebUnitTestSupport an implementation ...
6 years, 1 month ago (2014-11-13 08:45:47 UTC) #16
tyoshino (SeeGerritForStatus)
Mike, could you please take a look at AssociatedURLLoaderTest.cpp?
6 years ago (2014-11-27 05:29:19 UTC) #18
Mike West
LGTM.
6 years ago (2014-11-27 08:53:57 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/643733003/100001
6 years ago (2014-12-03 08:31:37 UTC) #21
commit-bot: I haz the power
6 years ago (2014-12-03 09:46:34 UTC) #22
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=186399

Powered by Google App Engine
This is Rietveld 408576698