[webkit-changes] [WebKit/WebKit] 2ff81f: Forward notifications from the UI process

Per Arne Vollan noreply at github.com
Thu Aug 22 12:53:38 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 2ff81f09afb2f86dcc37c161b015d54ed0d32772
      https://github.com/WebKit/WebKit/commit/2ff81f09afb2f86dcc37c161b015d54ed0d32772
  Author: Per Arne Vollan <pvollan at apple.com>
  Date:   2024-08-22 (Thu, 22 Aug 2024)

  Changed paths:
    M Source/WebKit/Resources/cocoa/NotificationAllowList/EmbeddedForwardedNotifications.def

  Log Message:
  -----------
  Forward notifications from the UI process
https://bugs.webkit.org/show_bug.cgi?id=278355
rdar://132420053

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/282630@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