summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2020-01-14 15:51:26 +0100
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-01-14 15:51:26 +0100
commit82804d200236658ba6dfaa814d6e71661781fe19 (patch)
tree04b89df6f4b39a28245a95d91235615e9d9951d6 /modules
parent8d65feff0ae33141e779750418ea9e8c8827e210 (diff)
downloadUXP-82804d200236658ba6dfaa814d6e71661781fe19.tar
UXP-82804d200236658ba6dfaa814d6e71661781fe19.tar.gz
UXP-82804d200236658ba6dfaa814d6e71661781fe19.tar.lz
UXP-82804d200236658ba6dfaa814d6e71661781fe19.tar.xz
UXP-82804d200236658ba6dfaa814d6e71661781fe19.zip
Issue #1332 - Enable seeking to next frame by default.
The indicated BZ bug was resolved in Gecko 50, and could have already been enabled before (since it returns a promise as-required). With the rest of promise-based media implemented it makes no sense to keep this disabled on production.
Diffstat (limited to 'modules')
-rw-r--r--modules/libpref/init/all.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js
index fe3b9403a..8f7ae0a58 100644
--- a/modules/libpref/init/all.js
+++ b/modules/libpref/init/all.js
@@ -5393,13 +5393,7 @@ pref("dom.node.rootNode.enabled", true);
// Default media volume
pref("media.default_volume", "1.0");
-// Once bug 1276272 is resolved, we will trun this preference to default ON in
-// non-release channels.
-#ifdef RELEASE_OR_BETA
-pref("media.seekToNextFrame.enabled", false);
-#else
pref("media.seekToNextFrame.enabled", true);
-#endif
// return the maximum number of cores that navigator.hardwareCurrency returns
pref("dom.maxHardwareConcurrency", 16);