[webkit-changes] [WebKit/WebKit] e42a32: Fix CARenderServer sandbox violation

Per Arne Vollan noreply at github.com
Thu May 30 07:23:50 PDT 2024


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

  Changed paths:
    M Source/WebKit/WebProcess/WebPage/Cocoa/WebPageCocoa.mm

  Log Message:
  -----------
  Fix CARenderServer sandbox violation
https://bugs.webkit.org/show_bug.cgi?id=274884
rdar://128983768

Reviewed by Chris Dumez.

Fix CARenderServer sandbox violation under WebPage::platformInitialize on macOS.
Do not try to eagerly open up a Mach connection to CARenderServer when unified
PDF is enabled, since this access is not required and blocked in the sandbox in
that case.

* Source/WebKit/WebProcess/WebPage/Cocoa/WebPageCocoa.mm:
(WebKit::WebPage::platformInitialize):

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