diff --git a/plugin/oji/MRJCarbon/plugin/CHANGES b/plugin/oji/MRJCarbon/plugin/CHANGES index d8375ed8722..eca74f590f8 100644 --- a/plugin/oji/MRJCarbon/plugin/CHANGES +++ b/plugin/oji/MRJCarbon/plugin/CHANGES @@ -1,6 +1,9 @@ Changes since 1.0b1: -1. Fixed code that was causing recursive painting calls. +1. Repaired Security Context code that was broken by the checkin for bug 124042. This code now +uses standard character strings instead of Mozilla string classes. + +2. Fixed code that was causing recursive painting calls. Changes since 1.0d8: diff --git a/plugin/oji/MRJCarbon/plugin/INSTALL.txt b/plugin/oji/MRJCarbon/plugin/INSTALL.txt index d859777ff88..7a4dbb6835f 100644 --- a/plugin/oji/MRJCarbon/plugin/INSTALL.txt +++ b/plugin/oji/MRJCarbon/plugin/INSTALL.txt @@ -1,10 +1,10 @@ -MRJPluginCarbon v1.0b1 Install Note +MRJPluginCarbon v1.0b2 Install Note This short document explains how to install the MRJ Plugin for Mac OS X. There are two ways to install the current development release of the MRJ Plugin for Mac OS X: -1. The simplest method is to create an alias to the file "MRJPluginCarbon" in "/Library/Internet Plugins." As long as you leave the original "MRJPluginCarbon-1.0b1" folder intact somewhere on your hard disk, this will work just fine. +1. The simplest method is to create an alias to the file "MRJPluginCarbon" in "/Library/Internet Plugins." As long as you leave the original "MRJPluginCarbon-1.0b2" folder intact somewhere on your hard disk, this will work just fine. -2. Copy the contents of the "MRJPluginCarbon-1.0b1" folder into "/Library/Internet Plugins." This should be a total of 4 files: MRJPlugin.jar, MRJPlugin.policy, MRJPlugin.properties +2. Copy the contents of the "MRJPluginCarbon-1.0b2" folder into "/Library/Internet Plugins." This should be a total of 4 files: MRJPlugin.jar, MRJPlugin.policy, MRJPlugin.properties and MRJPluginCarbon. The first method is preferred, because you only have to add a single file to "/Library/Internet Plugins." diff --git a/plugin/oji/MRJCarbon/plugin/Resources/Version.rsrc b/plugin/oji/MRJCarbon/plugin/Resources/Version.rsrc index c0818b97ea2..3df9fa67d89 100644 Binary files a/plugin/oji/MRJCarbon/plugin/Resources/Version.rsrc and b/plugin/oji/MRJCarbon/plugin/Resources/Version.rsrc differ