DOM panel should be refreshed when selecting a remote frame with the iframe picker when fission is enabled
Categories
(DevTools :: DOM, defect, P3)
Tracking
(Fission Milestone:Future)
Fission Milestone | Future |
People
(Reporter: Honza, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: dt-fission-future)
The DOM panel should show properties of the top level document by default.
If the user selects an iframe using the iFrame picker, it should show properties of the selected frame. Frames running in different processes (remote frames) should be supported too.
Honza
Reporter | ||
Updated•4 years ago
|
Comment 1•4 years ago
|
||
Tracking dt-fission-m3-mvp bugs for Fission M8 (blocking Release channel experiment, but not Beta experiment).
Comment 2•4 years ago
|
||
Without fission, this works fine, selecting an iframe updates the panel and shows the data of the selected document.
With fission, I don't know, the iframe picker does not show remote frame at the moment.
So this depends on Bug 1608054 (make the iframe picker Fission compatible)
Reporter | ||
Updated•4 years ago
|
Comment 3•4 years ago
|
||
This may even be a duplicated of bug 1608054.
Once the iframe picker works against remote frames, it should do a top level target switch against the select target.
And given that the DOM panel supports top level target switching... it should, in theory, just work.
We can always keep this bug around to ensure that the DOM panel works fine from target switching done by the iframe dropdown...
Comment 4•4 years ago
|
||
Moving "dt-fission-m3-reserve" bugs to "dt-fission-future" because they don't block Fission MVP.
Description
•