Closed Bug 651618 Opened 13 years ago Closed 13 years ago

Java Plugin2's name has changed on OS X Lion (10.7)

Categories

(Core Graveyard :: Plug-ins, defect)

All
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: smichaud, Assigned: smichaud)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

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.
Attached patch Potential fixSplinter Review
Assignee: nobody → smichaud
Attachment #527371 - Flags: review?(joshmoz)
Attachment #527371 - Flags: review?(joshmoz) → review+
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Blocks: 651928
Blocks: 652417
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: