[webkit-changes] [WebKit/WebKit] b87b86: AuthenticatorResponseData should use the modern se...

Gavin noreply at github.com
Tue Nov 7 02:57:27 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b87b8693fbbbde7c811585bbf0c2292222249fa4
      https://github.com/WebKit/WebKit/commit/b87b8693fbbbde7c811585bbf0c2292222249fa4
  Author: Gavin Phillips <gavin.p at apple.com>
  Date:   2023-11-07 (Tue, 07 Nov 2023)

  Changed paths:
    M Source/WebCore/Modules/webauthn/AuthenticatorResponseData.h
    M Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in

  Log Message:
  -----------
  AuthenticatorResponseData should use the modern serialization format
https://bugs.webkit.org/show_bug.cgi?id=262890
rdar://116679067

Reviewed by Brady Eidson.

The change ports AuthenticatorResponseData to the new serialization format.

* Source/WebCore/Modules/webauthn/AuthenticatorResponseData.h:
(WebCore::AuthenticatorResponseData::AuthenticatorResponseData):
(WebCore::AuthenticatorResponseData::getSerializableForm const):
(WebCore::encodeArrayBuffer): Deleted.
(WebCore::decodeArrayBuffer): Deleted.
(WebCore::AuthenticatorResponseData::encode const): Deleted.
(WebCore::AuthenticatorResponseData::decode): Deleted.
* Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in:

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




More information about the webkit-changes mailing list