Closed
Bug 1885866
Opened 8 months ago
Closed 8 months ago
In the browser toolbox, prevent tracing from WindowGlobal Target running in the parent process
Categories
(DevTools :: Debugger, defect, P3)
DevTools
Debugger
Tracking
(firefox126 fixed)
RESOLVED
FIXED
126 Branch
Tracking | Status | |
---|---|---|
firefox126 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
References
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•8 months ago
|
||
The Tracer can only be toggled once per thread.
In the browser toolbox, when it comes to debug the parent process,
we may have many target actors spawn in this process.
But only the Parent Process Target Actor should be allowed to trace.
We should ignore the WindowGlobal targets relates to devtools, tabs with parent process documents,...
Updated•8 months ago
|
Assignee: nobody → poirot.alex
Status: NEW → ASSIGNED
Updated•8 months ago
|
Severity: -- → S3
Priority: -- → P3
Pushed by apoirot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/984e13c9592b
[devtools] Prevent tracing from WindowGlobal Target running in the parent process. r=devtools-reviewers,nchevobbe
Comment 3•8 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 months ago
status-firefox126:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 126 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•