Closed
Bug 889526
Opened 12 years ago
Closed 12 years ago
Improve reportError so that it will add a stack trace if one is available
Categories
(DevTools :: Debugger, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 25
People
(Reporter: fitzgen, Assigned: fitzgen)
Details
Attachments
(1 file)
2.89 KB,
patch
|
past
:
review+
|
Details | Diff | Splinter Review |
We shouldn't just pass the error on to Cu.reportError. If the argument passed is an error object, we should construct an error message ourselves so that we can make sure we get a stack if one is available.
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → nfitzgerald
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #770373 -
Flags: review?(rcampbell)
Assignee | ||
Comment 2•12 years ago
|
||
Comment on attachment 770373 [details] [diff] [review]
v1
Forgot that robcee is semi-unavailable this week.
Attachment #770373 -
Flags: review?(rcampbell) → review?(past)
Comment 3•12 years ago
|
||
Comment on attachment 770373 [details] [diff] [review]
v1
Review of attachment 770373 [details] [diff] [review]:
-----------------------------------------------------------------
Nice!
Attachment #770373 -
Flags: review?(past) → review+
Assignee | ||
Comment 4•12 years ago
|
||
Whiteboard: [fixed-in-fx-team]
Comment 5•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 25
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•