commit 7814f97385daa7b5056bfaabe6ca56206acd6b58 Author: Georg Koppen gk@torproject.org Date: Wed Apr 25 08:04:39 2018 +0000
fixup! fix #17 from https://github.com/amoghbl1/tor-browser/issues don't restore tabs by default
This fixes #25898 on our side --- modules/libpref/init/all.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js index 766e665c074a..198028eeb96c 100644 --- a/modules/libpref/init/all.js +++ b/modules/libpref/init/all.js @@ -591,7 +591,7 @@ pref("media.encoder.webm.enabled", true); #endif
// Whether to autostart a media element with an |autoplay| attribute -pref("media.autoplay.enabled", false); +pref("media.autoplay.enabled", true);
// The default number of decoded video frames that are enqueued in // MediaDecoderReader's mVideoQueue.
tbb-commits@lists.torproject.org