Commit 9f81cdc5 authored by Martin Kreichgauer's avatar Martin Kreichgauer Committed by Chromium LUCI CQ

blink: enable WebAuthenticationResidentKeyRequirement on stable

This ships support for the AuthenticatorSelectionCriteria.resident_key
(and its enum ResidentKeyRequirement type) and the corresponding
credProps extension in the Web Authentication API.

Intent to ship:
https://groups.google.com/a/chromium.org/g/blink-dev/c/_Lu3bV0JX-4/m/nl_EaDsBCQAJ

Bug: 1117630
Change-Id: I72f203e38bfbcf289016ec2884f10539eebbc646
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2618472Reviewed-by: default avatarAlex Russell <slightlyoff@chromium.org>
Commit-Queue: Martin Kreichgauer <martinkr@google.com>
Cr-Commit-Position: refs/heads/master@{#842723}
parent dcb5b458
...@@ -2117,7 +2117,7 @@ ...@@ -2117,7 +2117,7 @@
}, },
{ {
name: "WebAuthenticationResidentKeyRequirement", name: "WebAuthenticationResidentKeyRequirement",
status: "experimental", status: "stable",
}, },
// WebBluetooth is enabled by default on Android, ChromeOS and Mac. // WebBluetooth is enabled by default on Android, ChromeOS and Mac.
// It is also supported in Windows 10 which is handled in runtime_features.cc // It is also supported in Windows 10 which is handled in runtime_features.cc
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment