Open
Bug 1709529
Opened 4 years ago
Updated 4 years ago
Set watchedByDevTools BrowsingContext flag for parent process in the same place we're setting it for other kind of browsing context
Categories
(DevTools :: Framework, task)
DevTools
Framework
Tracking
(Not tracked)
NEW
People
(Reporter: nchevobbe, Unassigned)
References
(Depends on 1 open bug)
Details
In Bug 1706094, we set the watchedByDevTools
flag in frame-helper.js
for most of the browsing context, except for parent process one, where we still do it in the browsingContextTargetActor (since watcher support isn't enabled on browser toolbox yet, see Bug 1675763).
Ultimately, we should set the flag for the browsing context we care about in the same location.
You need to log in
before you can comment on or make changes to this bug.
Description
•