From 0a4dc9de1aaadb1d751949558d60db7875632985 Mon Sep 17 00:00:00 2001 From: Doug Turner Date: Fri, 14 Oct 2011 23:21:18 -0700 Subject: [PATCH] Disable plugins on birch. They are causing ANR on the droid pro --HG-- extra : rebase_source : 0ad7e38c50e61be05fad85c7b6bf40a88bee7666 --- mobile/app/mobile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/app/mobile.js b/mobile/app/mobile.js index b0480e402d4..3a21c7bd3d9 100644 --- a/mobile/app/mobile.js +++ b/mobile/app/mobile.js @@ -439,7 +439,7 @@ pref("browser.ui.touch.weight.visited", 120); // percentage pref("plugin.disable", false); pref("dom.ipc.plugins.enabled", true); #elifdef ANDROID -pref("plugin.disable", false); +pref("plugin.disable", true); pref("dom.ipc.plugins.enabled", false); #else pref("plugin.disable", true);