[webkit-changes] [WebKit/WebKit] 2768ce: Forward UIKit logging notification to the WebConte...
Per Arne Vollan
noreply at github.com
Mon Aug 5 08:08:52 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 2768ce1bcec08cfb065e197404e7f72cde71835b
https://github.com/WebKit/WebKit/commit/2768ce1bcec08cfb065e197404e7f72cde71835b
Author: Per Arne Vollan <pvollan at apple.com>
Date: 2024-08-05 (Mon, 05 Aug 2024)
Changed paths:
M Source/WebKit/Resources/cocoa/NotificationAllowList/ForwardedNotifications.def
Log Message:
-----------
Forward UIKit logging notification to the WebContent process
https://bugs.webkit.org/show_bug.cgi?id=277567
rdar://130763568
Reviewed by Ben Nham.
When blocking notifyd in the WebContent process sandbox, we need to forward notifications from the UI
process to the WebContent process instead. Otherwise, the WebContent process will not respond to this
notification. This patch forwards a UIKit logging notification, which is being observed in the
WebContent process.
* Source/WebKit/Resources/cocoa/NotificationAllowList/ForwardedNotifications.def:
Canonical link: https://commits.webkit.org/281827@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list