Bug 1297018 - Reenable dom.presentation.enabled on Android draft
authorAndrzej Hunt <ahunt@mozilla.com>
Mon, 22 Aug 2016 18:07:29 -0700
changeset 404166 cdca5d79be5f7c8ef6cd57ad3956c47fc3c45d05
parent 404165 872fc99610adead08fcb3760f1b818577a3f5df8
child 404494 1b7de85ce167d42f489d12ca8b9a3076a55bba53
push id27135
push userahunt@mozilla.com
push dateTue, 23 Aug 2016 01:07:59 +0000
bugs1297018
milestone51.0a1
Bug 1297018 - Reenable dom.presentation.enabled on Android This appears to fix the download notifications on Android. Disabling the presentation API causes errors in our Casting code, and that (for currently not understood reasons) seems to disable download notifications. MozReview-Commit-ID: 38Ps6SH0Cbh
mobile/android/app/mobile.js
--- a/mobile/android/app/mobile.js
+++ b/mobile/android/app/mobile.js
@@ -906,17 +906,17 @@ pref("identity.fxaccounts.remote.profile
 
 // The remote URL of the Firefox Account oauth server.
 pref("identity.fxaccounts.remote.oauth.uri", "https://oauth.accounts.firefox.com/v1");
 
 // Token server used by Firefox Account-authenticated Sync.
 pref("identity.sync.tokenserver.uri", "https://token.services.mozilla.com/1.0/sync/1.5");
 
 // Enable Presentation API
-pref("dom.presentation.enabled", false);
+pref("dom.presentation.enabled", true);
 pref("dom.presentation.discovery.enabled", true);
 pref("dom.presentation.discovery.legacy.enabled", true); // for TV 2.5 backward capability
 
 pref("dom.audiochannel.audioCompeting", true);
 pref("dom.audiochannel.mediaControl", true);
 
 // Space separated list of URLS that are allowed to send objects (instead of
 // only strings) through webchannels. This list is duplicated in browser/app/profile/firefox.js