Trivial resource changes for 1.0.1 release, r=bnesse.
git-svn-id: svn://10.0.0.236/trunk@129282 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
da58f36322
commit
68865a1d52
@ -1,3 +1,15 @@
|
||||
Changes since 1.0:
|
||||
|
||||
1. Fixed a crash caused by leaving pending Java exceptions in a JNIEnv, when loading
|
||||
LiveConnect classes that were incompatible with ours. Thanks Apple!
|
||||
|
||||
2. Worked around a change to com.apple.mrj.JavaEmbedding.JE_AppletViewer in Jaguar's JVM
|
||||
that was no longer implementing the java.applet.AppletContext. Now reading the panel field,
|
||||
which is an instance of a sun.applet.AppletPanel, which has a getApplet() method.
|
||||
|
||||
3. Worked around Apple's shipped netscape.* classes by prepending MRJPlugin.jar to the
|
||||
boot classpath, instead of adding it to the regular application class path.
|
||||
|
||||
Changes since 1.0fc2:
|
||||
|
||||
1. Return correct value when mouse clicks occur within the applet. The browser is still
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
MRJPluginCarbon v1.0 Install Notes
|
||||
MRJPluginCarbon v1.0.1 Install Notes
|
||||
|
||||
This short document explains how to install the MRJ Plugin for Mac OS X. The process for installing the plugin has been greatly simplified from previous releases. Simply drag the file MRJPluginCarbon into the folder
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# MRJPlugin.properties
|
||||
netscape.oji.plugin.console.append=false
|
||||
netscape.oji.plugin.version=1.0
|
||||
netscape.oji.plugin.version=1.0.1
|
||||
netscape.oji.plugin.security=com.apple.mrj.JavaEmbedding.JE_AppletSecurity
|
||||
|
||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user