Closed
Bug 1687296
Opened 4 years ago
Closed 4 years ago
Add a test for breaking on DOM mutation in a remote frame
Categories
(DevTools :: Debugger, task, P3)
DevTools
Debugger
Tracking
(Fission Milestone:M7, firefox87 fixed)
Tracking | Status | |
---|---|---|
firefox87 | --- | fixed |
People
(Reporter: jdescottes, Assigned: jdescottes)
References
(Blocks 1 open bug)
Details
(Whiteboard: dt-fission-m3-mvp )
Attachments
(2 files)
Spawned from Bug 1601275, which should move out of
dt-fission-m3-mvp because the issue it describes only impacts the browser toolbox.
Breaking on DOM mutation in a remote frame seems to work fine on the current mozilla central, with Fission enabled and default devtools prefs. It is not covered by any test however so we should add a mochitest for that.
Assignee | ||
Comment 1•4 years ago
|
||
Test can be based on the following STRs
(In reply to Julian Descottes [:jdescottes] from comment #6)
Interestingly, it seems to work fine on remote frames.
- enable fission
- open https://root-breakondommutation-fission.glitch.me/
- inspect the input
- break on attribute modification
- click on the "toggle input" button
Debugger breaks as expected.
Updated•4 years ago
|
Fission Milestone: --- → M7
Assignee | ||
Updated•4 years ago
|
Assignee: nobody → jdescottes
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•4 years ago
|
||
Assignee | ||
Comment 3•4 years ago
|
||
Depends on D102783
Updated•4 years ago
|
Blocks: dbg-dom-bps
Severity: -- → S3
Pushed by jdescottes@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/734fc8ba7561
[devtools] Add a test for breaking on DOM mutation in a remote frame r=nchevobbe
https://hg.mozilla.org/integration/autoland/rev/5a298447836b
[devtools] Reuse the selectNodeInFrames helper in all MBT inspector tests r=nchevobbe
Comment 5•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/734fc8ba7561
https://hg.mozilla.org/mozilla-central/rev/5a298447836b
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox87:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 87 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•