Devtools actor errors using Components.exception show as unknownError
Categories
(DevTools :: General, task, P3)
Tracking
(firefox78 fixed)
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: jdescottes, Assigned: jdescottes)
References
Details
Attachments
(2 files)
Spotted while investigating Bug 1637687. The DevTools push-subscription actor was calling a getter which was throwing with
Components.Exception("", Cr.NS_ERROR_NOT_IMPLEMENTED);
and the only error visible in the client was unknownError from: server0.conn7.serviceWorkerRegistration37
We could improve this slightly, and maybe add the filename, linenumber, columnnumber to the error packet to improve this even further.
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D75902
Updated•5 years ago
|
Comment 4•5 years ago
|
||
Backed out for mochitest failures on test_preference.html
Backout link: https://hg.mozilla.org/integration/autoland/rev/5e78c6238e348639fdbd0bd47eb2151aadd66bee
Log link: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=303599266&repo=autoland&lineNumber=99497
Comment 6•5 years ago
|
||
Backed out 2 changesets (bug 1639111) for causing failures in browser_actor_error.js
Backout link: https://hg.mozilla.org/integration/autoland/rev/6ca2b4a6bbf8cc1b9b58a0255e482acd14369c98
Failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=303631422&repo=autoland&lineNumber=14700
Comment 7•5 years ago
|
||
Also looks to be causing some more failures in test_preference.html:
https://treeherder.mozilla.org/#/jobs?repo=autoland&searchStr=%28c%2Cmochitest&tochange=e7641c1071eaadf8a74fc16c13456d4d63b367d0&fromchange=be7a56eeccc3a8e70dffd4f419b090ad4d44f651&selectedTaskRun=X073qmzOTQyKMBoh_hZHMQ-0
Comment 9•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/a8a1167da068
https://hg.mozilla.org/mozilla-central/rev/0b15f53e5fc7
Assignee | ||
Updated•5 years ago
|
Description
•