12020-06-07 Andy Estes <aestes@apple.com>
2
3 [Apple Pay] Remove ENABLE_APPLE_PAY_SETUP, ENABLE_APPLE_PAY_SESSION_V7, and HAVE_PASSKIT_PAYMENT_SETUP
4 https://bugs.webkit.org/show_bug.cgi?id=212883
5 <rdar://problem/64090763>
6
7 Reviewed by NOBODY (OOPS!).
8
9 These macros evaluate to true whenever ENABLE(APPLE_PAY) is true on platforms supported by
10 trunk WebKit, so we can either remove them or replace them with ENABLE(APPLE_PAY).
11
12 * Modules/applepay/ApplePaySetup.cpp:
13 * Modules/applepay/ApplePaySetup.idl:
14 * Modules/applepay/ApplePaySetupConfiguration.h:
15 * Modules/applepay/ApplePaySetupConfiguration.idl:
16 * Modules/applepay/ApplePaySetupFeature.idl:
17 * Modules/applepay/ApplePaySetupFeature.mm:
18 * Modules/applepay/ApplePaySetupFeatureState.h:
19 * Modules/applepay/ApplePaySetupFeatureState.idl:
20 * Modules/applepay/ApplePaySetupFeatureType.idl:
21 * Modules/applepay/ApplePaySetupFeatureTypeWebCore.h:
22 * Modules/applepay/ApplePaySetupFeatureWebCore.h:
23 * Modules/applepay/ApplePaySetupWebCore.h:
24 * Modules/applepay/PaymentCoordinator.cpp:
25 * Modules/applepay/PaymentCoordinator.h:
26 * Modules/applepay/PaymentCoordinatorClient.cpp:
27 (WebCore::PaymentCoordinatorClient::supportsVersion):
28 * Modules/applepay/PaymentCoordinatorClient.h:
29 (WebCore::PaymentCoordinatorClient::endApplePaySetup):
30 * testing/MockApplePaySetupFeature.cpp:
31 * testing/MockApplePaySetupFeature.h:
32 * testing/MockPaymentCoordinator.cpp:
33 * testing/MockPaymentCoordinator.h:
34 * testing/MockPaymentCoordinator.idl:
35