Closed
Bug 1580220
Opened 5 years ago
Closed 5 years ago
Fix "uncaught exception: Object" console messages which show up often in test runs
Categories
(Core :: DOM: Core & HTML, defect, P2)
Core
DOM: Core & HTML
Tracking
()
Tracking | Status | |
---|---|---|
firefox71 | --- | fixed |
People
(Reporter: kmag, Assigned: kmag)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Most of these are due to promise rejections which are cross-compartment wrappers. Some of them are plain objects of other sorts that we can't report in meaningful ways, and I'm ignoring for now.
Assignee | ||
Updated•5 years ago
|
Blocks: fission-mochitests
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Status: NEW → ASSIGNED
Fission Milestone: --- → M4
Priority: -- → P2
Pushed by maglione.k@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/6b7056712cb4
Fix unhandled rejection logging for cross-origin objects. r=smaug
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
You need to log in
before you can comment on or make changes to this bug.
Description
•