[webkit-changes] [WebKit/WebKit] f4b943: Digital Credentials API: IdentityRequestProvider i...

Marcos Cáceres noreply at github.com
Fri Jan 10 10:12:33 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: f4b943408774406fc5a2ae7e5f9720fc92506b6f
      https://github.com/WebKit/WebKit/commit/f4b943408774406fc5a2ae7e5f9720fc92506b6f
  Author: Marcos Caceres <marcosc at apple.com>
  Date:   2025-01-10 (Fri, 10 Jan 2025)

  Changed paths:
    M LayoutTests/http/wpt/identity/identitycredentialscontainer-get-basics.https.html
    M LayoutTests/http/wpt/identity/identitycredentialscontainer-get-hidden.https.html
    M LayoutTests/http/wpt/identity/idl.https.html
    M LayoutTests/imported/w3c/web-platform-tests/digital-credentials/allow-attribute.https.html
    M LayoutTests/imported/w3c/web-platform-tests/digital-credentials/dc-types.ts
    M LayoutTests/imported/w3c/web-platform-tests/digital-credentials/disabled-by-permissions-policy.https.sub-expected.txt
    M LayoutTests/imported/w3c/web-platform-tests/digital-credentials/identity-get.tentative.https-expected.txt
    M LayoutTests/imported/w3c/web-platform-tests/digital-credentials/identity-get.tentative.https.html
    M LayoutTests/imported/w3c/web-platform-tests/digital-credentials/support/helper.js
    M LayoutTests/platform/ios/imported/w3c/web-platform-tests/digital-credentials/disabled-by-permissions-policy.https.sub-expected.txt
    M LayoutTests/platform/ios/imported/w3c/web-platform-tests/digital-credentials/identity-get.tentative.https-expected.txt
    M Source/WebCore/CMakeLists.txt
    M Source/WebCore/DerivedSources-input.xcfilelist
    M Source/WebCore/DerivedSources-output.xcfilelist
    M Source/WebCore/DerivedSources.make
    M Source/WebCore/Headers.cmake
    A Source/WebCore/Modules/identity/DigitalCredentialRequest.h
    A Source/WebCore/Modules/identity/DigitalCredentialRequest.idl
    M Source/WebCore/Modules/identity/DigitalCredentialRequestOptions.h
    M Source/WebCore/Modules/identity/DigitalCredentialRequestOptions.idl
    M Source/WebCore/Modules/identity/IdentityCredentialsContainer.cpp
    R Source/WebCore/Modules/identity/IdentityRequestProvider.h
    R Source/WebCore/Modules/identity/IdentityRequestProvider.idl
    M Source/WebCore/Sources.txt
    M Source/WebCore/WebCore.xcodeproj/project.pbxproj
    M Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in

  Log Message:
  -----------
  Digital Credentials API: IdentityRequestProvider is now called DigitalCredentialRequest
https://bugs.webkit.org/show_bug.cgi?id=279932
rdar://136714198

Reviewed by Abrar Rahman Protyasha and Alex Christensen.

Rename IdentityRequestProvider to DigitalCredentialRequest and related classes.
Also update the tests and the IDL file to use `.requests` instead of `.providers`.

See spec change:
https://github.com/WICG/digital-credentials/pull/165/

* LayoutTests/http/wpt/identity/identitycredentialscontainer-get-basics.https.html:
* LayoutTests/http/wpt/identity/identitycredentialscontainer-get-hidden.https.html:
* LayoutTests/http/wpt/identity/idl.https.html:
* LayoutTests/imported/w3c/web-platform-tests/digital-credentials/allow-attribute.https.html:
* LayoutTests/imported/w3c/web-platform-tests/digital-credentials/dc-types.ts:
* LayoutTests/imported/w3c/web-platform-tests/digital-credentials/disabled-by-permissions-policy.https.sub-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/digital-credentials/identity-get.tentative.https-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/digital-credentials/identity-get.tentative.https.html:
* LayoutTests/imported/w3c/web-platform-tests/digital-credentials/support/helper.js:
(export.makeGetOptions):
(makeDigitalCredentialRequest):
(makeIdentityRequestProvider): Deleted.
* LayoutTests/platform/ios/imported/w3c/web-platform-tests/digital-credentials/disabled-by-permissions-policy.https.sub-expected.txt:
* LayoutTests/platform/ios/imported/w3c/web-platform-tests/digital-credentials/identity-get.tentative.https-expected.txt:
* Source/WebCore/CMakeLists.txt:
* Source/WebCore/DerivedSources-input.xcfilelist:
* Source/WebCore/DerivedSources-output.xcfilelist:
* Source/WebCore/DerivedSources.make:
* Source/WebCore/Headers.cmake:
* Source/WebCore/Modules/identity/DigitalCredentialRequest.h: Renamed from Source/WebCore/Modules/identity/IdentityRequestProvider.h.
* Source/WebCore/Modules/identity/DigitalCredentialRequest.idl: Renamed from Source/WebCore/Modules/identity/IdentityRequestProvider.idl.
* Source/WebCore/Modules/identity/DigitalCredentialRequestOptions.h:
* Source/WebCore/Modules/identity/DigitalCredentialRequestOptions.idl:
* Source/WebCore/Modules/identity/IdentityCredentialsContainer.cpp:
(WebCore::IdentityCredentialsContainer::get):
* Source/WebCore/Sources.txt:
* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
* Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in:

Canonical link: https://commits.webkit.org/288717@main



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list