Closed
Bug 95700
Opened 23 years ago
Closed 23 years ago
all.js missing pref("plugin.do_JRE_Plugin_Scan", true);
Categories
(Core Graveyard :: Embedding: APIs, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
mozilla1.0.1
People
(Reporter: bmartin, Assigned: chak)
References
Details
Latest mfcembed build dated 08-16-01 (trunk)
O/S: Win98
System: Dell Latitude CPiA 400MHz 128MB RAM
Steps:
1. Download latest embed-win32.zip and extract
2. View embed\defaults\pref\all.js in notepad for pref to scan for Sun Java
plugins pref("plugin.do_JRE_Plugin_Scan", true);
Results:
pref("plugin.do_JRE_Plugin_Scan", true); is missing from all.js - unable to
sweep for previously installed java plugins.
Assignee | ||
Comment 2•23 years ago
|
||
->0.9.6 sine http://bugzilla.mozilla.org/show_bug.cgi?id=78150 on which this
depends is set to that
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9.6
Assignee | ||
Comment 3•23 years ago
|
||
->0.9.7 since the dependency moved to that milestone
Target Milestone: mozilla0.9.6 → mozilla0.9.7
Assignee | ||
Updated•23 years ago
|
Target Milestone: mozilla0.9.7 → mozilla0.9.8
Assignee | ||
Comment 4•23 years ago
|
||
http://bugzilla.mozilla.org/show_bug.cgi?id=78150 on which this depends still
does not have a target set.
Setting to 1.0 milestone for the time being - will modify appropriately based on
#78150's progress.
Target Milestone: mozilla0.9.8 → mozilla1.0
Chak,
The dependency bug has been marked FIXED. However, I'm not sure that has
resolved the issue. The debate has moved to:
"Don't download Java plug-in if some other is already installed"
http://bugzilla.mozilla.org/show_bug.cgi?id=123124
I'm not sure how this is going to affect embeddors. I guess JRE 1.4 needs to be
tested with this preference to see if it can be detected. If it is still needed,
can this pref be included on all.js for embeddors and otherwise excluded?
Comment 7•23 years ago
|
||
-->WONTFIX JRE scanning is on by default now.
In bug 133282 this pref was taken out and a new one that you can specify the
minimum compatibility version was added:
pref("plugin.scan.SunJRE", "1.3");
If you have more than one JRE installed, the newest one will be used.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → WONTFIX
Updated•6 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•