Open
Bug 393504
Opened 17 years ago
Updated 2 years ago
handler service should store file extensions when storing a MIME info object
Categories
(Firefox :: File Handling, defect)
Firefox
File Handling
Tracking
()
NEW
People
(Reporter: myk, Unassigned)
References
(Blocks 1 open bug)
Details
The handler service doesn't store file extensions when asked to store a MIME info object. That's bad if any code that twiddles those extensions uses the handler service to store its MIME info objects.
I'm not sure any code does this yet. The only code I found that twiddles extensions is helperApp.js, and it writes to the datasource directly. But undoubtedly some code will do so eventually, and it would be good for it to work when that happens.
Updated•17 years ago
|
Product: Firefox → Core
QA Contact: file.handling → file-handling
Updated•8 years ago
|
Product: Core → Firefox
Version: Trunk → unspecified
Updated•5 years ago
|
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•