Closed
Bug 651618
Opened 14 years ago
Closed 14 years ago
Java Plugin2's name has changed on OS X Lion (10.7)
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: smichaud, Assigned: smichaud)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
953 bytes,
patch
|
jaas
:
review+
|
Details | Diff | Splinter Review |
The filename of Apple's port of Sun/Oracle's Java Plugin2 has changed
on OS X Lion (10.7). On OS X 10.5 and 10.6 it's
JavaPlugin2_NPAPI.plugin. But on OS X 10.7 it's
JavaAppletPlugin.plugin.
Normally this wouldn't make any difference. But there's one place in
current trunk code where the filename of Java Plugin2 is hard-coded:
http://hg.mozilla.org/mozilla-central/annotate/0105b9691002/browser/app/profile/firefox.js#l948
We should do something about this.
Probably the simplest solution would be to add the following line just
after line 1948:
pref("dom.ipc.plugins.enabled.i386.javaappletplugin.plugin", true);
This would run JavaAppletPlugin.plugin out-of-process in 32-bit mode,
if it was present.
Assignee | ||
Updated•14 years ago
|
Blocks: lion-compatibility
Assignee | ||
Comment 1•14 years ago
|
||
Assignee: nobody → smichaud
Attachment #527371 -
Flags: review?(joshmoz)
Attachment #527371 -
Flags: review?(joshmoz) → review+
Assignee | ||
Comment 2•14 years ago
|
||
Landed on trunk:
http://hg.mozilla.org/mozilla-central/rev/fc38b7841842
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
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
•