Closed
Bug 1472366
Opened 7 years ago
Closed 7 years ago
Remove dangling listeners in ToolboxTabs
Categories
(DevTools :: General, enhancement, P2)
DevTools
General
Tracking
(firefox63 fixed)
RESOLVED
FIXED
Firefox 63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: jryans, Assigned: jryans)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•7 years ago
|
||
ToolboxTabs can leave some listeners still bound after unmount leading to errors
during test runs.
Assignee | ||
Comment 2•7 years ago
|
||
Review in Phabricator; sending need info in case you were unaware.
Flags: needinfo?(mantaroh)
Comment 3•7 years ago
|
||
Comment on attachment 8988947 [details]
Bug 1472366 - Remove listeners in ToolboxTabs on unmount. r=mantaroh
Mantaroh Yoshinaga[:mantaroh] has approved the revision.
https://phabricator.services.mozilla.com/D1892
Attachment #8988947 -
Flags: review+
Comment 4•7 years ago
|
||
(In reply to J. Ryan Stinnett [:jryans] (use ni?) from comment #2)
> Review in Phabricator; sending need info in case you were unaware.
Sorry, I didn't notice this fabricator's request.
Flags: needinfo?(mantaroh)
Assignee | ||
Comment 5•7 years ago
|
||
Pushed by jryans@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/984abfb799a1
Remove listeners in ToolboxTabs on unmount. r=mantaroh
Comment 7•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 63
You need to log in
before you can comment on or make changes to this bug.
Description
•