Closed
Bug 1626875
Opened 5 years ago
Closed 5 years ago
TestTabList used for xpcshell tests should return TabDescriptors
Categories
(DevTools :: about:debugging, task, P1)
DevTools
about:debugging
Tracking
(Fission Milestone:M6, firefox76 fixed)
Tracking | Status | |
---|---|---|
firefox76 | --- | fixed |
People
(Reporter: jdescottes, Assigned: jdescottes)
References
Details
(Whiteboard: dt-fission-m2-mvp)
Attachments
(1 file)
The TestTabList defined at https://searchfox.org/mozilla-central/rev/7fba7adfcd695343236de0c12e8d384c9b7cd237/devtools/server/tests/xpcshell/testactors.js#56 is a mock implementation of webbrowser is Mock implementation of the webbrowser TabList.
In Bug 1579042, the regular webbrowser TabList started returning an array of TabDescriptorActors instead of an array of BrowsingContextTargetActors. However we didn't migrate the xpcshell TestTabList at the same time.
For now xpcshell tests are still working thanks to the backward compatibility code which is supposed to handle older servers. But we should migrate it so that it doesn't prevent us from removing the backward compat code.
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by jdescottes@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/cf163aa1c343
Return TabDescriptors in TestTabList for DevTools xpcshell tests r=ochameau
Comment 3•5 years ago
|
||
Tracking Fission DevTools bugs for Fission Nightly (M6) milestone
Fission Milestone: --- → M6
Comment 4•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox76:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 76
You need to log in
before you can comment on or make changes to this bug.
Description
•