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

Issue 2421093003: Allow redirects for requests that require preflight. (Closed)

Created:
4 years, 2 months ago by Jack Bates
Modified:
4 years ago
Reviewers:
yhirano, horo
CC:
chromium-reviews, blink-reviews, loading-reviews_chromium.org, tyoshino+watch_chromium.org, Nate Chapin, gavinp+loader_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Allow redirects for requests that require preflight. BUG=580796 Committed: https://crrev.com/eaeb7a5f8e9432594d8bcc09956c1f50e8f0ba66 Cr-Commit-Position: refs/heads/master@{#436374}

Patch Set 1 #

Patch Set 2 : Layout tests #

Total comments: 4

Patch Set 3 : Layout tests corrections and AUTHORS #

Patch Set 4 : REDIRECT_URL #

Patch Set 5 : Fix failing test #

Total comments: 2

Patch Set 6 : Rebase on custom headers CL #

Total comments: 6

Patch Set 7 : Custom method comment #

Total comments: 8

Patch Set 8 : Remove space #

Messages

Total messages: 57 (31 generated)
Jack Bates
4 years, 2 months ago (2016-10-15 17:43:50 UTC) #3
tyoshino (SeeGerritForStatus)
Thanks. Please add layout tests to cover the change.
4 years, 2 months ago (2016-10-17 05:23:11 UTC) #4
Jack Bates
On 2016/10/17 05:23:11, tyoshino wrote: > Thanks. Please add layout tests to cover the change. ...
4 years, 1 month ago (2016-10-26 22:26:40 UTC) #5
Jack Bates
4 years, 1 month ago (2016-10-26 22:31:00 UTC) #6
yhirano
https://codereview.chromium.org/2421093003/diff/20001/third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/thorough/redirect.js File third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/thorough/redirect.js (right): https://codereview.chromium.org/2421093003/diff/20001/third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/thorough/redirect.js#newcode195 third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/thorough/redirect.js:195: [OTHER_BASE_URL + I'm a bit confused: As you are ...
4 years, 1 month ago (2016-10-27 06:19:45 UTC) #15
yhirano
Also, can you add your name and address to src/AUTHORS?
4 years, 1 month ago (2016-10-27 06:24:21 UTC) #16
Jack Bates
On 2016/10/27 06:24:21, yhirano wrote: > Also, can you add your name and address to ...
4 years, 1 month ago (2016-11-03 17:19:28 UTC) #19
Jack Bates
https://codereview.chromium.org/2421093003/diff/20001/third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/thorough/redirect.js File third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/thorough/redirect.js (right): https://codereview.chromium.org/2421093003/diff/20001/third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/thorough/redirect.js#newcode195 third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/thorough/redirect.js:195: [OTHER_BASE_URL + On 2016/10/27 06:19:44, yhirano wrote: > I'm ...
4 years, 1 month ago (2016-11-03 17:22:03 UTC) #20
Jack Bates
I fixed the failing test in the latest CL.
4 years, 1 month ago (2016-11-12 01:48:52 UTC) #30
yhirano
Sorry for the long delay. The code generally looks good. Which CL do you want ...
4 years, 1 month ago (2016-11-16 08:20:28 UTC) #35
Jack Bates
On 2016/11/16 08:20:28, yhirano wrote: > Sorry for the long delay. The code generally looks ...
4 years, 1 month ago (2016-11-20 18:50:37 UTC) #36
Jack Bates
https://codereview.chromium.org/2421093003/diff/140001/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/access-control-and-redirects-async.html File third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/access-control-and-redirects-async.html (right): https://codereview.chromium.org/2421093003/diff/140001/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/access-control-and-redirects-async.html#newcode53 third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/access-control-and-redirects-async.html:53: access-control-allow-origin=http://127.0.0.1:8000", On 2016/11/16 08:20:28, yhirano wrote: > Hm, the ...
4 years, 1 month ago (2016-11-20 18:51:11 UTC) #37
yhirano
https://codereview.chromium.org/2421093003/diff/160001/third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/thorough/redirect.js File third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/thorough/redirect.js (left): https://codereview.chromium.org/2421093003/diff/160001/third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/thorough/redirect.js#oldcode195 third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/thorough/redirect.js:195: // Custom method Should this line remain? https://codereview.chromium.org/2421093003/diff/160001/third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/thorough/redirect.js#oldcode277 third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/thorough/redirect.js:277: ...
4 years ago (2016-11-22 04:05:23 UTC) #38
Jack Bates
https://codereview.chromium.org/2421093003/diff/160001/third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/thorough/redirect.js File third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/thorough/redirect.js (left): https://codereview.chromium.org/2421093003/diff/160001/third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/thorough/redirect.js#oldcode195 third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/thorough/redirect.js:195: // Custom method On 2016/11/22 04:05:23, yhirano OOO till ...
4 years ago (2016-11-22 18:24:17 UTC) #39
yhirano
+horo@ for LayoutTests/http/tests/serviceworker/resources/redirect.php
4 years ago (2016-11-28 08:29:02 UTC) #41
horo
https://codereview.chromium.org/2421093003/diff/180001/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/redirect.php File third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/redirect.php (right): https://codereview.chromium.org/2421093003/diff/180001/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/redirect.php#newcode5 third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/redirect.php:5: header("Location: $url"); I think it is better to set ...
4 years ago (2016-11-29 02:07:46 UTC) #42
Jack Bates
https://codereview.chromium.org/2421093003/diff/180001/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/redirect.php File third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/redirect.php (right): https://codereview.chromium.org/2421093003/diff/180001/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/redirect.php#newcode5 third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/redirect.php:5: header("Location: $url"); On 2016/11/29 02:07:46, horo wrote: > I ...
4 years ago (2016-11-29 16:29:34 UTC) #43
horo
https://codereview.chromium.org/2421093003/diff/180001/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/redirect.php File third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/redirect.php (right): https://codereview.chromium.org/2421093003/diff/180001/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/redirect.php#newcode5 third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/redirect.php:5: header("Location: $url"); On 2016/11/29 16:29:34, Jack Bates wrote: > ...
4 years ago (2016-11-30 02:07:20 UTC) #44
Jack Bates
https://codereview.chromium.org/2421093003/diff/180001/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/redirect.php File third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/redirect.php (right): https://codereview.chromium.org/2421093003/diff/180001/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/redirect.php#newcode5 third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/redirect.php:5: header("Location: $url"); On 2016/11/30 02:07:20, horo wrote: > On ...
4 years ago (2016-12-01 15:44:23 UTC) #45
horo
lgtm On 2016/11/28 08:29:02, yhirano wrote: > +horo@ for LayoutTests/http/tests/serviceworker/resources/redirect.php
4 years ago (2016-12-02 04:27:44 UTC) #46
yhirano
lgtm Thank you for working on this issue!
4 years ago (2016-12-02 07:07:46 UTC) #47
Jack Bates
Thank you for reviewing this. I thought about it some more and there is a ...
4 years ago (2016-12-04 16:54:06 UTC) #48
horo
On 2016/12/04 16:54:06, Jack Bates wrote: > Thank you for reviewing this. > I thought ...
4 years ago (2016-12-05 00:11:05 UTC) #49
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2421093003/200001
4 years ago (2016-12-05 18:09:36 UTC) #52
commit-bot: I haz the power
Committed patchset #8 (id:200001)
4 years ago (2016-12-05 19:45:05 UTC) #55
commit-bot: I haz the power
4 years ago (2016-12-05 19:46:29 UTC) #57
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/eaeb7a5f8e9432594d8bcc09956c1f50e8f0ba66
Cr-Commit-Position: refs/heads/master@{#436374}

Powered by Google App Engine
This is Rietveld 408576698