Open
Bug 1609948
Opened 5 years ago
Updated 2 years ago
Review all the usages of profiler_get_inner_window_id_from_docshell function and make sure we don't have a better way to get the window id
Categories
(Core :: Gecko Profiler, task, P3)
Core
Gecko Profiler
Tracking
()
NEW
People
(Reporter: canova, Unassigned)
References
(Blocks 1 open bug)
Details
Currently we have profiler_get_inner_window_id_from_docshell
function to extract innerWindowID from a DocShell. But we are doing multiple pointer hops while getting that ID. In some places, we have innerWindow available or sometimes even innerWindowID is available in a class field. We should review all the usages and make sure we are not doing unnecessary work.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•