Bug 258064
Summary: | WebCodecsVideoFrame checkImageUsability is checking origin clean slightly ahead of time | ||
---|---|---|---|
Product: | WebKit | Reporter: | youenn fablet <youennf> |
Component: | Media | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | sabouhallawa, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
youenn fablet
As per spec, we should first check usability then origin clean.
We might want to rename checkImageUsability to checkImageUsabilityAndOrigin.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/110756727>
youenn fablet
I filed https://github.com/w3c/webcodecs/issues/682 to see whether we should align with the spec or update the spec.