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

Issue 1143083002: Implement request's redirect mode and RequestRedirect for Fetch (Closed)

Created:
5 years, 7 months ago by shiva.jm
Modified:
5 years, 1 month ago
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Implement request's redirect mode and RequestRedirect for Fetch As in Spec: https://fetch.spec.whatwg.org/ BUG=471673

Patch Set 1 #

Total comments: 12

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+134 lines, -10 lines) Patch
M LayoutTests/http/tests/fetch/script-tests/fetch.js View 1 6 chunks +8 lines, -1 line 0 comments Download
M LayoutTests/http/tests/fetch/script-tests/request.js View 1 1 chunk +28 lines, -0 lines 0 comments Download
M LayoutTests/http/tests/serviceworker/resources/fetch-request-xhr-iframe.html View 2 chunks +2 lines, -0 lines 0 comments Download
M LayoutTests/http/tests/serviceworker/resources/fetch-request-xhr-worker.js View 1 chunk +1 line, -0 lines 0 comments Download
M Source/modules/fetch/FetchManager.cpp View 2 chunks +2 lines, -0 lines 0 comments Download
M Source/modules/fetch/FetchRequestData.h View 2 chunks +3 lines, -0 lines 0 comments Download
M Source/modules/fetch/FetchRequestData.cpp View 3 chunks +3 lines, -0 lines 0 comments Download
M Source/modules/fetch/Request.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M Source/modules/fetch/Request.cpp View 1 4 chunks +33 lines, -9 lines 0 comments Download
M Source/modules/fetch/Request.idl View 1 2 chunks +2 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/RequestTest.cpp View 1 3 chunks +4 lines, -0 lines 0 comments Download
M Source/platform/exported/WebServiceWorkerRequest.cpp View 1 3 chunks +12 lines, -0 lines 0 comments Download
M Source/platform/exported/WebURLRequest.cpp View 1 1 chunk +10 lines, -0 lines 0 comments Download
M Source/platform/network/ResourceRequest.h View 1 3 chunks +5 lines, -0 lines 0 comments Download
M Source/platform/network/ResourceRequest.cpp View 1 3 chunks +3 lines, -0 lines 0 comments Download
M Source/platform/network/ResourceRequestTest.cpp View 1 2 chunks +2 lines, -0 lines 0 comments Download
M public/platform/WebServiceWorkerRequest.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M public/platform/WebURLRequest.h View 1 2 chunks +10 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (4 generated)
shiva.jm
Please have a look.
5 years, 7 months ago (2015-05-20 05:53:31 UTC) #2
shiva.jm
please have a look.
5 years, 7 months ago (2015-05-22 05:11:58 UTC) #4
shiva.jm
pdr@chromium.org: Please review changes in tkent@chromium.org: Please review changes in
5 years, 7 months ago (2015-05-22 05:13:43 UTC) #6
tkent
On 2015/05/22 05:13:43, shiva.jm wrote: > mailto:pdr@chromium.org: Please review changes in > > mailto:tkent@chromium.org: Please ...
5 years, 7 months ago (2015-05-22 05:20:27 UTC) #7
pdr.
+cc japhet and mkwst who are owners of fetch.
5 years, 7 months ago (2015-05-22 17:46:23 UTC) #9
yhirano
I'm a bit confused: Is this CL implementing the redirect mode? Does setting it to ...
5 years, 7 months ago (2015-05-25 06:30:53 UTC) #10
shiva.jm
Please have a look, updated the review comments and tests. Yes, its for implementing the ...
5 years, 7 months ago (2015-05-25 12:01:57 UTC) #11
yhirano
On 2015/05/25 12:01:57, shiva.jm wrote: > Please have a look, updated the review comments and ...
5 years, 7 months ago (2015-05-26 03:23:45 UTC) #12
yhirano
Note: horo@ implemented the feature. https://codereview.chromium.org/1265133002/ https://codereview.chromium.org/1271733002/ https://codereview.chromium.org/1280733002/
5 years, 4 months ago (2015-08-19 10:45:05 UTC) #13
shiva.jm
5 years, 4 months ago (2015-08-19 16:02:18 UTC) #14
On 2015/08/19 10:45:05, yhirano wrote:
> Note: horo@ implemented the feature.
> https://codereview.chromium.org/1265133002/
> https://codereview.chromium.org/1271733002/
> https://codereview.chromium.org/1280733002/

Ok, thanks

Powered by Google App Engine
This is Rietveld 408576698