Closed
Bug 1627933
Opened 5 years ago
Closed 5 years ago
Fix preference name to disable new perf panel for the Browser Toolbox
Categories
(DevTools :: General, task, P3)
DevTools
General
Tracking
(firefox77 fixed)
RESOLVED
FIXED
Firefox 77
Tracking | Status | |
---|---|---|
firefox77 | --- | fixed |
People
(Reporter: jdescottes, Assigned: jdescottes)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
We attempt to disable the new perf panel for the Browser Toolbox at https://searchfox.org/mozilla-central/rev/4d2a9d5dc8f0e65807ee66e2b04c64596c643b7a/devtools/client/framework/browser-toolbox/window.js#140
This was introduced in https://bugzilla.mozilla.org/show_bug.cgi?id=1408124
However the preference is incorrectly named. It should be devtools.performance.new-panel-enabled
instead of devtools.preference.new-panel-enabled
(this preference doesn't exist)
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by jdescottes@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5ecb361bcfc0
Fix preference name to disable new perf panel for the Browser Toolbox r=julienw
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox77:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 77
You need to log in
before you can comment on or make changes to this bug.
Description
•