[webkit-reviews] review granted: [Bug 240177] Remove unused ApplePayRemoteUIEnabled flag now that it is always enabled : [Attachment 458965] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 6 14:33:24 PDT 2022


Devin Rousso <drousso at apple.com> has granted Brent Fulgham
<bfulgham at webkit.org>'s request for review:
Bug 240177: Remove unused ApplePayRemoteUIEnabled flag now that it is always
enabled
https://bugs.webkit.org/show_bug.cgi?id=240177

Attachment 458965: Patch

https://bugs.webkit.org/attachment.cgi?id=458965&action=review




--- Comment #2 from Devin Rousso <drousso at apple.com> ---
Comment on attachment 458965
  --> https://bugs.webkit.org/attachment.cgi?id=458965
Patch

r=me

there's probably some stuff we could remove (or just limit to `PLATFORM(MAC)`
or `#if !ENABLE(APPLE_PAY_REMOTE_UI)`) in the UIProcess on iOS (e.g. all the
`ENABLE(APPLE_PAY)` things in `WebPageProxy`) , but it's not a huge deal to
leave it there (though it currently (and in the future) won't be used on iOS)


More information about the webkit-reviews mailing list