Closed
Bug 134631
Opened 23 years ago
Closed 23 years ago
plugin.do_JRE_Plugin_Scan do not support version 1.4
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
VERIFIED
WONTFIX
People
(Reporter: bugzilla, Assigned: rubydoo123)
References
Details
the code in nsPluginDirServiceProvider:
http://lxr.mozilla.org/seamonkey/source/modules/plugin/base/src/nsPluginDirServiceProvider.cpp#72
has this:
if (::CompareFileTime(&modTime,&curVer) >= 0 &&
(atof(curKey) >= 1.3) && (atof(curKey) < 1.4))
{
so JRE 1.4 is not supported.
Comment 1•23 years ago
|
||
At this time, this is a WONTFIX. Because JRE 1.4 is an XPCOM component and
requires explicit registration with regxpcom. "Scanning" for it, like with JRE
1.3, it not supported and not advised. That may change one day. We also need a
more scalable solution for all plugin installations, not just Java.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WONTFIX
| Reporter | ||
Comment 3•23 years ago
|
||
*** Bug 139458 has been marked as a duplicate of this bug. ***
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•