-
Notifications
You must be signed in to change notification settings - Fork 1.7k
CredentialRequestOptions gains a "digital" member #25216
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
CredentialRequestOptions gains a "digital" member #25216
Conversation
|
EWS run on previous version of this PR (hash 82a6e37) |
82a6e37 to
c7a1eab
Compare
|
EWS run on previous version of this PR (hash c7a1eab)
|
c7a1eab to
cbb2eeb
Compare
|
EWS run on previous version of this PR (hash cbb2eeb)
|
cbb2eeb to
20bb0a3
Compare
|
EWS run on previous version of this PR (hash 20bb0a3)
|
Source/WebCore/Modules/credentialmanagement/CredentialRequestOptions.idl
Outdated
Show resolved
Hide resolved
20bb0a3 to
460f3e8
Compare
|
EWS run on previous version of this PR (hash 460f3e8) |
460f3e8 to
1165b35
Compare
|
EWS run on previous version of this PR (hash 1165b35) |
1165b35 to
2211983
Compare
|
EWS run on current version of this PR (hash 2211983) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't understand why this file is changed as you're not changing any files. Seems best to leave out of this PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Those are needed to otherwise the DigitalCredentialRequestOptions.h doesn't end up in "private headers", and then it won't compile.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh I see, it wasn't included before. Okay.
https://bugs.webkit.org/show_bug.cgi?id=270196 rdar://123744112 Reviewed by Anne van Kesteren. Adds "digital" member to CredentialRequestOptions dictionary: https://wicg.github.io/digital-identities/#extensions-to-credentialrequestoptions-dictionary Given the spec changed names again, changed pref name to DigitalIdentityEnabled and updated a few files to reflect the name change. * LayoutTests/http/wpt/credential-management/setDigitalCredentialsEnable.https-expected.txt: Copied from LayoutTests/http/wpt/credential-management/setDigitalIdentityEnable.https-expected.txt. * LayoutTests/http/wpt/credential-management/setDigitalCredentialsEnable.https.html: Renamed from LayoutTests/http/wpt/credential-management/setDigitalIdentityEnable.https.html. * LayoutTests/http/wpt/credential-management/setDigitalCreditialsEnable.https-expected.txt: Renamed from LayoutTests/http/wpt/credential-management/setDigitalIdentityEnable.https-expected.txt. * Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml: * Source/WebCore/Headers.cmake: * Source/WebCore/Modules/credentialmanagement/CredentialRequestOptions.h: * Source/WebCore/Modules/credentialmanagement/CredentialRequestOptions.idl: * Source/WebCore/Modules/credentialmanagement/DigitalCredential.idl: * Source/WebCore/Modules/identity/Navigator+Identity.idl: * Source/WebCore/WebCore.xcodeproj/project.pbxproj: Canonical link: https://commits.webkit.org/275616@main
2211983 to
3850dd4
Compare
|
Committed 275616@main (3850dd4): https://commits.webkit.org/275616@main Reviewed commits have been landed. Closing PR #25216 and removing active labels. |
3850dd4
2211983
🛠 ios-sim