User reports a default preference isn't showing up in their profile
Categories
(Core :: Preferences: Backend, enhancement)
Tracking
()
People
(Reporter: mconley, Unassigned)
Details
In bug 1535748, I removed some #ifdef's around setting the media.videocontrols.picture-in-picture.enabled pref to false by default on Nightly in all.js:
While I was livehacking, a user on Nightly reported to me that their profile doesn't appear to have the pref available and set to false, and so this point in our context menu code:
throws an exception because the pref is, for some reason, not available.
Hey njn, have you heard of this sort of thing before? Is there some diagnostic or logging that might help figure out what happened here? What's the best way for this user to move forward?
| Reporter | ||
Comment 1•6 years ago
|
||
The user got back to me - apparently, the pref in question is being ifdef'd out because they have a custom build of Firefox and the pref happens to be in the ifdef'd out chunk (though it's unrelated).
Comment 2•6 years ago
|
||
Because they disabled webrtc? That begs the question, does picture-in-picture require webrtc?
Description
•