Closed
Bug 1721561
Opened 3 years ago
Closed 3 years ago
browser_spawn_actor_in_parent.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)
spawnActorInParent
is only used by WebConsoleActor.startListeners(["NetworkActivity"]).
This may no longer be used by any kind of toolbox.
Also, it doesn't seem to be used by VsCode adapter.
But may be we should postpone removing very old RDP APIs which might be used by some external RDP tooling. First communicate about the upcoming removal/changes and better document the new API? May be also align with WebDriver progresses and instead suggest WebDriver APIs.
Assignee | ||
Updated•3 years ago
|
Whiteboard: dt-fission-m3-triage
Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Fission Milestone: --- → MVP
Whiteboard: dt-fission-m3-triage → dt-fission-m3-mvp
Pushed by apoirot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b55917e279b5
[devtools] Disable server targets for browser_spawn_actor_in_parent.js. r=nchevobbe
Comment 3•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox92:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 92 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•