Closed
Bug 1698541
Opened 4 years ago
Closed 4 years ago
Stop emitting soon to be unused tabDetached event
Categories
(DevTools :: Framework, task)
DevTools
Framework
Tracking
(firefox89 fixed)
RESOLVED
FIXED
89 Branch
| Tracking | Status | |
|---|---|---|
| firefox89 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Bug 1631451 should soon remove the few usages of tabDetached event from the DevTools frontend, making the code in the server pure legacy.
https://searchfox.org/mozilla-central/search?q=tabDetached&case=true&path=devtools%2Fserver
| Assignee | ||
Comment 1•4 years ago
|
||
Now that we are destroying the target via target-destroyed-form, sent via the watcher actor
we no longer need this legacy event.
Updated•4 years ago
|
Assignee: nobody → poirot.alex
Attachment #9209190 -
Attachment description: Bug 1698541 - [devtools] Stop emitting now unused tabDetached event → Bug 1698541 - [devtools] Stop emitting now unused tabDetached event.
Status: NEW → ASSIGNED
Pushed by apoirot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c041ec77601a
[devtools] Stop emitting now unused tabDetached event. r=nchevobbe,devtools-backward-compat-reviewers
Comment 3•4 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox89:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 89 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•