Open
Bug 427879
Opened 18 years ago
Updated 3 years ago
nsMIMEInfoUnix::GetHasDefaultHandler shouldn't exist
Categories
(Firefox :: File Handling, defect)
Tracking
()
NEW
People
(Reporter: Dolske, Unassigned)
References
Details
Spun off from bug 423776...
The fix to bug 273524 doesn't look quite right. The unix subclassing of nsMIMEInfoImpl::GetHasDefaultHandler shouldn't be needed, as the handler info itself should have the info needed to determine if there's a default handler or not (and if it doesn't, it seems like the proper fix would be to make sure it does, eg, by setting mDefaultDescription, or fixing the base class GetHasDefaultHandler to look for the right things).
Bug 423776 added a conservative work-around for nsMIMEInfoUnix::GetHasDefaultHandler() not working for protocol handlers. After discussing with dmose, we felt this might not be the perfect fix was the safest thing to do since today is the freeze for FF3 RC1.
Updated•10 years ago
|
Product: Core → Firefox
Version: Trunk → unspecified
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•