bug 702338 - Enable plugins (on Android) r=blassey

This commit is contained in:
James Willcox 2011-11-15 10:43:42 -05:00
parent 7c0813b90d
commit 32d6e57160

View File

@ -376,7 +376,9 @@ pref("privacy.item.geolocation", true);
pref("privacy.item.siteSettings", true);
pref("privacy.item.syncAccount", true);
#ifdef MOZ_PLATFORM_MAEMO
pref("plugins.force.wmode", "opaque");
#endif
// URL to the Learn More link XXX this is the firefox one. Bug 495578 fixes this.
pref("browser.geolocation.warning.infoURL", "http://www.mozilla.com/%LOCALE%/firefox/geolocation/");
@ -438,7 +440,7 @@ pref("browser.ui.touch.weight.visited", 120); // percentage
pref("plugin.disable", false);
pref("dom.ipc.plugins.enabled", true);
#elifdef ANDROID
pref("plugin.disable", true);
pref("plugin.disable", false);
pref("dom.ipc.plugins.enabled", false);
#else
pref("plugin.disable", true);