There are a few things missing from them.
Created attachment 393110 [details] Patch
Comment on attachment 393110 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=393110&action=review > Source/cmake/WebKitFeatures.cmake:99 > + WEBKIT_OPTION_DEFINE(ENABLE_APPLE_PAY_SESSION_V9 "Toggle Apple Pay Session V9 support" PRIVATE OFF) FWIW, it would be better to move options specific to Mac port to OptionsMac.cmake (I assume that ApplePay is not used in AppleWin or any other port, as well as some other options added in this patch) > Source/cmake/WebKitFeatures.cmake:141 > + WEBKIT_OPTION_DEFINE(ENABLE_GPU_PROCESS "Toggle GPU Process support" PRIVATE ON) Shouldn't it be OFF by default?
Comment on attachment 393110 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=393110&action=review >> Source/cmake/WebKitFeatures.cmake:99 >> + WEBKIT_OPTION_DEFINE(ENABLE_APPLE_PAY_SESSION_V9 "Toggle Apple Pay Session V9 support" PRIVATE OFF) > > FWIW, it would be better to move options specific to Mac port to OptionsMac.cmake (I assume that ApplePay is not used in AppleWin or any other port, as well as some other options added in this patch) They aren't but I want to generate the FeatureList.pm and the whole Mac CMake needs a clean up in general so I'd like to sidestep that for the moment. >> Source/cmake/WebKitFeatures.cmake:141 >> + WEBKIT_OPTION_DEFINE(ENABLE_GPU_PROCESS "Toggle GPU Process support" PRIVATE ON) > > Shouldn't it be OFF by default? Copy pasta error. Fixing now.
Created attachment 393112 [details] Patch
Created attachment 393113 [details] Patch
Created attachment 393114 [details] Patch
Created attachment 393116 [details] Patch
Comment on attachment 393116 [details] Patch Clearing flags on attachment: 393116 Committed r258185: <https://trac.webkit.org/changeset/258185>
All reviewed patches have been landed. Closing bug.