Closed
Bug 1908384
Opened 4 months ago
Closed 4 months ago
Don't track mutation of nodes we don't show in the markup
Categories
(DevTools :: Inspector, task)
DevTools
Inspector
Tracking
(firefox130 fixed)
RESOLVED
FIXED
130 Branch
Tracking | Status | |
---|---|---|
firefox130 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
Details
Attachments
(1 file)
It looks like we are notified about mutations of "chrome" nodes in the toolbox, even when devtools.inspector.showAllAnonymousContent
is false
This isn't too bad because they are mostly ignored, but this can trigger unwanted events and was highlighting some issues when editing tag name (got intermittent test failures when trying to land patch for Bug 1173057, filed Bug 1907932)
Assignee | ||
Comment 1•4 months ago
|
||
Updated•4 months ago
|
Assignee: nobody → nchevobbe
Status: NEW → ASSIGNED
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5c54943ef9c4
[devtools] Avoid tracking mutation of element we are not showing in the markup view. r=devtools-reviewers,bomsy.
Comment 3•4 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 months ago
status-firefox130:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 130 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•