Closed
Bug 1721789
Opened 4 years ago
Closed 4 years ago
browser_tab_descriptor_factory.js fails with server side target switching enabled
Categories
(DevTools :: Framework, defect)
DevTools
Framework
Tracking
(Fission Milestone:MVP, firefox92 fixed)
Tracking | Status | |
---|---|---|
firefox92 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
References
Details
(Whiteboard: dt-fission-m3-mvp)
Attachments
(1 file)
This test fails because it tries to use TabDescriptor.getTarget without using commands/TargetCommand.
Assignee | ||
Updated•4 years ago
|
Whiteboard: dt-fission-m3-triage
Assignee | ||
Comment 1•4 years ago
|
||
TabDescriptor.getTarget can only be used with a TargetCommand initialized by calling startListening.
We need to have the watcher running to have any target being defined when server targets is enabled.
Pushed by apoirot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6747df6cafce
[devtools] Fix browser_tab_descriptor_factory.js with server side targets. r=jdescottes
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox92:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 92 Branch
Updated•4 years ago
|
Fission Milestone: --- → MVP
Whiteboard: dt-fission-m3-triage → dt-fission-m3-mvp
You need to log in
before you can comment on or make changes to this bug.
Description
•