Closed
Bug 974546
Opened 11 years ago
Closed 11 years ago
SpecialPowers wrappers should catch, wrap, and rethrow exceptions for callables
Categories
(Testing :: Mochitest, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla30
People
(Reporter: bholley, Assigned: bholley)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
3.80 KB,
patch
|
mrbkap
:
review+
|
Details | Diff | Splinter Review |
In the current world, if a SpecialPowers-wrapped privileged function throws, the resulting exception is opaque to content. This is less-than-ideal for debugging, so let's see if we can do something clever here.
Assignee | ||
Comment 1•11 years ago
|
||
Assignee | ||
Comment 2•11 years ago
|
||
Green. Flagging for review.
Attachment #8378566 -
Flags: review?(mrbkap)
Updated•11 years ago
|
Attachment #8378566 -
Flags: review?(mrbkap) → review+
Assignee | ||
Comment 3•11 years ago
|
||
Comment 4•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla30
You need to log in
before you can comment on or make changes to this bug.
Description
•