[webkit-changes] [WebKit/WebKit] ab5696: Register application in the WebProcess on Catalyst

Per Arne Vollan noreply at github.com
Wed Dec 13 12:21:01 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: ab569688e977b669f375202d1ab5228f6e1b60f4
      https://github.com/WebKit/WebKit/commit/ab569688e977b669f375202d1ab5228f6e1b60f4
  Author: Per Arne Vollan <pvollan at apple.com>
  Date:   2023-12-13 (Wed, 13 Dec 2023)

  Changed paths:
    M Source/WebKit/WebProcess/cocoa/WebProcessCocoa.mm

  Log Message:
  -----------
  Register application in the WebProcess on Catalyst
https://bugs.webkit.org/show_bug.cgi?id=266350
rdar://119217913

Reviewed by Brent Fulgham.

Call _RegisterApplication on Catalyst while holding a XPC sandbox extension. Calling this function
without the sandbox extension will crash.

* Source/WebKit/WebProcess/cocoa/WebProcessCocoa.mm:
(WebKit::WebProcess::platformInitializeWebProcess):

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




More information about the webkit-changes mailing list