Closed
Bug 533046
Opened 15 years ago
Closed 15 years ago
pageMods eats user callback errors
Categories
(Mozilla Labs :: Jetpack Prototype, defect)
Mozilla Labs
Jetpack Prototype
Tracking
(Not tracked)
RESOLVED
FIXED
0.7
People
(Reporter: adw, Assigned: adw)
Details
Attachments
(1 file)
941 bytes,
patch
|
Details | Diff | Splinter Review |
pageMods does a naked call of the user's callback, so errors in the callback are not reported to the console, and they cause the remaining callbacks to not be done. It needs to be wrapped in a try-catch.
Assignee | ||
Comment 1•15 years ago
|
||
Assignee | ||
Comment 2•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 3•15 years ago
|
||
Nice job Drew. Thanks for your help!
You need to log in
before you can comment on or make changes to this bug.
Description
•