Bug 256852
| Summary: | [GPU Process] Ensure that only supported image decoders run in the WebProcess | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Said Abou-Hallawa <sabouhallawa> |
| Component: | Images | Assignee: | Said Abou-Hallawa <sabouhallawa> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | commit-queue, sabouhallawa, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 263628 | ||
| Bug Blocks: | |||
Said Abou-Hallawa
We need to ensure that ImageIO is allowed to decode only the (default + additional) supported image types even outside WebKit rendering code path for example displaying a bitmap image in a PDF document.
To do that, we will call CGImageSourceSetAllowableTypes() at the initialization of the WebProcess.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/109414332>
Said Abou-Hallawa
Pull request: https://github.com/WebKit/WebKit/pull/13932
EWS
Committed 268617@main (c9652add6ae4): <https://commits.webkit.org/268617@main>
Reviewed commits have been landed. Closing PR #13932 and removing active labels.
WebKit Commit Bot
Re-opened since this is blocked by bug 263628
Said Abou-Hallawa
Pull request: https://github.com/WebKit/WebKit/pull/19983
EWS
Committed 270228@main (e2934b9029d0): <https://commits.webkit.org/270228@main>
Reviewed commits have been landed. Closing PR #19983 and removing active labels.