0
Files
src/content/browser
Nina Satragno 4f459e2860 [webauthn] signalUnknownCredential hides GPM creds
Have PublicKeyCredential.signalUnknownCredential hide passkeys in GPM
instead of deleting them. This is done by setting the `hidden` property
to `true`. Follow-up CLs will use this property to skip these passkeys
on sign in UI.

Since it will be possible for sites to unhide passkeys as well, guard
the execution of this method behind a quota tracker to prevent rogue
sites from overloading sync.

Hiding passkeys is not yet enabled by default.

See go/webauthn-signal-api-prd

Bug: 399683089
Change-Id: I047c7a342e7216247ff5b6dd4f09fae9a5d4e2c9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6319004
Commit-Queue: Nina Satragno <nsatragno@chromium.org>
Reviewed-by: Mohamed Amir Yosef <mamir@chromium.org>
Reviewed-by: Nasko Oskov <nasko@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1428576}
2025-03-05 14:13:24 -08:00
..
2025-02-18 23:29:40 -08:00
2025-02-27 06:48:54 -08:00
2025-01-24 11:36:19 -08:00
2025-02-18 23:29:40 -08:00

This directory contains the core code needed for the browser process of a multi-process sandboxed browser.