Support debug target navigation when fission is enabled
Categories
(DevTools :: about:debugging, task, P3)
Tracking
(Fission Milestone:Future)
Fission Milestone | Future |
People
(Reporter: mtigley, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: dt-fission-future)
When navigating to another domain, DevTools will be broken because the target will be closed as a result of Bug 1617237. We should fix this.
Comment 1•5 years ago
|
||
Thanks for filing!
The following bug might be relevant here: Bug 1618695 - stop destroying TabDescriptor when navigating to another process. Once the TabDescriptor can survive across process change, we can also make the toolbox use a descriptor instead of a target and it could help to support target switching here.
Or we can implement a custom support for target-switching at https://searchfox.org/mozilla-central/rev/72e3388f74458d369af4f6cdbaeaacb719523b8c/devtools/client/framework/toolbox-init.js#139-148
Comment 2•5 years ago
|
||
Tracking Fission DevTools bugs for Fission Nightly (M6) milestone
Reporter | ||
Comment 3•5 years ago
|
||
Additional testing that should be done to ensure that debug target navigation survives a process change: we should make sure that navigation to about:
pages from another external domain will not crash the tab. An example of this:
- Go to https://www.wikipedia.org/ in another tab.
- Open remote debugging for that particular tab.
- In that same tab, go to
about:robots
Right now, this will crash the tab remote debugging tab with an error: Cannot connect to the debug target. See error details below.
Updated•5 years ago
|
Comment 4•4 years ago
|
||
Adding dt-fission
whiteboard tag to DevTools bugs that mention Fission or block Fission meta bugs but don't already have a dt-fission
whiteboard tag.
Comment 5•4 years ago
|
||
Moving these DevTools Fission bugs from Fission's old M6 Nightly milestone to M7 Beta. I am assuming these bugs would have the dt-fission-m2-mvp
whiteboard tag if they were Fission Nightly blockers.
Comment 6•4 years ago
|
||
Bulk change of all bugs with whiteboard tag of dt-fission
to Fission MVP milestone.
Comment 7•4 years ago
|
||
Moving old "dt-fission" bugs to "dt-fission-future" because they don't block Fission MVP.
Updated•3 years ago
|
Description
•