Closed
Bug 720628
Opened 13 years ago
Closed 13 years ago
Improve error reporting of Promise.jsm
Categories
(Core :: General, enhancement)
Core
General
Tracking
()
RESOLVED
FIXED
mozilla14
People
(Reporter: Yoric, Assigned: Yoric)
References
Details
Attachments
(1 file, 2 obsolete files)
5.29 KB,
patch
|
Details | Diff | Splinter Review |
At the moment, in many cases, Promise.jsm causes silent dropping of exceptions. Let's fix this.
Assignee | ||
Comment 1•13 years ago
|
||
Sorry for the snafu, this time the patch is attached to the correct bug
Attachment #591035 -
Flags: review?(jwalker)
Updated•13 years ago
|
Attachment #591035 -
Flags: review?(jwalker) → review+
Assignee | ||
Updated•13 years ago
|
Blocks: JSScheduleAPI
Assignee | ||
Comment 2•13 years ago
|
||
Attaching a version of this patch that uses function |Promise._error| introduced in bug 711126.
Attachment #600383 -
Flags: review?(rcampbell)
Assignee | ||
Updated•13 years ago
|
Attachment #591035 -
Attachment is obsolete: true
Assignee | ||
Updated•13 years ago
|
Attachment #600383 -
Flags: review?(rcampbell) → review?(jwalker)
Updated•13 years ago
|
Attachment #600383 -
Flags: review?(jwalker) → review+
Assignee | ||
Comment 3•13 years ago
|
||
Run a few additional tests on dependent libraries, found an error. Here is the same patch, without the error.
Assignee | ||
Updated•13 years ago
|
Attachment #600383 -
Attachment is obsolete: true
Assignee | ||
Updated•13 years ago
|
Updated•13 years ago
|
Assignee: nobody → dteller
Comment 4•13 years ago
|
||
Keywords: checkin-needed
Target Milestone: --- → mozilla14
Comment 5•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•