Update markup view when a remoted iframe navigates or reload
Categories
(DevTools :: Inspector, defect, P2)
Tracking
(Fission Milestone:M6c, firefox80 fixed)
| Tracking | Status | |
|---|---|---|
| firefox80 | --- | fixed |
People
(Reporter: ochameau, Assigned: jdescottes)
References
(Blocks 2 open bugs)
Details
(Whiteboard: dt-fission-m2-mvp)
Attachments
(5 files, 1 obsolete file)
Bug 1593937 helps knowing about navigation and reload for remoted iframes.
A new Target will be created for each navigation/reload. For each WindowGlobal.
But bug 1593937 did not address markup view updates.
The existing codebase probably relies on mutation RDP event in order to update it and we probably do not detect frame navigations correctly from the actor side.
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
Updated•1 year ago
|
Comment 1•1 year ago
|
||
Tracking Fission DevTools bugs for Fission Nightly (M6) milestone
Comment 2•1 year ago
|
||
Tracking dt-fission-m2-mvp bugs for Fission Nightly milestone (M6c)
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 3•1 year ago
|
||
| Assignee | ||
Comment 4•1 year ago
|
||
Depends on D79674
| Assignee | ||
Comment 5•1 year ago
|
||
Depends on D79675
| Assignee | ||
Comment 6•1 year ago
|
||
Depends on D79676
Updated•1 year ago
|
| Assignee | ||
Comment 7•11 months ago
|
||
Updated•11 months ago
|
| Assignee | ||
Comment 8•11 months ago
|
||
Depends on D79676
Updated•11 months ago
|
Updated•11 months ago
|
| Assignee | ||
Updated•11 months ago
|
Updated•11 months ago
|
Pushed by jdescottes@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/c77e99cb16bf Remove watchRootNode trait r=rcaliman https://hg.mozilla.org/integration/autoland/rev/24b1aa76604c Move test helpers from markup head.js to inspector head.js r=rcaliman https://hg.mozilla.org/integration/autoland/rev/57e7d63c4376 Add test for remote frame navigation r=rcaliman,nchevobbe https://hg.mozilla.org/integration/autoland/rev/5617ce535889 Update the markup view when a remote frame navigates r=rcaliman https://hg.mozilla.org/integration/autoland/rev/835be8972a90 Stop relying on documentUnload mutation in browser_toolbox_window_reload_target.js r=rcaliman
Comment 10•11 months ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/c77e99cb16bf
https://hg.mozilla.org/mozilla-central/rev/24b1aa76604c
https://hg.mozilla.org/mozilla-central/rev/57e7d63c4376
https://hg.mozilla.org/mozilla-central/rev/5617ce535889
https://hg.mozilla.org/mozilla-central/rev/835be8972a90
Description
•