RESOLVED FIXED 241271
Enable HEIC decoding for all non-browser apps on macOS
https://bugs.webkit.org/show_bug.cgi?id=241271
Summary Enable HEIC decoding for all non-browser apps on macOS
Per Arne Vollan
Reported 2022-06-03 09:20:04 PDT
Enable HEIC decoding for all non-browser apps on macOS, since this capability is also needed for other apps besides Mail. We do not want to enable it for Web browsers yet, since this currently requries an unconditional sandbox extension for trustd.
Attachments
Per Arne Vollan
Comment 1 2022-06-03 09:23:43 PDT
Per Arne Vollan
Comment 2 2022-06-03 09:25:39 PDT
EWS
Comment 3 2022-06-03 14:22:04 PDT
Committed r295234 (251289@main): <https://commits.webkit.org/251289@main> Reviewed commits have been landed. Closing PR #1276 and removing active labels.
Alexey Proskuryakov
Comment 4 2022-06-05 13:52:16 PDT
This is probably OK, as the capability is so minor, and any UI process has it anyway. But it would be cleaner and generally safer to have the check in the XPC service before it enters the sandbox.
Per Arne Vollan
Comment 5 2022-06-06 07:21:15 PDT
(In reply to Alexey Proskuryakov from comment #4) > This is probably OK, as the capability is so minor, and any UI process has > it anyway. But it would be cleaner and generally safer to have the check in > the XPC service before it enters the sandbox. Ah, yes, that is a good point! It would definitely be better to check this in the WebContent process itself. Thanks for reviewing!
Note You need to log in before you can comment on or make changes to this bug.