author | Josh Aas <joshmoz@gmail.com> |
Mon, 05 Apr 2010 12:33:10 -0400 | |
changeset 40217 | 1147cf4cdf63d49e73a44ec287241e9254844316 |
parent 40216 | 72c7b128abaae0dd3a9b0282e88d3dc8bce5ea78 |
child 40218 | 3549ea4a9bd997815932b9e20e0fa5984a484620 |
push id | 12607 |
push user | josh@mozilla.com |
push date | Mon, 05 Apr 2010 16:33:29 +0000 |
treeherder | mozilla-central@1147cf4cdf63 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
bugs | 556092 |
milestone | 1.9.3a4pre |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
|
--- a/browser/app/profile/firefox.js +++ b/browser/app/profile/firefox.js @@ -904,17 +904,17 @@ pref("toolbar.customization.usesheet", t #else pref("toolbar.customization.usesheet", false); #endif #ifdef XP_MACOSX pref("dom.ipc.plugins.enabled", false); // These plug-ins will run OOP by default pref("dom.ipc.plugins.enabled.flash player.plugin", true); -pref("dom.ipc.plugins.enabled.javaplugin2.plugin", true); +pref("dom.ipc.plugins.enabled.javaplugin2_npapi.plugin", true); #else pref("dom.ipc.plugins.enabled", true); #endif #ifdef XP_WIN #ifndef WINCE pref("browser.taskbar.previews.enable", true); pref("browser.taskbar.previews.max", 20);