346156 Java Embedding Plugin 0.9.5+g. Fixes bugs 340006 (JEP leaves wrong TSM document set, can prevent text input), 344153 (NS_KEY_DOWN and NS_KEY_UP events stop in a window that has hosted a Java applet), 344249 (menu key equivalents processed twice), and 344701 comment 6 et seq. (JEP not redispatching TSM events to some windows). JEP 0.9.5+g by Steven Michaud <smichaud@pobox.com>, http://javaplugin.sourceforge.net/ . r=me sr=pink

git-svn-id: svn://10.0.0.236/trunk@206427 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mark%moxienet.com
2006-08-02 19:03:33 +00:00
parent f079424edc
commit e74fbfe5b1
11 changed files with 6 additions and 22 deletions

View File

@@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>JavaEmbeddingPlugin</string>
<key>CFBundleGetInfoString</key>
<string>Java Embedding Plugin 0.9.5+f, Copyright (c) 2006 Steven Michaud</string>
<string>Java Embedding Plugin 0.9.5+g, Copyright (c) 2006 Steven Michaud</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
@@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>0.9.5+f</string>
<string>0.9.5+g</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.9.5+f</string>
<string>0.9.5+g</string>
<key>NSJavaNeeded</key>
<string>YES</string>
<key>NSJavaPath</key>

View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PBXProjectSourcePath</key>
<string>/Volumes/Storage2/Developer/JavaEmbeddingPlugin/Project/JavaEmbeddingPlugin0.9.5+f/JavaEmbeddingPlugin.pbproj</string>
</dict>
</plist>

View File

@@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>MRJPlugin</string>
<key>CFBundleGetInfoString</key>
<string>MRJ Plugin 1.0-JEP-0.9.5+f, Copyright (c) 2002 The Mozilla Organization</string>
<string>MRJ Plugin 1.0-JEP-0.9.5+g, Copyright (c) 2002 The Mozilla Organization</string>
<key>CFBundleIdentifier</key>
<string>com.netscape.MRJPlugin</string>
<key>CFBundleInfoDictionaryVersion</key>
@@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>NSPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0-JEP-0.9.5+f</string>
<string>1.0-JEP-0.9.5+g</string>
<key>CFBundleSignature</key>
<string>MOSS</string>
<key>CFBundleVersion</key>
<string>1.0-JEP-0.9.5+f</string>
<string>1.0-JEP-0.9.5+g</string>
<key>CSResourcesFileMapped</key>
<true/>
</dict>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PBXProjectSourcePath</key>
<string>/Volumes/Storage2/Developer/Mozilla/mozilla-1.6/plugin/oji/MRJCarbon/plugin/MRJPlugin.pbproj</string>
</dict>
</plist>