Implementing new prefs that will allow for automatic scanning of tier one plugins in their installation locations:
pref("plugin.scan.SunJRE", "1.3");
pref("plugin.scan.Acrobat", "5.0");
pref("plugin.scan.Quicktime", "5.0");
pref("plugin.scan.WindowsMediaPlayer", "7.0");
pref("plugin.scan.4xPluginFolder", false);
This also adds a one-off hack to scan for Real Player (nppl3260.dll) in the XPCOM components folder.
Bug 133282, r=av sr=waterson
git-svn-id: svn://10.0.0.236/trunk@120393 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -183,3 +183,22 @@ pref("print.print_extra_margin", 90); // twips (90 twips is an eigth of an inch)
|
||||
// This indicates whether it should use the native dialog or the XP Dialog
|
||||
pref("print.use_native_print_dialog", true);
|
||||
|
||||
// Locate Java by scanning the Sun JRE installation directory with a minimum version
|
||||
// Note: Does not scan if security.enable_java is not true
|
||||
pref("plugin.scan.SunJRE", "1.3");
|
||||
|
||||
// Locate plugins by scanning the Adobe Acrobat installation directory with a minimum version
|
||||
pref("plugin.scan.Acrobat", "5.0");
|
||||
|
||||
// Locate plugins by scanning the Quicktime installation directory with a minimum version
|
||||
pref("plugin.scan.Quicktime", "5.0");
|
||||
|
||||
// Locate and scan the Window Media Player installation directory for plugins with a minimum version
|
||||
pref("plugin.scan.WindowsMediaPlayer", "7.0");
|
||||
|
||||
// Controls the scanning of the Navigator 4.x directory for plugins
|
||||
// When pref is missing, the default is to pickup popular plugins such as
|
||||
// Flash, Shockwave, Acrobat, and Quicktime. If set to true, ALL plugins
|
||||
// will be picked up and if set to false the scan will not happen at all
|
||||
//pref("plugin.scan.4xPluginFolder", false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user