Open
Bug 1874204
Opened 1 year ago
Updated 3 hours ago
Support tracing content process privileged code from the browser toolbox
Categories
(DevTools :: Debugger, enhancement, P3)
DevTools
Debugger
Tracking
(Not tracked)
NEW
People
(Reporter: ochameau, Unassigned)
References
Details
The tracer doesn't handle Content Process targets.
Some work would be needed to:
- ignore frame targets in case of browser toolbox (as they would be traced by the content process targets where the frames/WindowGlobal run),
- handle all content process document when tracing DOM Events (tracedGlobal won't be a DOM Document).
May be tracedGlobal should also be tweaked and be tracedGlobals as a content process may have many.
Things may change once the browser toolbox supports EFT (bug 1785266).
Updated•3 hours ago
|
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•