Closed
Bug 1908456
Opened 2 months ago
Closed 2 months ago
DOM Mutation depth is wrong in the tracer
Categories
(DevTools :: Debugger, defect)
DevTools
Debugger
Tracking
(firefox130 fixed)
RESOLVED
FIXED
130 Branch
Tracking | Status | |
---|---|---|
firefox130 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
References
Details
Attachments
(1 file)
If the DOM Mutation happens in a function calling nested function before doing the mutation,
the mutation will be reported to the depth of the latest nested function call.
That, instead of being reported of the depth of its parent function plus one.
Assignee | ||
Comment 1•2 months ago
|
||
Updated•2 months ago
|
Assignee: nobody → poirot.alex
Status: NEW → ASSIGNED
Pushed by apoirot@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/3f99bd8f1932 [devtools] Fix DOM Mutation reported depth in JS Tracer. r=devtools-reviewers,nchevobbe
Comment 3•2 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 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
•