Closed
Bug 178122
Opened 22 years ago
Closed 21 years ago
Calling GetFromExtension() from GetFromMIMEType() is broken
Categories
(Core Graveyard :: File Handling, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.5alpha
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
Details
Logging this as a sepate issue just so it stays on my radar. GetFromExtension
bails out if it can't do
322 LPBYTE pBytes = GetValueBytes( hKey, "Content Type");
but if we're calling through from GetFromMIMEType we already know the type!
Assignee | ||
Updated•22 years ago
|
Priority: -- → P3
Target Milestone: --- → mozilla1.5alpha
Assignee | ||
Comment 1•21 years ago
|
||
Fixed by bug 147679
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•