Closed Bug 773301 Opened 12 years ago Closed 7 years ago

Remove 'defaultPrefs' from marionette pref branch.

Categories

(Remote Protocol :: Marionette, defect)

defect
Not set
normal

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.
This was done as part of
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
Product: Testing → Remote Protocol
You need to log in before you can comment on or make changes to this bug.