Closed
Bug 1609148
Opened 5 years ago
Closed 5 years ago
Make the console attach to additional frame targets when debugging local tabs and the contenttoolbox.fission pref is set
Categories
(DevTools :: Console, enhancement, P1)
DevTools
Console
Tracking
(Fission Milestone:M6, firefox74 fixed)
Tracking | Status | |
---|---|---|
firefox74 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
References
Details
(Whiteboard: dt-fission-m2-mvp)
Attachments
(1 file)
Bug 1598022 introduce devtools.contenttoolbox.fission pref, which, when turned on, allow the TargetList to notify about additional frame targets in the context of a content toolbox.
But the console isn't impacted by this preference yet as we explicitely ignore additional frame targets from here:
https://searchfox.org/mozilla-central/rev/9e45d74b956be046e5021a746b0c8912f1c27318/devtools/client/webconsole/webconsole-ui.js#366-370
We should relax this code in order to accept these targets when in a content toolbox and the pref is set.
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → poirot.alex
Status: NEW → ASSIGNED
Assignee | ||
Updated•5 years ago
|
Priority: -- → P1
Whiteboard: dt-fission-m2-mvp
Comment 2•5 years ago
|
||
Tracking DevTools bugs for Fission Nightly (M6) milestone
Fission Milestone: --- → M6
Pushed by apoirot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/55a207c71c05
Process additional frame targets in the content toolbox's console. r=nchevobbe
Comment 4•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox74:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 74
You need to log in
before you can comment on or make changes to this bug.
Description
•