Closed
Bug 788273
Opened 13 years ago
Closed 13 years ago
Mime Service is missing core mime types
Categories
(Core :: Networking, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 788204
People
(Reporter: dougt, Assigned: dougt)
Details
I do not see any default/primary filename extension for many common mime types.
For example (pseudocode):
mimeSvc->GetPrimaryExtension("audio/wav", "", extension);
I'd expect extension to be "wav" at this point, but it is null. The same is true for many other audio files.
| Assignee | ||
Updated•13 years ago
|
Assignee: nobody → doug.turner
| Assignee | ||
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•