Closed
Bug 1118801
Opened 10 years ago
Closed 10 years ago
Handle uncaught promise rejections in the canvas debugger
Categories
(DevTools Graveyard :: Canvas Debugger, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 37
People
(Reporter: ejpbruel, Assigned: ejpbruel)
References
Details
Attachments
(1 file)
965 bytes,
patch
|
vporof
:
review+
|
Details | Diff | Splinter Review |
Attempting to replace the deprecated-sync-thenables with Promise.jsm promises in protocol.js (bug 1096490) uncovered some uncaught promise rejections in the canvas debugger. These need to be fixed before I can land the former.
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → ejpbruel
Assignee | ||
Comment 1•10 years ago
|
||
Simple patch. This should be enough to solve the problem.
Attachment #8545307 -
Flags: review?(vporof)
Updated•10 years ago
|
Attachment #8545307 -
Flags: review?(vporof) → review+
Assignee | ||
Comment 2•10 years ago
|
||
Comment 3•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 37
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•6 years ago
|
Product: DevTools → DevTools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•