зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1369970 - enable the preference; r=bwu
MozReview-Commit-ID: CmymG9BcK8C --HG-- extra : rebase_source : 0ff0db30fce0962872880e6e74cb5354e2de822b
This commit is contained in:
Родитель
a5d4fe0775
Коммит
683c1b9d78
|
@ -437,11 +437,7 @@ pref("media.decoder-doctor.wmf-disabled-is-failure", false);
|
||||||
pref("media.decoder-doctor.new-issue-endpoint", "https://webcompat.com/issues/new");
|
pref("media.decoder-doctor.new-issue-endpoint", "https://webcompat.com/issues/new");
|
||||||
|
|
||||||
// Whether to suspend decoding of videos in background tabs.
|
// Whether to suspend decoding of videos in background tabs.
|
||||||
#ifdef NIGHTLY_BUILD
|
|
||||||
pref("media.suspend-bkgnd-video.enabled", true);
|
pref("media.suspend-bkgnd-video.enabled", true);
|
||||||
#else
|
|
||||||
pref("media.suspend-bkgnd-video.enabled", false);
|
|
||||||
#endif
|
|
||||||
// Delay, in ms, from time window goes to background to suspending
|
// Delay, in ms, from time window goes to background to suspending
|
||||||
// video decoders. Defaults to 10 seconds.
|
// video decoders. Defaults to 10 seconds.
|
||||||
pref("media.suspend-bkgnd-video.delay-ms", 10000);
|
pref("media.suspend-bkgnd-video.delay-ms", 10000);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче