Bug 1422263 - turn on fullscreen video orientation lock for all channels. r?jwwang draft
authorJohn Lin <jolin@mozilla.com>
Wed, 13 Dec 2017 09:07:28 -0600
changeset 711823 e1d1b6354d1ae22a13f243c2027cc52e062076ec
parent 711809 2386800ec051598ff4dd42da1118abcf05299fc1
child 711825 117ac56cb530abb3481d8955cffc9637a884e199
push id93162
push userbmo:jolin@mozilla.com
push dateThu, 14 Dec 2017 20:35:54 +0000
reviewersjwwang
bugs1422263
milestone59.0a1
Bug 1422263 - turn on fullscreen video orientation lock for all channels. r?jwwang MozReview-Commit-ID: EGCx0AdH4Yy
mobile/android/app/mobile.js
--- a/mobile/android/app/mobile.js
+++ b/mobile/android/app/mobile.js
@@ -899,11 +899,9 @@ pref("dom.keyboardevent.dispatch_during_
 
 #if CPU_ARCH == aarch64
 pref("javascript.options.native_regexp", false);
 #endif
 
 // Ask for permission when enumerating WebRTC devices.
 pref("media.navigator.permission.device", true);
 
-#ifdef NIGHTLY_BUILD
 pref("media.videocontrols.lock-video-orientation", true);
-#endif