Closed
Bug 1925972
Opened 14 days ago
Closed 5 days ago
Add innerWindowIDs to the JS execution tracing frames
Categories
(Core :: Gecko Profiler, enhancement, P1)
Core
Gecko Profiler
Tracking
()
RESOLVED
FIXED
134 Branch
People
(Reporter: canova, Assigned: canova)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Currently we don't pass any innerWindowIDs to the JS execution frames. This is a valuable information to determine which frame comes from which tab and window. We already have this information inside the JS engine, so let's get this information and add it here.
This will allow us to understand which tab to switch in Bug 1925391.
Assignee | ||
Comment 1•14 days ago
|
||
Pushed by canaltinova@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/0a56cff15c62
Add innerWindowIDs to the frames of JS Execution Tracer backend r=dthayer,profiler-reviewers,arai,aabh
Comment 3•5 days ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 days ago
status-firefox134:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 134 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•