Closed
Bug 217405
Opened 22 years ago
Closed 22 years ago
New helper app dialog causes JS exception for unknown content types
Categories
(Toolkit :: Downloads API, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: mscott, Assigned: bugs)
Details
Attachments
(1 file)
|
3.05 KB,
patch
|
Details | Diff | Splinter Review |
If the OS doesn't know about the content type, the helper app dialog chokes on a
JS error when trying to get the primary extension for the mime type:
nsIMIMEInfo.primaryExtension NS_ERROR_NOT_INIALIZED in nsHelperAppDlg.js
This causes the dialog to not render correctly and to not work correctly either.
Patch coming up.
Patch coming up.
| Reporter | ||
Updated•22 years ago
|
Summary: New helper app dialog barfs for unknown content types → New helper app dialog causes JS exception for unknown content types
| Reporter | ||
Comment 1•22 years ago
|
||
| Reporter | ||
Comment 2•22 years ago
|
||
fixed. r=ben over irc
ignore the dump statements...those were part of an unrelated change and are not
getting checked in.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•17 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•