"watchedByDevTools can only be set on top BrowsingContext" exception when opening the MBT with fission enabled
Categories
(DevTools :: Framework, defect)
Tracking
(Fission Milestone:M6c, firefox-esr68 unaffected, firefox76 unaffected, firefox77 unaffected, firefox78 wontfix, firefox79 fixed)
Tracking | Status | |
---|---|---|
firefox-esr68 | --- | unaffected |
firefox76 | --- | unaffected |
firefox77 | --- | unaffected |
firefox78 | --- | wontfix |
firefox79 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression)
Attachments
(1 file)
This comes from this line:
https://searchfox.org/mozilla-central/rev/9193635dca8cfdcb68f114306194ffc860456044/devtools/server/actors/targets/browsing-context.js#1618
When we spawn targets for remoted iframes in a tab.
In order to reproduce, you would need a page with an iframe using an origin different from the top level tab document.
In this particular case, the watchedByDevTools attribute is already toggled by the top level target, so there is no need to toggle it again in additional targets.
This attribute may later be set by the TabDescriptor or Watcher actor only once, on the top level target BrowsingContext.
See:
https://phabricator.services.mozilla.com/D65983
Comment 1•5 years ago
|
||
Set release status flags based on info from the regressing bug 1620966
Updated•5 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Comment 2•4 years ago
|
||
Tracking DevTools Fission bugs for Fission Nightly milestone (M6c).
Comment 3•4 years ago
|
||
The severity field is not set for this bug.
:ochameau, could you have a look please?
For more information, please visit auto_nag documentation.
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 4•4 years ago
|
||
This attribute can only be toggled on top level BrowsingContext.
These are the top level window's, or tab's BrowsingContext.
From DevTools point of view, it should only be toggled by the
Parent Process or Tab target.
Updated•4 years ago
|
Comment 6•4 years ago
|
||
bugherder |
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Description
•