Closed
Bug 1909920
Opened 8 months ago
Closed 7 months ago
Unexpected traces are displayed in the tracer's call tree
Categories
(DevTools :: Debugger, enhancement)
DevTools
Debugger
Tracking
(firefox130 fixed)
RESOLVED
FIXED
130 Branch
Tracking | Status | |
---|---|---|
firefox130 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
With bug 1909899 fixes applied, there is still some issues in Trace call tree rendering.
You need a slightly more complex test page with at least 3 level of children:
data:text/html,<script>window.onclick = foo; function foo() {bar()}; function bar() {}</script>
When zooming in/out you will see more and more traces displayed in the tree, whereas no new trace are recorded!
This seems to relate to the key attribute used within VirtualizedTree.
Removing it fixes this issue.
Assignee | ||
Comment 1•7 months ago
|
||
Updated•7 months ago
|
Assignee: nobody → poirot.alex
Status: NEW → ASSIGNED
Pushed by apoirot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c2033e7aff0c
[devtools] Avoid rendering duplicated frames because of using float instead of decimal for trace indexes. r=devtools-reviewers,nchevobbe
Comment 3•7 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 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
•