Closed
Bug 1619311
Opened 5 years ago
Closed 5 years ago
Ensure that toggling devtools.webconsole.input.context preference enable it for users who already opened the Browser Toolbox once
Categories
(DevTools :: Framework, enhancement, P1)
DevTools
Framework
Tracking
(Fission Milestone:M6, firefox75 fixed)
Tracking | Status | |
---|---|---|
firefox75 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
References
(Blocks 1 open bug)
Details
(Whiteboard: dt-fission-m2-mvp )
Attachments
(1 file)
+++ This bug was initially created as a clone of Bug #1603361 +++
If we toggle the preference devtools.webconsole.input.context
, users who already opened the browser toolbox once won't be see the browser toolbox impacted by the toggle.
That's because we copy Firefox preference only once, the first time the browser toolbox is opened.
See this patch for an example on how to do that:
https://phabricator.services.mozilla.com/D56989
Comment 1•5 years ago
|
||
Tracking Fission DevTools bugs for Fission Nightly (M6) milestone
Fission Milestone: --- → M6
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → poirot.alex
Assignee | ||
Comment 2•5 years ago
|
||
Updated•5 years ago
|
Status: NEW → ASSIGNED
Priority: P2 → P1
Pushed by apoirot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/fe5e11d39bc4
Synchronize the webconsole.input.context preference when the Browser Toolbox starts. r=jdescottes
Comment 4•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox75:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 75
You need to log in
before you can comment on or make changes to this bug.
Description
•