WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
314866
Digital Credentials: rename WKDigitalCredentialsPicker class and delegate to use chooser terminology
https://bugs.webkit.org/show_bug.cgi?id=314866
Summary
Digital Credentials: rename WKDigitalCredentialsPicker class and delegate to ...
Marcos Caceres
Reported
2026-05-14 20:49:42 PDT
Follow-up to PR #64148 (
bug 313737
), which aligned C++/IPC method names with the Digital Credentials API spec ("chooser" instead of "picker") but deferred the ObjC API surface to keep that PR scoped. Scope of this bug — rename: - `WKDigitalCredentialsPicker` class → `WKDigitalCredentialsChooser` (and `.h`/`.mm` filenames) - `WKDigitalCredentialsPickerDelegate` protocol → `WKDigitalCredentialsChooserDelegate` - Protocol methods `digitalCredentialsPickerDid{Present,Dismiss}:` → `digitalCredentialsChooserDid{Present,Dismiss}:` - `_digitalCredentialsPicker` ivar in `WKContentViewInteraction.mm` and `WebViewImpl.mm` - `<WebKit/WKDigitalCredentialsPicker.h>` import in `WKWebView.mm` (and any other includers) Spec reference: Digital Credentials API §6.6 "Initiate the credential request" —
https://w3c-fedid.github.io/digital-credentials/#initiate-the-credential-request
— uses "digital credential chooser" throughout. Reviewer who flagged: @aprotyas (PR #64148 thread
r3245130713
). No behavioral changes.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2026-05-14 20:49:48 PDT
<
rdar://problem/177130311
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug