Troubleshooting Information > Media > Enumerate Database fails if 'mediacapabilities' folder doesn't exist yet
Categories
(Core :: Audio/Video: Playback, defect, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox71 | --- | verified |
People
(Reporter: aryx, Assigned: achronop)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
Firefox 71.0a1 20190905215710 on Windows 8.1
Menu Help > Troubleshooting Information > Media > button Enumerate Database (added in bug 1573832) fails to show information if 'mediacapabilities' folder doesn't exist yet.
Steps to reproduce:
- Launch Firefox with a new profile.
- Open menu Help > Troubleshooting Information.
- Go to Media.
- Click 'Enumerate database'.
Actual result:
Some whitespace added below button.
Expected result:
Output similar to the following:
video/av1:
video/vp8:
video/vp9:
video/avc:
video/theora:
From the browser console:
uncaught exception: store error: DirectoryDoesNotExistError("C:\Mozilla\Debugging\Firefox\Profiles\unstable\central\Test-central-en/mediacapabilities")
The folder 'mediacapabilities' gets created if the code added in bug 1530996 runs.
Assignee | ||
Comment 1•5 years ago
|
||
Thank you for the report, I am looking
Assignee | ||
Comment 2•5 years ago
|
||
When the mediacapabilities folder does not exist catch the exception and print the name of the decoder.
Comment 4•5 years ago
|
||
bugherder |
Updated•5 years ago
|
Comment 5•5 years ago
|
||
Confirmed issue with 71.0a1(2019-09-06) on Windows 10.
Fix verified with 71.0b8 on Windows 10, macOS 10.13.6, Ubuntu 18.04.
Updated•3 years ago
|
Updated•3 years ago
|
Description
•