Open
Bug 469762
Opened 16 years ago
Updated 2 years ago
Clean up exception handlers in toolkit/components/viewsource/content/viewSource.js
Categories
(Toolkit :: View Source, defect)
Toolkit
View Source
Tracking
()
NEW
People
(Reporter: cbartley, Unassigned)
References
(Blocks 1 open bug)
Details
toolkit/components/viewsource/content/viewSource.js contains a number of exception handlers with empty catch-blocks. This is generally known to be hazardous and indeed has already obscured one serious bug -- see bug 469302.
More view source work is slated, and it would be a good idea to clean up these exception handlers in the process.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•