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

Issue 1265133002: [1/3 blink] Support redirect option of Request and "opaqueredirect" response type. (Closed)

Created:
5 years, 4 months ago by horo
Modified:
5 years, 4 months ago
Reviewers:
falken, chrishtr, yhirano
CC:
blink-reviews, dglazkov+blink
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

[1/3 blink] Support redirect option of Request and "opaqueredirect" response type. https://crbug.com/510650#c4 describes the details of the data flow. 1/3 blink: This patch 2/3 chromium: https://codereview.chromium.org/1271733002/ 3/3 blink: https://codereview.chromium.org/1280733002/ BUG=510650, 517837 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=200291

Patch Set 1 : #

Patch Set 2 : rebase on 1269243003 #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 16

Patch Set 5 : incorporated falken's comment #

Patch Set 6 : Fix RespondWithObserver #

Patch Set 7 : Fixed comments #

Patch Set 8 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+211 lines, -65 lines) Patch
M Source/modules/fetch/FetchManager.cpp View 1 2 3 4 3 chunks +43 lines, -12 lines 0 comments Download
M Source/modules/fetch/FetchRequestData.h View 1 2 3 2 chunks +3 lines, -1 line 0 comments Download
M Source/modules/fetch/FetchRequestData.cpp View 3 chunks +3 lines, -0 lines 0 comments Download
M Source/modules/fetch/FetchResponseData.h View 1 2 3 4 5 6 2 chunks +4 lines, -2 lines 0 comments Download
M Source/modules/fetch/FetchResponseData.cpp View 3 chunks +15 lines, -0 lines 0 comments Download
M Source/modules/fetch/Request.h View 1 chunk +1 line, -0 lines 0 comments Download
M Source/modules/fetch/Request.cpp View 1 2 3 4 5 6 13 chunks +71 lines, -47 lines 0 comments Download
M Source/modules/fetch/Request.idl View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
M Source/modules/fetch/RequestInit.h View 1 chunk +1 line, -0 lines 0 comments Download
M Source/modules/fetch/RequestInit.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M Source/modules/fetch/Response.cpp View 2 chunks +5 lines, -0 lines 0 comments Download
M Source/modules/serviceworkers/RespondWithObserver.cpp View 1 2 3 4 5 6 7 3 chunks +13 lines, -1 line 0 comments Download
M Source/platform/exported/WebServiceWorkerRequest.cpp View 3 chunks +12 lines, -0 lines 0 comments Download
M Source/platform/exported/WebURLRequest.cpp View 1 chunk +10 lines, -0 lines 0 comments Download
M Source/platform/network/ResourceRequest.h View 3 chunks +5 lines, -0 lines 0 comments Download
M Source/platform/network/ResourceRequest.cpp View 3 chunks +3 lines, -0 lines 0 comments Download
M public/platform/WebServiceWorkerResponseType.h View 1 chunk +2 lines, -1 line 0 comments Download
M public/platform/WebURLRequest.h View 1 2 2 chunks +10 lines, -0 lines 0 comments Download
M public/platform/modules/serviceworker/WebServiceWorkerRequest.h View 1 2 3 4 5 6 7 1 chunk +3 lines, -0 lines 0 comments Download
M public/platform/modules/serviceworker/WebServiceWorkerResponseError.h View 1 2 3 4 5 6 7 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 30 (14 generated)
horo
yhirano@ Could you please review this?
5 years, 4 months ago (2015-08-06 17:29:05 UTC) #8
horo
falken@ Could you please review this?
5 years, 4 months ago (2015-08-06 17:30:39 UTC) #10
falken
I'd like to understand the change first (the spec is difficult to read). Previously, fetch(url) ...
5 years, 4 months ago (2015-08-07 05:32:58 UTC) #11
horo
On 2015/08/07 05:32:58, falken wrote: > I'd like to understand the change first (the spec ...
5 years, 4 months ago (2015-08-07 07:01:24 UTC) #12
falken
lgtm Let's make a Feature Dashboard and OWP Launch bug for this. I don't think ...
5 years, 4 months ago (2015-08-07 07:39:12 UTC) #13
horo
Thank you. https://codereview.chromium.org/1265133002/diff/180001/Source/modules/fetch/FetchManager.cpp File Source/modules/fetch/FetchManager.cpp (right): https://codereview.chromium.org/1265133002/diff/180001/Source/modules/fetch/FetchManager.cpp#newcode142 Source/modules/fetch/FetchManager.cpp:142: FetchResponseData* taintedResponse = responseData; On 2015/08/07 07:39:12, ...
5 years, 4 months ago (2015-08-07 09:19:33 UTC) #14
horo
On 2015/08/07 07:39:12, falken wrote: > lgtm > > Let's make a Feature Dashboard and ...
5 years, 4 months ago (2015-08-07 10:02:12 UTC) #15
horo
chrishtr@ Could you please review Source/platform/exported/*, Source/platform/network/*, public/platform/*?
5 years, 4 months ago (2015-08-07 12:08:58 UTC) #17
yhirano
https://codereview.chromium.org/1265133002/diff/180001/Source/modules/fetch/FetchManager.cpp File Source/modules/fetch/FetchManager.cpp (right): https://codereview.chromium.org/1265133002/diff/180001/Source/modules/fetch/FetchManager.cpp#newcode144 Source/modules/fetch/FetchManager.cpp:144: if (IsRedirectStatusCode(m_responseHttpStatusCode)) { ASSERT(redirect mode is "manual")? https://codereview.chromium.org/1265133002/diff/180001/Source/modules/fetch/FetchResponseData.h File ...
5 years, 4 months ago (2015-08-07 14:22:02 UTC) #18
horo
https://codereview.chromium.org/1265133002/diff/180001/Source/modules/fetch/FetchManager.cpp File Source/modules/fetch/FetchManager.cpp (right): https://codereview.chromium.org/1265133002/diff/180001/Source/modules/fetch/FetchManager.cpp#newcode144 Source/modules/fetch/FetchManager.cpp:144: if (IsRedirectStatusCode(m_responseHttpStatusCode)) { On 2015/08/07 14:22:02, yhirano wrote: > ...
5 years, 4 months ago (2015-08-07 15:39:54 UTC) #19
yhirano
lgtm
5 years, 4 months ago (2015-08-10 04:37:08 UTC) #20
chrishtr
lgtm
5 years, 4 months ago (2015-08-10 17:04:36 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1265133002/240001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1265133002/240001
5 years, 4 months ago (2015-08-10 22:52:15 UTC) #24
commit-bot: I haz the power
Try jobs failed on following builders: android_blink_compile_rel on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/android_blink_compile_rel/builds/45571)
5 years, 4 months ago (2015-08-10 22:54:45 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1265133002/260001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1265133002/260001
5 years, 4 months ago (2015-08-11 01:54:24 UTC) #29
commit-bot: I haz the power
5 years, 4 months ago (2015-08-11 03:24:21 UTC) #30
Message was sent while issue was closed.
Committed patchset #8 (id:260001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=200291

Powered by Google App Engine
This is Rietveld 408576698