Closed
Bug 1839169
Opened 3 years ago
Closed 3 years ago
Fix dimension check in VideoFrame constructor when the source is an SVGImageElement, and make other VideoFrame about SVGImageElement pass
Categories
(Core :: Audio/Video: Web Codecs, defect)
Core
Audio/Video: Web Codecs
Tracking
()
RESOLVED
FIXED
118 Branch
| Tracking | Status | |
|---|---|---|
| firefox118 | --- | fixed |
People
(Reporter: padenot, Assigned: padenot)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
No description provided.
| Assignee | ||
Updated•3 years ago
|
Summary: Fix dimension check in VideoFrame constructor when the source is an SVGImageElement → Fix dimension check in VideoFrame constructor when the source is an SVGImageElement, and make other VideoFrame about SVGImageElement pass
| Assignee | ||
Comment 1•3 years ago
|
||
| Assignee | ||
Comment 2•3 years ago
|
||
Depends on D181377
| Assignee | ||
Comment 3•3 years ago
|
||
This is a followup to https://bugzilla.mozilla.org/show_bug.cgi?id=1240357. I'm not sure why it's said it wasn't specified, I'm tracing spec changes on this from a long time ago.
Comment 4•3 years ago
|
||
The severity field is not set for this bug.
:jimm, could you have a look please?
For more information, please visit BugBot documentation.
Flags: needinfo?(jmathies)
Updated•3 years ago
|
Component: Audio/Video → Audio/Video: Web Codecs
Updated•3 years ago
|
Flags: needinfo?(jmathies)
Comment 5•3 years ago
|
||
The severity field is not set for this bug.
:padenot, could you have a look please?
For more information, please visit BugBot documentation.
Flags: needinfo?(padenot)
Pushed by padenot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/65a5b03f3456
Fix dimension check in VideoFrame constructor when the source is an SVGImageElement. r=chunmin,emilio
https://hg.mozilla.org/integration/autoland/rev/2b4f8ad0cecd
SVGImageElement.crossOrigin is specified. r=chunmin
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/41242 for changes under testing/web-platform/tests
Comment 8•3 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/65a5b03f3456
https://hg.mozilla.org/mozilla-central/rev/2b4f8ad0cecd
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox118:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 118 Branch
Upstream PR merged by moz-wptsync-bot
| Assignee | ||
Updated•3 years ago
|
Flags: needinfo?(padenot)
You need to log in
before you can comment on or make changes to this bug.
Description
•