Description was changed from ========== Exclude simple headers when building Access-Control-Request-Headers As per https://github.com/whatwg/fetch/issues/249, we've ...
4 years, 8 months ago
(2016-04-15 07:30:03 UTC)
#1
Description was changed from
==========
Exclude simple headers when building Access-Control-Request-Headers
As per https://github.com/whatwg/fetch/issues/249, we've change the
fetch algorithm to omit simple headers when building a CORS preflight
request.
BUG=601092
==========
to
==========
Exclude simple headers when building Access-Control-Request-Headers
As per https://github.com/whatwg/fetch/issues/249, we've change the
fetch algorithm to omit simple headers when building a CORS preflight
request.
BUG=601092
==========
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1890053002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1890053002/40001
4 years, 8 months ago
(2016-04-15 07:30:41 UTC)
#5
4 years, 8 months ago
(2016-04-15 09:58:32 UTC)
#7
Dry run: This issue passed the CQ dry run.
Mike West
The code change LGTM. I would like to see some more tests, though. In particular, ...
4 years, 8 months ago
(2016-04-15 11:40:03 UTC)
#8
The code change LGTM. I would like to see some more tests, though. In
particular, please add:
1. Simple and non-simple values of `Content-Type`.
2. The specific headers excluded in `isSimpleHeader` (accept, accept-language,
content-language, save-data).
Basically, if `FetchUtils::isSimpleHeader` changes, a test somewhere should
break. :)
tyoshino (SeeGerritForStatus)
On 2016/04/15 11:40:03, Mike West wrote: > The code change LGTM. I would like to ...
4 years, 8 months ago
(2016-04-18 12:56:05 UTC)
#9
On 2016/04/15 11:40:03, Mike West wrote:
> The code change LGTM. I would like to see some more tests, though. In
> particular, please add:
>
> 1. Simple and non-simple values of `Content-Type`.
>
> 2. The specific headers excluded in `isSimpleHeader` (accept, accept-language,
> content-language, save-data).
>
> Basically, if `FetchUtils::isSimpleHeader` changes, a test somewhere should
> break. :)
Thanks for review, Mike. I've added unit tests for checking them. PTAL.
Mike West
Thank you, LGTM (again). :)
4 years, 8 months ago
(2016-04-20 08:04:06 UTC)
#10
Thank you, LGTM (again). :)
tyoshino (SeeGerritForStatus)
Description was changed from ========== Exclude simple headers when building Access-Control-Request-Headers As per https://github.com/whatwg/fetch/issues/249, we've ...
4 years, 8 months ago
(2016-04-21 05:57:40 UTC)
#11
Description was changed from
==========
Exclude simple headers when building Access-Control-Request-Headers
As per https://github.com/whatwg/fetch/issues/249, we've change the
fetch algorithm to omit simple headers when building a CORS preflight
request.
BUG=601092
==========
to
==========
Exclude simple headers when building Access-Control-Request-Headers
As per https://github.com/whatwg/fetch/issues/249, we've change the
fetch algorithm to omit simple headers when building a CORS preflight
request.
BUG=601092
R=mkwst
==========
tyoshino (SeeGerritForStatus)
The CQ bit was checked by tyoshino@chromium.org
4 years, 8 months ago
(2016-04-21 05:57:45 UTC)
#12
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1890053002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1890053002/100001
4 years, 8 months ago
(2016-04-21 05:57:55 UTC)
#14
Description was changed from ========== Exclude simple headers when building Access-Control-Request-Headers As per https://github.com/whatwg/fetch/issues/249, we've ...
4 years, 8 months ago
(2016-04-21 10:09:55 UTC)
#15
Message was sent while issue was closed.
Description was changed from
==========
Exclude simple headers when building Access-Control-Request-Headers
As per https://github.com/whatwg/fetch/issues/249, we've change the
fetch algorithm to omit simple headers when building a CORS preflight
request.
BUG=601092
R=mkwst
==========
to
==========
Exclude simple headers when building Access-Control-Request-Headers
As per https://github.com/whatwg/fetch/issues/249, we've change the
fetch algorithm to omit simple headers when building a CORS preflight
request.
BUG=601092
R=mkwst
==========
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 8 months ago
(2016-04-21 10:09:56 UTC)
#16
Message was sent while issue was closed.
Committed patchset #6 (id:100001)
commit-bot: I haz the power
Description was changed from ========== Exclude simple headers when building Access-Control-Request-Headers As per https://github.com/whatwg/fetch/issues/249, we've ...
4 years, 8 months ago
(2016-04-22 19:33:07 UTC)
#17
Message was sent while issue was closed.
Description was changed from
==========
Exclude simple headers when building Access-Control-Request-Headers
As per https://github.com/whatwg/fetch/issues/249, we've change the
fetch algorithm to omit simple headers when building a CORS preflight
request.
BUG=601092
R=mkwst
==========
to
==========
Exclude simple headers when building Access-Control-Request-Headers
As per https://github.com/whatwg/fetch/issues/249, we've change the
fetch algorithm to omit simple headers when building a CORS preflight
request.
BUG=601092
R=mkwst
Committed: https://crrev.com/34d19ec118192003bcc041fdea30cd7650411402
Cr-Commit-Position: refs/heads/master@{#388733}
==========
commit-bot: I haz the power
Patchset 6 (id:??) landed as https://crrev.com/34d19ec118192003bcc041fdea30cd7650411402 Cr-Commit-Position: refs/heads/master@{#388733}
4 years, 8 months ago
(2016-04-22 19:33:08 UTC)
#18
Issue 1890053002: Exclude simple headers when building Access-Control-Request-Headers
(Closed)
Created 4 years, 8 months ago by tyoshino (SeeGerritForStatus)
Modified 4 years, 8 months ago
Reviewers: Mike West
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Comments: 0