author | Carsten "Tomcat" Book <cbook@mozilla.com> |
Tue, 03 Nov 2015 11:40:29 +0100 | |
changeset 271091 | 9630c50d09660bcb5724847e1d7f3d9c9263dcdf |
parent 271090 | e402ef99492dc81b1b1f28d04a6baa96de0ec3d2 |
child 271092 | c10c657afbe1fb64a9ed2e62a399c52c4038c186 |
push id | 67553 |
push user | cbook@mozilla.com |
push date | Wed, 04 Nov 2015 11:31:24 +0000 |
treeherder | mozilla-inbound@8868503916ba [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
bugs | 1215147 |
milestone | 45.0a1 |
backs out | f94a6394b5d17980efe71313d0a9a68f692a1f21 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/mobile/android/app/mobile.js +++ b/mobile/android/app/mobile.js @@ -930,21 +930,16 @@ pref("caret.manages-android-actionbar", pref("consoleservice.logcat", false); #else pref("consoleservice.logcat", true); #endif // Enable Cardboard VR on mobile, assuming VR at all is enabled pref("dom.vr.cardboard.enabled", true); -#ifndef RELEASE_BUILD -// Enable VR on mobile, making it enable by default. -pref("dom.vr.enabled", true); -#endif - pref("browser.tabs.showAudioPlayingIcon", true); // Enable service workers and fetch interception on non-release Fennec #ifndef RELEASE_BUILD pref("dom.serviceWorkers.enabled", true); pref("dom.serviceWorkers.interception.enabled", true); #endif