Closed
Bug 324456
Opened 19 years ago
Closed 18 years ago
tabbox.xml should throw more useful errors
Categories
(Toolkit :: XUL Widgets, defect)
Toolkit
XUL Widgets
Tracking
()
RESOLVED
FIXED
People
(Reporter: Gavin, Assigned: enndeakin)
References
Details
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
Throwing NS_ERRORs results in nondescriptive "Error: uncaught exception: 2147500037" messages in the Javascript console - displaying something more descriptive would be helpful for debugging.
Reporter | ||
Comment 1•19 years ago
|
||
I don't know if this is the best way of doing this, comments welcome.
Reporter | ||
Updated•19 years ago
|
Severity: normal → minor
Status: NEW → ASSIGNED
Priority: -- → P4
Target Milestone: --- → mozilla1.8.1
Version: Trunk → 1.8 Branch
Reporter | ||
Comment 2•19 years ago
|
||
I guess these should probably be throw new Error("...").
Reporter | ||
Updated•18 years ago
|
Priority: P4 → --
Target Milestone: mozilla1.8.1 → ---
Version: 1.8 Branch → Trunk
Assignee | ||
Comment 3•18 years ago
|
||
Fix by bug 370742
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•18 years ago
|
Assignee: gavin.sharp → enndeakin
Assignee | ||
Updated•17 years ago
|
Flags: in-testsuite-
You need to log in
before you can comment on or make changes to this bug.
Description
•