[webkit-changes] [WebKit/WebKit] f4bb61: Send notifications from the UI process to the WebC...

Per Arne Vollan noreply at github.com
Tue Oct 31 14:52:14 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: f4bb61eb4b5e218f8b4f76ac94f753b764a13bac
      https://github.com/WebKit/WebKit/commit/f4bb61eb4b5e218f8b4f76ac94f753b764a13bac
  Author: Per Arne Vollan <pvollan at apple.com>
  Date:   2023-10-31 (Tue, 31 Oct 2023)

  Changed paths:
    M Source/WebKit/UIProcess/Cocoa/WebProcessPoolCocoa.mm
    M Source/WebKit/UIProcess/WebProcessPool.h
    M Source/WebKit/WebProcess/WebProcess.h
    M Source/WebKit/WebProcess/WebProcess.messages.in
    M Source/WebKit/WebProcess/cocoa/WebProcessCocoa.mm

  Log Message:
  -----------
  Send notifications from the UI process to the WebContent process
https://bugs.webkit.org/show_bug.cgi?id=263830
rdar://117629355

Reviewed by Brent Fulgham.

Send notifications from the UI process to the WebContent process. This is to prepare for blocking of notifyd in the WebContent process sandbox.

* Source/WebKit/UIProcess/Cocoa/WebProcessPoolCocoa.mm:
(WebKit::WebProcessPool::registerNotificationObservers):
(WebKit::WebProcessPool::unregisterNotificationObservers):
* Source/WebKit/UIProcess/WebProcessPool.h:
* Source/WebKit/WebProcess/WebProcess.h:
* Source/WebKit/WebProcess/WebProcess.messages.in:
* Source/WebKit/WebProcess/cocoa/WebProcessCocoa.mm:
(WebKit::WebProcess::postNotification):
(WebKit::WebProcess::postObserverNotification):

Canonical link: https://commits.webkit.org/270030@main




More information about the webkit-changes mailing list