Bug 776027 - Pref off MozActivity for only WebappRT. r=wesj

This commit is contained in:
Josh Dover 2014-04-29 14:37:00 +02:00
parent 43e6fa61b2
commit 85ba65471f
2 changed files with 3 additions and 2 deletions

View File

@ -584,8 +584,6 @@ pref("image.mem.min_discard_timeout_ms", 10000);
#ifdef NIGHTLY_BUILD
// Shumway component (SWF player) is disabled by default. Also see bug 904346.
pref("shumway.disabled", true);
// Enabled system messages for web activity support
pref("dom.sysmsg.enabled", true);
#endif
// enable touch events interfaces

View File

@ -41,6 +41,9 @@ let WebappRT = {
pref("dom.mozTCPSocket.enabled", true),
// Don't check for updates in webapp processes to avoid duplicate notifications.
pref("browser.webapps.checkForUpdates", 0),
// Enabled system messages for web activity support
pref("dom.sysmsg.enabled", true),
],
init: function(aStatus, aUrl, aCallback) {