[webkit-changes] [WebKit/WebKit] 041e7c: Forward `_UUID_.notification` notification from th...
Chris Dumez
noreply at github.com
Thu Oct 3 15:13:16 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 041e7c9d7ecc27d3ac9555a7b2d6ad9a08d5e99c
https://github.com/WebKit/WebKit/commit/041e7c9d7ecc27d3ac9555a7b2d6ad9a08d5e99c
Author: Chris Dumez <cdumez at apple.com>
Date: 2024-10-03 (Thu, 03 Oct 2024)
Changed paths:
M Source/WebKit/Resources/cocoa/NotificationAllowList/EmbeddedForwardedNotifications.def
Log Message:
-----------
Forward `_UUID_.notification` notification from the UIProcess
https://bugs.webkit.org/show_bug.cgi?id=280831
rdar://135191830
Reviewed by Sihui Liu.
For notifications that are being observed in the WebContent process, we need to forward them from the UI process.
Otherwise, the WebContent process will not respond to these notifications, because we are blocking access to
notifyd in the sandbox.
* Source/WebKit/Resources/cocoa/NotificationAllowList/EmbeddedForwardedNotifications.def:
Canonical link: https://commits.webkit.org/284640@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