mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset 7348cb10d7b0 (bug 1123535)
This commit is contained in:
parent
c988f6be36
commit
7f273eae67
@ -262,11 +262,6 @@ pref("media.wakelock_timeout", 2000);
|
||||
// opened as top-level documents, as opposed to inside a media element.
|
||||
pref("media.play-stand-alone", true);
|
||||
|
||||
#if defined(XP_WIN)
|
||||
pref("media.decoder.heuristic.dormant.enabled", true);
|
||||
pref("media.decoder.heuristic.dormant.timeout", 60000);
|
||||
#endif
|
||||
|
||||
#ifdef MOZ_WMF
|
||||
pref("media.windows-media-foundation.enabled", true);
|
||||
pref("media.windows-media-foundation.use-dxva", true);
|
||||
|
@ -284,10 +284,6 @@ user_pref("browser.search.countryCode", "US");
|
||||
|
||||
user_pref("media.eme.enabled", true);
|
||||
|
||||
#if defined(XP_WIN)
|
||||
user_pref("media.decoder.heuristic.dormant.timeout", 0);
|
||||
#endif
|
||||
|
||||
// Don't prompt about e10s
|
||||
user_pref("browser.displayedE10SPrompt.1", 5);
|
||||
// Don't use auto-enabled e10s
|
||||
|
Loading…
Reference in New Issue
Block a user