Closed Bug 1909920 Opened 2 months ago Closed 2 months ago

Unexpected traces are displayed in the tracer's call tree

Categories

(DevTools :: Debugger, enhancement)

enhancement

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: 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
Status: ASSIGNED → RESOLVED
Closed: 2 months ago
Resolution: --- → FIXED
Target Milestone: --- → 130 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: