Closed
Bug 773301
Opened 13 years ago
Closed 9 years ago
Remove 'defaultPrefs' from marionette pref branch.
Categories
(Remote Protocol :: Marionette, defect)
Remote Protocol
Marionette
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1344748
People
(Reporter: whimboo, Unassigned)
Details
As talked over on bug 772310 we probably don't need the defaultPrefs branch in the Marionette preferences anymore. Lets get rid of those.
> if (Services.prefs.getBoolPref('marionette.defaultPrefs.enabled')) {
This can be:
> if (Services.prefs.getBoolPref('marionette.enabled')) {
Not sure what other code is affected too.
Comment 1•9 years ago
|
||
This was done as part of
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Updated•3 years ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•