[webkit-changes] [WebKit/WebKit] 8be9eb: [Payment Request] Upstream support for PKMerchantC...
Abrar Rahman Protyasha
noreply at github.com
Mon Jul 8 10:24:03 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 8be9eb5728dcda182228dc166bc04a6a495d456f
https://github.com/WebKit/WebKit/commit/8be9eb5728dcda182228dc166bc04a6a495d456f
Author: Abrar Rahman Protyasha <a_protyasha at apple.com>
Date: 2024-07-08 (Mon, 08 Jul 2024)
Changed paths:
A LayoutTests/platform/mac-sonoma/TestExpectations
M LayoutTests/platform/mac-wk2/TestExpectations
M Source/WTF/wtf/PlatformHave.h
Log Message:
-----------
[Payment Request] Upstream support for PKMerchantCategoryCode
https://bugs.webkit.org/show_bug.cgi?id=276305
rdar://131287774
Reviewed by Wenson Hsieh.
PKMerchantCategoryCode is available from iOS 18 and macOS Sequoia (15),
as documented in https://developer.apple.com/documentation/passkit_apple_pay_and_wallet/pkmerchantcategorycode.
This commit upstreams the platform availability definition for this API.
In doing so, since open source now builds with support for merchant
category codes, we can safely unskip http/tests/paymentrequest/paymentrequest-merchantCategoryCode.https.html.
* LayoutTests/platform/mac-sonoma/TestExpectations: Added.
Skip http/tests/paymentrequest/paymentrequest-merchantCategoryCode.https.html
on macOS downlevels, where platform support for PKMerchantCategoryCode
is missing.
* LayoutTests/platform/mac-wk2/TestExpectations:
* Source/WTF/wtf/PlatformHave.h:
Canonical link: https://commits.webkit.org/280742@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