Bug 240958
Summary: | Call function to restrict image decoders for all clients | ||
---|---|---|---|
Product: | WebKit | Reporter: | Per Arne Vollan <pvollan> |
Component: | WebKit Misc. | Assignee: | Per Arne Vollan <pvollan> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Safari 15 | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Per Arne Vollan
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Per Arne Vollan
Pull request: https://github.com/WebKit/WebKit/pull/1051
Radar WebKit Bug Importer
<rdar://problem/94288219>
EWS
Committed r295213 (251270@main): <https://commits.webkit.org/251270@main>
Reviewed commits have been landed. Closing PR #1051 and removing active labels.
Per Arne Vollan
<rdar://93794556>