Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 32f809319794ec2dc660c540ef1414962063a530
https://github.com/WebKit/WebKit/commit/32f809319794ec2dc660c540ef1414962063a530
Author: Gavin Phillips <[email protected]>
Date: 2025-10-31 (Fri, 31 Oct 2025)
Changed paths:
M Source/WebKit/Shared/ApplePay/ApplePayPaymentSetupFeatures.mm
M
Source/WebKit/Shared/ApplePay/ApplePayPaymentSetupFeatures.serialization.in
M Source/WebKit/Shared/ApplePay/ApplePayPaymentSetupFeaturesWebKit.h
Log Message:
-----------
WebKit::PaymentSetupFeatures should be serialized using a Vector not an
NSArray
https://bugs.webkit.org/show_bug.cgi?id=301684
rdar://163704473
Reviewed by Abrar Rahman Protyasha.
Ports WebKit::PaymentSetupFeatures to be serialized as a Vector of
PKPaymentSetupFeature instead of an opaque NSArray.
* Source/WebKit/Shared/ApplePay/ApplePayPaymentSetupFeatures.mm:
(WebKit::toPlatformFeatures):
(WebKit::PaymentSetupFeatures::PaymentSetupFeatures):
(WebKit::PaymentSetupFeatures::serializableFeatures const):
* Source/WebKit/Shared/ApplePay/ApplePayPaymentSetupFeatures.serialization.in:
* Source/WebKit/Shared/ApplePay/ApplePayPaymentSetupFeaturesWebKit.h:
Canonical link: https://commits.webkit.org/302376@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications