Open
Bug 1380232
Opened 8 years ago
Updated 2 years ago
Wrong error message when a video document opens a non-existent file
Categories
(Core :: Audio/Video: Playback, enhancement, P3)
Core
Audio/Video: Playback
Tracking
()
NEW
People
(Reporter: jwwang, Unassigned)
References
Details
Open this link in the URL bar: https://raw.githubusercontent.com/mozilla/gecko-dev/master/dom/media/test/nosuchfile.mp4.
FF shows "Video format or MIME type is not supported" while Chrome shows "404: Not Found".
We should show 404 as well instead of creating a video document to load a resource that doesn't exist at all.
Reporter | ||
Comment 1•8 years ago
|
||
Not sure which component does this bug belong to. Should it be DOM or Network?
Reporter | ||
Updated•8 years ago
|
Flags: needinfo?(cpearce)
Updated•8 years ago
|
Component: Audio/Video → Audio/Video: Playback
Comment 2•8 years ago
|
||
This seems like a dupe of bug 1376004? The video document creates a video element which has controls enabled.
Flags: needinfo?(cpearce)
Reporter | ||
Comment 3•8 years ago
|
||
No. I think our sniffer should detect 404 without creating a video document at all. I wonder how our sniffer chooses to open a 404 link with a video document.
I can't really mark this as a P1 but would love for someone to fix it.
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•