Add a macro placeholder for some future Captive Portal settings.
<rdar://problem/91064718>
Created attachment 456171 [details] Patch
Comment on attachment 456171 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=456171&action=review > Source/WebKit/WebProcess/WebPage/WebPage.cpp:4106 > + CAPTIVE_PORTAL_WEB_PAGE_ADDITIONS(); Could we factor this out into a static helper function instead?
Created attachment 456178 [details] Patch
Comment on attachment 456178 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=456178&action=review > Source/WebKit/WebProcess/WebPage/WebPage.cpp:396 > +#import <WebKitAdditions/WebPageAdditions.h> This should be a .cpp file.
Comment on attachment 456178 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=456178&action=review >> Source/WebKit/WebProcess/WebPage/WebPage.cpp:396 >> +#import <WebKitAdditions/WebPageAdditions.h> > > This should be a .cpp file. Will fix.
Created attachment 456182 [details] Patch
Comment on attachment 456182 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=456182&action=review > Source/WebKit/ChangeLog:12 > + (WebKit::adjustSettingsForCaptivePortal): Call new placeholder macro. s/macro/helper function/
Created attachment 456252 [details] Patch for landing
Committed r292165 (249072@main): <https://commits.webkit.org/249072@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 456252 [details].