[webkit-changes] [WebKit/WebKit] f67104: AVIF not shown in MacCatalyst WKWebView

Per Arne Vollan noreply at github.com
Tue Sep 17 13:42:22 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: f67104ca08045ceadbde2cae6898ab09400747dd
      https://github.com/WebKit/WebKit/commit/f67104ca08045ceadbde2cae6898ab09400747dd
  Author: Per Arne Vollan <pvollan at apple.com>
  Date:   2024-09-17 (Tue, 17 Sep 2024)

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

  Log Message:
  -----------
  AVIF not shown in MacCatalyst WKWebView
https://bugs.webkit.org/show_bug.cgi?id=279813
rdar://133272264

Reviewed by Brent Fulgham, Said Abou-Hallawa, and Chris Dumez.

On macOS, we create a Mach sandbox extension to trustd, if TRUSTD_BLOCKING_IN_WEBCONTENT is not enabled.
We should do the same on MacCatalyst, which will grant temporary access to trustd and enable rendering
of AVIF images.

* Source/WebKit/UIProcess/Cocoa/WebProcessPoolCocoa.mm:
(WebKit::WebProcessPool::platformInitializeWebProcess):
* Source/WebKit/WebProcess/cocoa/WebProcessCocoa.mm:
(WebKit::WebProcess::platformInitializeWebProcess):

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