Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "webauthn: Update abort handling to take an abort reason" #35692

Merged
merged 1 commit into from
Aug 29, 2022

Conversation

chromium-wpt-export-bot
Copy link
Collaborator

@chromium-wpt-export-bot chromium-wpt-export-bot commented Aug 29, 2022

This reverts commit 626cf945c1cb51b2b51cf145d5be7cdaf6e2879b.

Reason for revert: crbug.com/1357180

Original change's description:

webauthn: Update abort handling to take an abort reason

AbortController now has a reason [1] parameter which
has been added to Web Authentication [2], Credential Management [3],
and Web OTP [4]. We should update CredentialsContainer to take
this reason to the promise then aborting a request.

[1] https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal/reason
[2] w3c/webauthn#1706
[3] w3c/webappsec-credential-management#196
[4] WICG/web-otp#57

Bug: 1272541, 1329938
Change-Id: Idb9ef40d6a97ae240ae3a28892a426e4c0ffbfef
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3715820
Commit-Queue: Euisang Lim <eui-sang.lim@samsung.com>
Commit-Queue: Nina Satragno <nsatragno@chromium.org>
Reviewed-by: Nina Satragno <nsatragno@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1039866}

Bug: 1272541, 1329938, 1357180
Change-Id: Ida573df85179b8575b3cba725109a45a09a30507
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3861492
Auto-Submit: Francois Pierre Doray <fdoray@chromium.org>
Commit-Queue: Stephen McGruer <smcgruer@chromium.org>
Owners-Override: Francois Pierre Doray <fdoray@chromium.org>
Reviewed-by: Stephen McGruer <smcgruer@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1040433}

Copy link
Collaborator

@wpt-pr-bot wpt-pr-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The review process for this patch is being conducted in the Chromium project.

This reverts commit 626cf945c1cb51b2b51cf145d5be7cdaf6e2879b.

Reason for revert: crbug.com/1357180

Original change's description:
> webauthn: Update abort handling to take an abort reason
>
> AbortController now has a `reason` [1] parameter which
> has been added to Web Authentication [2], Credential Management [3],
> and Web OTP [4]. We should update CredentialsContainer to take
> this `reason` to the promise then aborting a request.
>
> [1] https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal/reason
> [2] w3c/webauthn#1706
> [3] w3c/webappsec-credential-management#196
> [4] WICG/web-otp#57
>
> Bug: 1272541, 1329938
> Change-Id: Idb9ef40d6a97ae240ae3a28892a426e4c0ffbfef
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3715820
> Commit-Queue: Euisang Lim <eui-sang.lim@samsung.com>
> Commit-Queue: Nina Satragno <nsatragno@chromium.org>
> Reviewed-by: Nina Satragno <nsatragno@chromium.org>
> Cr-Commit-Position: refs/heads/main@{#1039866}

Bug: 1272541, 1329938, 1357180
Change-Id: Ida573df85179b8575b3cba725109a45a09a30507
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3861492
Auto-Submit: Francois Pierre Doray <fdoray@chromium.org>
Commit-Queue: Stephen McGruer <smcgruer@chromium.org>
Owners-Override: Francois Pierre Doray <fdoray@chromium.org>
Reviewed-by: Stephen McGruer <smcgruer@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1040433}
@chromium-wpt-export-bot chromium-wpt-export-bot merged commit a7b3cd4 into master Aug 29, 2022
@chromium-wpt-export-bot chromium-wpt-export-bot deleted the chromium-export-cl-3861492 branch August 29, 2022 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants