Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 3e8b5304b3800f2c35a0885c87df95a44d30b921
https://github.com/WebKit/WebKit/commit/3e8b5304b3800f2c35a0885c87df95a44d30b921
Author: Per Arne Vollan <[email protected]>
Date: 2025-05-20 (Tue, 20 May 2025)
Changed paths:
M Source/WebKit/Shared/WebPageCreationParameters.h
M Source/WebKit/Shared/WebPageCreationParameters.serialization.in
M Source/WebKit/UIProcess/WebPageProxy.cpp
M Source/WebKit/WebProcess/WebPage/WebPage.cpp
Log Message:
-----------
Fix sandbox violation related to defaultContentInsetBackgroundFillEnabled
function
https://bugs.webkit.org/show_bug.cgi?id=293184
rdar://151531242
Reviewed by Sihui Liu and Wenson Hsieh.
We are seeing a sandbox violation when calling this function in the WebContent
process. For performance and correctness reasons,
it would be good to avoid calling this in the WebContent process. This patch
moves the call to the UI process and sends the
value over to the WebContent process.
* Source/WebKit/Shared/WebPageCreationParameters.h:
* Source/WebKit/Shared/WebPageCreationParameters.serialization.in:
* Source/WebKit/UIProcess/WebPageProxy.cpp:
(WebKit::WebPageProxy::creationParameters):
* Source/WebKit/WebProcess/WebPage/WebPage.cpp:
(WebKit::m_textAnimationController):
Canonical link: https://commits.webkit.org/295193@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes