-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate serialization for WebCore::Payment, WebCore::PaymentContact, and WebCore::PaymentMerchantSession #22916
Conversation
EWS run on previous version of this PR (hash 7269c15)
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
7269c15
to
aee28a8
Compare
EWS run on previous version of this PR (hash aee28a8)
|
Source/WebKit/Shared/Cocoa/WebCoreArgumentCodersCocoa.serialization.in
Outdated
Show resolved
Hide resolved
aee28a8
to
4dc79c5
Compare
EWS run on current version of this PR (hash 4dc79c5) |
… and WebCore::PaymentMerchantSession https://bugs.webkit.org/show_bug.cgi?id=267703 rdar://121195605 Reviewed by Alex Christensen. * Source/WebCore/Modules/applepay/Payment.h: * Source/WebCore/Modules/applepay/PaymentContact.h: * Source/WebCore/Modules/applepay/PaymentMerchantSession.h: (WebCore::PaymentMerchantSession::pkPaymentMerchantSession const): * Source/WebCore/Modules/applepay/cocoa/PaymentCocoa.mm: (WebCore::Payment::pkPayment const): * Source/WebCore/Modules/applepay/cocoa/PaymentContactCocoa.mm: (WebCore::PaymentContact::pkContact const): * Source/WebCore/testing/MockPaymentCoordinator.cpp: (WebCore::MockPaymentCoordinator::showPaymentUI): * Source/WebKit/Platform/cocoa/PaymentAuthorizationPresenter.mm: (WebKit::PaymentAuthorizationPresenter::completeMerchantValidation): * Source/WebKit/Shared/ApplePay/cocoa/WebPaymentCoordinatorProxyCocoa.mm: (WebKit::WebPaymentCoordinatorProxy::platformPaymentRequest): * Source/WebKit/Shared/Cocoa/WebCoreArgumentCodersCocoa.mm: (IPC::getClass<PKPayment>): Deleted. (IPC::getClass<PKPaymentMerchantSession>): Deleted. (IPC::getClass<PKPaymentMethod>): Deleted. (IPC::ArgumentCoder<WebCore::Payment>::encode): Deleted. (IPC::ArgumentCoder<WebCore::Payment>::decode): Deleted. (IPC::ArgumentCoder<WebCore::PaymentContact>::encode): Deleted. (IPC::ArgumentCoder<WebCore::PaymentContact>::decode): Deleted. (IPC::ArgumentCoder<WebCore::PaymentMerchantSession>::encode): Deleted. (IPC::ArgumentCoder<WebCore::PaymentMerchantSession>::decode): Deleted. * Source/WebKit/Shared/Cocoa/WebCoreArgumentCodersCocoa.serialization.in: * Source/WebKit/Shared/WebCoreArgumentCoders.h: Canonical link: https://commits.webkit.org/273512@main
4dc79c5
to
2a16c10
Compare
Committed 273512@main (2a16c10): https://commits.webkit.org/273512@main Reviewed commits have been landed. Closing PR #22916 and removing active labels. |
2a16c10
4dc79c5