Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 309213aa9218201bde2523ce2fb86c1d1288e055 https://github.com/WebKit/WebKit/commit/309213aa9218201bde2523ce2fb86c1d1288e055 Author: Megan Gardner <megan_gard...@apple.com> Date: 2024-04-24 (Wed, 24 Apr 2024)
Changed paths: M Source/WebCore/page/Chrome.cpp M Source/WebCore/page/Chrome.h M Source/WebCore/page/ChromeClient.h M Source/WebCore/platform/HostWindow.h M Source/WebCore/platform/PlatformScreen.h M Source/WebCore/platform/ios/PlatformScreenIOS.mm M Source/WebKit/Shared/WebPageCreationParameters.h M Source/WebKit/Shared/WebPageCreationParameters.serialization.in M Source/WebKit/UIProcess/WebPageProxy.cpp M Source/WebKit/UIProcess/WebPageProxy.h M Source/WebKit/UIProcess/ios/WebPageProxyIOS.mm M Source/WebKit/WebProcess/WebCoreSupport/WebChromeClient.cpp M Source/WebKit/WebProcess/WebCoreSupport/WebChromeClient.h M Source/WebKit/WebProcess/WebPage/WebPage.cpp M Source/WebKit/WebProcess/WebPage/WebPage.h M Source/WebKit/WebProcess/WebPage/ios/WebPageIOS.mm M Source/WebKitLegacy/ios/WebCoreSupport/WebChromeClientIOS.h M Source/WebKitLegacy/ios/WebCoreSupport/WebChromeClientIOS.mm Log Message: ----------- Make it possible to override the available screen size. https://bugs.webkit.org/show_bug.cgi?id=273150 rdar://126494764 Reviewed by Abrar Rahman Protyasha. Similar to https://bugs.webkit.org/show_bug.cgi?id=184111 <rdar://problem/38972181> allow for the override of available screen size to match the override of screen size. * Source/WebCore/page/Chrome.cpp: (WebCore::Chrome::overrideAvailableScreenSize const): * Source/WebCore/page/Chrome.h: * Source/WebCore/page/ChromeClient.h: (WebCore::ChromeClient::overrideAvailableScreenSize const): * Source/WebCore/platform/HostWindow.h: * Source/WebCore/platform/PlatformScreen.h: * Source/WebCore/platform/ios/PlatformScreenIOS.mm: (WebCore::screenAvailableRect): (WebCore::overrideAvailableScreenSize): * Source/WebKit/Shared/WebPageCreationParameters.h: * Source/WebKit/Shared/WebPageCreationParameters.serialization.in: * Source/WebKit/UIProcess/WebPageProxy.cpp: (WebKit::WebPageProxy::creationParameters): * Source/WebKit/UIProcess/WebPageProxy.h: * Source/WebKit/UIProcess/ios/WebPageProxyIOS.mm: (WebKit::WebPageProxy::overrideAvailableScreenSize): * Source/WebKit/WebProcess/WebCoreSupport/WebChromeClient.cpp: (WebKit::WebChromeClient::overrideAvailableScreenSize const): * Source/WebKit/WebProcess/WebCoreSupport/WebChromeClient.h: * Source/WebKit/WebProcess/WebPage/WebPage.cpp: * Source/WebKit/WebProcess/WebPage/WebPage.h: * Source/WebKit/WebProcess/WebPage/ios/WebPageIOS.mm: (WebKit::WebPage::overrideAvailableScreenSize const): * Source/WebKitLegacy/ios/WebCoreSupport/WebChromeClientIOS.h: * Source/WebKitLegacy/ios/WebCoreSupport/WebChromeClientIOS.mm: (WebChromeClientIOS::overrideAvailableScreenSize const): Canonical link: https://commits.webkit.org/277939@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes