Closed
Bug 1832478
Opened 2 years ago
Closed 2 years ago
Swallow error caused by destroyed front/toolbox in getCompatibilityIssues
Categories
(DevTools :: Inspector: Rules, task)
DevTools
Inspector: Rules
Tracking
(firefox115 fixed)
RESOLVED
FIXED
115 Branch
Tracking | Status | |
---|---|---|
firefox115 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
No description provided.
Assignee | ||
Comment 1•2 years ago
|
||
We had rejections in getCompatibilityIssues
on TRY when the page navigated or
the toolbox was being destroyed.
To workaround this, we wrap the call in a try/catch block where we swallow the
error in such case.
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e2b422fa32fb
[devtools] Swallow error caused by destroyed front/toolbox in getCompatibilityIssues. r=jdescottes,devtools-reviewers.
Comment 3•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox115:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 115 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•