Bug 241589
Summary: | REGRESSION (iOS 16): <img> with video source fails to render—affects iCloud live photos (IOKit blocking) | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jean-Yves Avenard [:jya] <jean-yves.avenard> |
Component: | Layout and Rendering | Assignee: | Jean-Yves Avenard [:jya] <jean-yves.avenard> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bfulgham, simon.fraser, webkit-bug-importer, zalan |
Priority: | P2 | Keywords: | InRadar |
Version: | Other | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Jean-Yves Avenard [:jya]
Photos on iCloud.com appear black in iOS 16, works with iOS 15.
Cause:
RemoteImageDecoderAVF::createFrameImageAtIndex uses a call to IOSurface::createFromSendRight IOKit which is blocked by the sandbox in the content process.
We should stop using IOkit methods from the content process.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Jean-Yves Avenard [:jya]
rdar://93667194
Jean-Yves Avenard [:jya]
Pull request: https://github.com/WebKit/WebKit/pull/1495
EWS
Committed r295552 (251557@main): <https://commits.webkit.org/251557@main>
Reviewed commits have been landed. Closing PR #1495 and removing active labels.