From 74b2514587e3136b58b6f165b6e1309dcf46df1b Mon Sep 17 00:00:00 2001 From: "Carsten \"Tomcat\" Book" Date: Wed, 18 Jun 2014 11:29:29 +0200 Subject: [PATCH] Backed out changeset bd48de0a468d (bug 1023957) for bc1 test bustage --- browser/app/profile/firefox.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js index 32bbf94b2c7a..57e040b5f82c 100644 --- a/browser/app/profile/firefox.js +++ b/browser/app/profile/firefox.js @@ -811,11 +811,7 @@ pref("plugin.state.f5 sam inspection host plugin", 2); // display door hanger if flash not installed pref("plugins.notifyMissingFlash", true); -#ifdef XP_WIN -pref("browser.preferences.instantApply", false); -#else pref("browser.preferences.instantApply", true); -#endif #ifdef XP_MACOSX pref("browser.preferences.animateFadeIn", true); #else @@ -823,7 +819,7 @@ pref("browser.preferences.animateFadeIn", false); #endif // Toggles between the two Preferences implementations, pop-up window and in-content -pref("browser.preferences.inContent", false); +pref("browser.preferences.inContent", true); pref("browser.download.show_plugins_in_list", true); pref("browser.download.hide_plugins_without_extensions", true);