Open
Bug 611161
Opened 14 years ago
Updated 2 years ago
Add JavaScript stack trace to nsScriptErrorEvent
Categories
(Core :: DOM: Events, defect, P5)
Tracking
()
NEW
People
(Reporter: caustin, Unassigned)
References
Details
(Whiteboard: [imvu])
Attachments
(1 file)
4.33 KB,
patch
|
Details | Diff | Splinter Review |
IMVU embeds Gecko for its UI. We attach an onerror hander to every document so that we can report crashes upon unhandled JavaScript exceptions. I have attached a patch that adds a stack trace field to nsScriptErrorEvent so that we can include it with our crash reports.
Reporter | ||
Updated•14 years ago
|
Whiteboard: [imvu]
Updated•14 years ago
|
Attachment #489663 -
Attachment is patch: true
Attachment #489663 -
Attachment mime type: application/octet-stream → text/plain
Comment 4•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
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•