Closed
Bug 229824
Opened 21 years ago
Closed 1 year ago
Add function stack trace to DOM exceptions
Categories
(Core :: DOM: Core & HTML, enhancement, P5)
Tracking
()
RESOLVED
FIXED
People
(Reporter: WeirdAl, Unassigned)
References
()
Details
Long have I waited to see a stack from a DOM exception like the one Brendan Eich
implemented for JavaScript exceptions (see bug 123177 for details). This bug is to
implement that. Any volunteers?
Comment 1•21 years ago
|
||
There should be no need to duplicate code. We need to construct DOM exceptions
using a common subroutine or constructor, to share the stack property setup
magic done by the JS engine's *Error classes' constructor.
/be
Updated•16 years ago
|
Assignee: general → nobody
QA Contact: ian → general
| Assignee | ||
Updated•12 years ago
|
Component: DOM: Mozilla Extensions → DOM
Comment 2•7 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven't been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
| Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Updated•3 years ago
|
Severity: normal → S3
Comment 3•1 year ago
|
||
new DOMException().stack works now.
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•