Bug 6265 - Name change regression: Java doesn't know what JavaJSObject is
Summary: Name change regression: Java doesn't know what JavaJSObject is
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P1 Normal
Assignee: Geoffrey Garen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-27 17:24 PST by Geoffrey Garen
Modified: 2006-01-31 21:20 PST (History)
0 users

See Also:


Attachments
Fix (2.95 KB, patch)
2005-12-27 17:33 PST, Geoffrey Garen
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Geoffrey Garen 2005-12-27 17:24:59 PST
I get this at igindex.co.uk, but I suspect it would happen on any site with Java:

Exception in thread "AWT-AppKit" java.lang.NoClassDefFoundError: sun/plugin/javascript/webkit/
JavaJSObject
2005-12-27 17:15:38.200 Safari[18301] Apple Applet Plugin: JNI exception (+[JSModel safeCall:], 162)
Exception in thread "AWT-AppKit" java.lang.NoClassDefFoundError: apple/applet/JavaJSObject

It results from Darin's recent name change. The old name is hard-coded into Java.
Comment 1 Geoffrey Garen 2005-12-27 17:33:37 PST
Created attachment 5320 [details]
Fix

I don't think there's a good way to layout test this, particularly because the
site in question seemed to behave correctly. The only negative feedback I got
was a console full of error messages.
Comment 2 Darin Adler 2005-12-28 10:36:23 PST
Comment on attachment 5320 [details]
Fix

Oops! r=me
Comment 3 Geoffrey Garen 2005-12-29 02:10:31 PST
Landed.
Comment 4 Joost de Valk (AlthA) 2006-01-22 04:56:32 PST
Removing keyword(s) since bug is fixed.
Comment 5 Joost de Valk (AlthA) 2006-01-22 05:00:55 PST
Removing keyword(s) since bug is fixed.
Comment 6 Eric Seidel (no email) 2006-01-31 21:20:40 PST
Removing Regression keyword from bugs already fixed.