Closed
Bug 651928
Opened 14 years ago
Closed 14 years ago
Java Plugin2's name has changed on OS X Lion (10.7)
Categories
(SeaMonkey :: Preferences, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
seamonkey2.1final
People
(Reporter: philip.chee, Assigned: philip.chee)
References
Details
Attachments
(1 file)
1.06 KB,
patch
|
neil
:
review+
stefanh
:
feedback+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #651618 +++
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 | |
Comment 1•14 years ago
|
||
Assignee: nobody → philip.chee
Status: NEW → ASSIGNED
Attachment #527603 -
Flags: review?(neil)
Attachment #527603 -
Flags: feedback?(stefanh)
Updated•14 years ago
|
Attachment #527603 -
Flags: review?(neil) → review+
![]() |
Assignee | |
Comment 2•14 years ago
|
||
Pushed:
http://hg.mozilla.org/comm-central/rev/9940f4ed9275
http://hg.mozilla.org/releases/comm-2.0/rev/3fafac21cfb4
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → seamonkey2.1final
Comment 3•14 years ago
|
||
Comment on attachment 527603 [details] [diff] [review]
Patch v1.0 copy and paste.
Post-landing f+
Attachment #527603 -
Flags: feedback?(stefanh) → feedback+
You need to log in
before you can comment on or make changes to this bug.
Description
•