Closed
Bug 1750897
Opened 3 years ago
Closed 3 years ago
VideoConfiguration should accept and store non-required properties
Categories
(Core :: DOM: Device Interfaces, defect)
Core
DOM: Device Interfaces
Tracking
()
RESOLVED
FIXED
98 Branch
Tracking | Status | |
---|---|---|
firefox98 | --- | fixed |
People
(Reporter: bradwerth, Assigned: bradwerth)
References
Details
Attachments
(3 files)
Our IDL for VideoConfiguration only includes the required properties, whereas the WPT for MediaCapabilities includes all the ones from the spec. We need to store these additional properties so we can more accurately report what we support and what we don't support.
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
Depends on D136428
Pushed by bwerth@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/23bb922bfb93
Part 1: Expand VideoConfiguration with optional properties. r=media-playback-reviewers,alwu,webidl,smaug
https://hg.mozilla.org/integration/autoland/rev/3ad3a7b2c12e
Part 2: Include new VideoConfiguration properties in debug output. r=media-playback-reviewers,alwu
Comment 4•3 years ago
•
|
||
Backed out for causing wpt failures on decodingInfo.any.html
- Backout link
- Push with failures
- Failure Log
- Failure line: TEST-UNEXPECTED-PASS | /media-capabilities/decodingInfo.any.worker.html | Test that decodingInfo rejects if the video configuration has an empty hdrMetadataType - expected FAIL
Flags: needinfo?(bwerth)
Assignee | ||
Comment 5•3 years ago
|
||
Sorry about missing that. Fix incoming.
Assignee | ||
Comment 6•3 years ago
|
||
Pushed by bwerth@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b0b2efeaeb7d
Part 1: Expand VideoConfiguration with optional properties. r=media-playback-reviewers,alwu,webidl,smaug
https://hg.mozilla.org/integration/autoland/rev/ab9e34c80271
Part 2: Include new VideoConfiguration properties in debug output. r=media-playback-reviewers,alwu
https://hg.mozilla.org/integration/autoland/rev/81a86e00f833
Part 3: Update WPT expectations. r=alwu
Assignee | ||
Updated•3 years ago
|
Flags: needinfo?(bwerth)
Comment 8•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/b0b2efeaeb7d
https://hg.mozilla.org/mozilla-central/rev/ab9e34c80271
https://hg.mozilla.org/mozilla-central/rev/81a86e00f833
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox98:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 98 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•