[webkit-changes] [WebKit/WebKit] 6e2d57: Add stubs for Digital Credentials API

Marcos Cáceres noreply at github.com
Thu Jan 25 17:50:42 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 6e2d578efd74077877f2c5f0364d9735a6a188f1
      https://github.com/WebKit/WebKit/commit/6e2d578efd74077877f2c5f0364d9735a6a188f1
  Author: Marcos Caceres <marcos at marcosc.com>
  Date:   2024-01-25 (Thu, 25 Jan 2024)

  Changed paths:
    M Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml
    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/Modules/credentialmanagement/CredentialsContainer.cpp
    M Source/WebCore/Modules/credentialmanagement/CredentialsContainer.h
    M Source/WebCore/Modules/credentialmanagement/CredentialsContainer.idl
    A Source/WebCore/Modules/credentialmanagement/DigitalCredential.cpp
    A Source/WebCore/Modules/credentialmanagement/DigitalCredential.h
    A Source/WebCore/Modules/credentialmanagement/DigitalCredential.idl
    A Source/WebCore/Modules/credentialmanagement/IdentityCredentialProtocol.h
    A Source/WebCore/Modules/credentialmanagement/IdentityCredentialProtocol.idl
    A Source/WebCore/Modules/credentialmanagement/IdentityRequestOptions.h
    A Source/WebCore/Modules/credentialmanagement/IdentityRequestOptions.idl
    A Source/WebCore/Modules/credentialmanagement/IdentityRequestProvider.h
    A Source/WebCore/Modules/credentialmanagement/IdentityRequestProvider.idl
    M Source/WebCore/Modules/mediastream/RTCIceTransport.cpp
    M Source/WebCore/Sources.txt
    M Source/WebCore/WebCore.xcodeproj/project.pbxproj
    M Source/WebCore/bindings/js/WebCoreBuiltinNames.h

  Log Message:
  -----------
  Add stubs for Digital Credentials API
https://bugs.webkit.org/show_bug.cgi?id=267844
rdar://problem/121408392

Reviewed by Andy Estes.

Implements the initial stubs based on the draft explainer at:
https://github.com/WICG/identity-credential/blob/main/digital-credentials-2-proposal.md

* Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml:
* Source/WebCore/CMakeLists.txt:
* Source/WebCore/DerivedSources-input.xcfilelist:
* Source/WebCore/DerivedSources-output.xcfilelist:
* Source/WebCore/DerivedSources.make:
* Source/WebCore/Modules/credentialmanagement/CredentialsContainer.cpp:
(WebCore::CredentialsContainer::requestIdentity):
* Source/WebCore/Modules/credentialmanagement/CredentialsContainer.h:
* Source/WebCore/Modules/credentialmanagement/CredentialsContainer.idl:
* Source/WebCore/Modules/credentialmanagement/DigitalCredential.cpp: Copied from Source/WebCore/Modules/credentialmanagement/CredentialsContainer.idl.
(WebCore::DigitalCredential::create):
(WebCore::DigitalCredential::DigitalCredential):
* Source/WebCore/Modules/credentialmanagement/DigitalCredential.h: Copied from Source/WebCore/Modules/credentialmanagement/CredentialsContainer.idl.
(WebCore::DigitalCredential::response const):
* Source/WebCore/Modules/credentialmanagement/DigitalCredential.idl: Copied from Source/WebCore/Modules/credentialmanagement/CredentialsContainer.idl.
* Source/WebCore/Modules/credentialmanagement/IdentityCredentialProtocol.h: Copied from Source/WebCore/Modules/credentialmanagement/CredentialsContainer.idl.
* Source/WebCore/Modules/credentialmanagement/IdentityCredentialProtocol.idl: Copied from Source/WebCore/Modules/credentialmanagement/CredentialsContainer.idl.
* Source/WebCore/Modules/credentialmanagement/IdentityRequestOptions.h: Copied from Source/WebCore/Modules/credentialmanagement/CredentialsContainer.idl.
* Source/WebCore/Modules/credentialmanagement/IdentityRequestOptions.idl: Copied from Source/WebCore/Modules/credentialmanagement/CredentialsContainer.idl.
* Source/WebCore/Modules/credentialmanagement/IdentityRequestProvider.h: Copied from Source/WebCore/Modules/credentialmanagement/CredentialsContainer.idl.
* Source/WebCore/Modules/credentialmanagement/IdentityRequestProvider.idl: Copied from Source/WebCore/Modules/credentialmanagement/CredentialsContainer.idl.
* Source/WebCore/Modules/mediastream/RTCIceTransport.cpp:
* Source/WebCore/Sources.txt:
* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
* Source/WebCore/bindings/js/WebCoreBuiltinNames.h:

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




More information about the webkit-changes mailing list