Open
Bug 1745927
Opened 4 years ago
Updated 2 months ago
Remove debugger prefs that are no longer used
Categories
(DevTools :: Debugger, task, P3)
DevTools
Debugger
Tracking
(Not tracked)
NEW
People
(Reporter: bomsy, Unassigned)
References
Details
There are prefs that might no longer be useful for various reasons. We confirm and clean them up.
- Feature prefs for features that true by default
https://searchfox.org/mozilla-central/search?q=devtools.debugger.feature&path= - Prefs used for persisting data before migrating to using the asyncStore
e.g
pref("devtools.debugger.pending-breakpoints", "{}");
pref("devtools.debugger.tabs", "[]");
confirm the others.
-
Debugger UI pref
devtools.debugger.enabled
https://searchfox.org/mozilla-central/search?q=devtools.debugger.enabled&path=&case=false®exp=false -
Any others that can be cleaned up
Updated•2 months ago
|
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•