[webkit-changes] [WebKit/WebKit] 0c5c56: Forward more notifications to the WebContent process

Per Arne Vollan noreply at github.com
Thu May 2 07:40:09 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 0c5c561cbd1e3ed66c4c55f791ac3710ffd7a551
      https://github.com/WebKit/WebKit/commit/0c5c561cbd1e3ed66c4c55f791ac3710ffd7a551
  Author: Per Arne Vollan <pvollan at apple.com>
  Date:   2024-05-02 (Thu, 02 May 2024)

  Changed paths:
    M Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in
    M Source/WebKit/Scripts/process-entitlements.sh
    M Source/WebKit/UIProcess/Cocoa/WebProcessPoolCocoa.mm
    M Source/WebKit/WebProcess/com.apple.WebProcess.sb.in

  Log Message:
  -----------
  Forward more notifications to the WebContent process
https://bugs.webkit.org/show_bug.cgi?id=273532
rdar://127325980

Reviewed by Sihui Liu and Chris Dumez.

Forward more notifications to the WebContent process from the UI process. These are
notifications we know are being observed in the WebContent process, and without this
change, their notification handler will not be invoked. If the notification handler is
not invoked, the WebContent process will not respond to the notification posts.

* Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in:
* Source/WebKit/Scripts/process-entitlements.sh:
* Source/WebKit/UIProcess/Cocoa/WebProcessPoolCocoa.mm:
(WebKit::WebProcessPool::registerNotificationObservers):
* Source/WebKit/WebProcess/com.apple.WebProcess.sb.in:

Canonical link: https://commits.webkit.org/278257@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