Open Bug 1548135 Opened 6 years ago Updated 2 years ago

[remote-dbg-next] Pref "xpinstall.enabled" should be retrieved on the target runtime

Categories

(DevTools :: about:debugging, defect, P3)

defect

Tracking

(Not tracked)

People

(Reporter: jdescottes, Unassigned)

References

(Blocks 1 open bug)

Details

Follow up to Bug 1548095.

We will start hiding the temporary extensions category in Bug 1548095. For now we are retrieve the preference locally, via Services.prefs.getBoolPref. This is ok since temporary extensions can only be used with This Firefox, not with remote runtimes.

But in case we ever enable this on remote runtimes, we should switch this to read the preference on the remote runtime. We have the getPreference API available on the client-wrapper to do that.

Priority: -- → P3
Blocks: 1596867
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.