Bug 240958 - Call function to restrict image decoders for all clients
Summary: Call function to restrict image decoders for all clients
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: Safari 15
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Per Arne Vollan
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-05-26 08:53 PDT by Per Arne Vollan
Modified: 2022-06-03 09:01 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Per Arne Vollan 2022-05-26 08:53:11 PDT
Call function to restrict image decoders for all clients on iOS. We previously only did this for Mail, since Mail needs to decode HEIC images. Decoding of HEIC images isshould be possible for all clients, and we call the function to restrict image decoders to be able to decode the HEIC images in the WebContent process without IOKit access.
Comment 1 Per Arne Vollan 2022-05-26 08:56:56 PDT
Pull request: https://github.com/WebKit/WebKit/pull/1051
Comment 2 Radar WebKit Bug Importer 2022-06-02 08:54:13 PDT
<rdar://problem/94288219>
Comment 3 EWS 2022-06-03 08:55:51 PDT
Committed r295213 (251270@main): <https://commits.webkit.org/251270@main>

Reviewed commits have been landed. Closing PR #1051 and removing active labels.
Comment 4 Per Arne Vollan 2022-06-03 09:01:25 PDT
<rdar://93794556>