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)

x86
All
enhancement

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?
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
Assignee: general → nobody
QA Contact: ian → general
Component: DOM: Mozilla Extensions → DOM
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
Component: DOM → DOM: Core & HTML
Severity: normal → S3

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.