Commit Graph

35032 Commits

Author SHA1 Message Date
Jerry.Kirk%Nexwarecorp.com
61d9b3c50d Added an include directory to CFLAGS for the Neutrino/Photon platform. 1999-07-26 11:43:49 +00:00
mccabe%netscape.com
1057414fef Fix code to invoke Wrapper interfaces using INVOKEINTERFACE rather than INVOKEVIRTUAL.
Thanks go to Andrew Wason <aw@softcom.com> for finding this problem and providing the patch:



If we implement a Java interface in JavaScript, and a method in that interface returns a Java object, we get a java.lang.IncompatibleClassChangeError: org/mozilla/javascript/Wrapper  exception.

We have attached a sample JavaScript file which duplicates the error.

The problem is JavaAdapter is generating an INVOKEVIRTUAL bytecode to call Wrapper.unwrap, but Wrapper is an interface and so INVOKEINTERFACE should be used instead.  As a result of this change, the IFEQ bytecode generated needs to jump more bytes.  We have attached a patch that fixes the problem.

Andrew
--
Andrew Wason
SoftCom, Inc.
aw@softcom.com
1999-07-26 10:45:38 +00:00
mccabe%netscape.com
db16cf6ac4 Added NPL. 1999-07-26 10:41:46 +00:00
mccabe%netscape.com
9306d81fba Comment fixes.
- normalized initial MPL comment to match the format of others in the tree, including an initial -*- Mode line.

- removed RCS $log$, etc. comments.  We use CVS, and they just make spurious changes...
1999-07-26 10:40:53 +00:00
hyatt%netscape.com
e5b6933f17 Reverting. Didn't mean to check this in. 1999-07-26 09:23:27 +00:00
hyatt%netscape.com
d8006d31ac Changing the popup events' names. 1999-07-26 09:19:45 +00:00
hyatt%netscape.com
aedcbd5d2b Defining the menu GUI events. 1999-07-26 09:19:18 +00:00
hyatt%netscape.com
8e2cd2600e Adding the menu events to the event map. 1999-07-26 09:18:57 +00:00
hyatt%netscape.com
17680a4e98 Adding a menu listener to the DOM for XUL menus. 1999-07-26 09:18:31 +00:00
hyatt%netscape.com
e421c746a4 Adding a menu listener to the DOM for XUL menus and popups. 1999-07-26 09:18:00 +00:00
nisheeth%netscape.com
983d4ea304 Don't set the default handler for now. It might be causing the Linux build to go orange. 1999-07-26 08:22:35 +00:00
chuang%netscape.com
683db40509 rename function for consistency 1999-07-26 07:33:16 +00:00
hyatt%netscape.com
f635a3e876 Tweaking more style rules related to the XP menu look. 1999-07-26 07:22:53 +00:00
hyatt%netscape.com
27611b7f27 Working on the menu's look. 1999-07-26 07:22:30 +00:00
ftang%netscape.com
db8d50c932 add Symbol and ZapfDingbats 1999-07-26 07:18:48 +00:00
ftang%netscape.com
658d29a764 add Symbol and ZapfDingbats UnicodeEncoder to the dll 1999-07-26 07:12:33 +00:00
ftang%netscape.com
1ca2d66f7e add dingbat and symbol to the mac proejct 1999-07-26 07:08:22 +00:00
ftang%netscape.com
aaa67d0371 add symbol and ZapfDingbat 1999-07-26 07:02:26 +00:00
ftang%netscape.com
8a71dd7222 add unicode encoders 1999-07-26 06:56:08 +00:00
chuang%netscape.com
f9899963ed xul files for replacing preference html files 1999-07-26 06:50:56 +00:00
ftang%netscape.com
6eeddda5bb add new cid for adobe charsets 1999-07-26 06:33:28 +00:00
ftang%netscape.com
ae89de989e add new cid for X11Johab 1999-07-26 06:32:42 +00:00
ftang%netscape.com
cf99db7c8f add conversion file for 3 adobe charsets 1999-07-26 06:31:31 +00:00
ftang%netscape.com
1cf359588a add new file 1999-07-26 06:30:12 +00:00
hyatt%netscape.com
cd355a2efd Fixing more mouse/keyboard issues. I'm having to eat the mouse move windows
sends me when a window gets the focus.  What a righteous hack.
1999-07-26 06:29:48 +00:00
nisheeth%netscape.com
cbf9fde516 - Move AddDocTypeDecl method from nsIXMLContentSink to nsIContentSink.
- Fix bug 8607 by passing the XML decl and the doctype decl from the expat tokenizer to the XML DTD.
1999-07-26 05:40:25 +00:00
hyatt%netscape.com
932172fb0b Fixing more keyboard navigation glitches in XP menus. 1999-07-26 04:38:28 +00:00
sspitzer%netscape.com
10ddce94f7 fix solaris bustage. 1999-07-26 04:03:24 +00:00
hyatt%netscape.com
e7047395d3 Focus issues are getting better. 1999-07-26 02:26:26 +00:00
rickg%netscape.com
e8ced6357f removed two warnings from GFX library that sparky isn't likely to fix 1999-07-26 02:22:09 +00:00
rickg%netscape.com
6476768c6c removed warning 1999-07-26 02:05:35 +00:00
hyatt%netscape.com
9df6522e54 Fixing an event handling glitch when mousing into a disabled item from an
enabled item on an XP menu.
1999-07-26 01:58:51 +00:00
hyatt%netscape.com
598dc518f7 Rules for disabled menu items. 1999-07-26 01:47:59 +00:00
sspitzer%netscape.com
2d07256fad fix warnings. 1999-07-26 01:39:49 +00:00
sspitzer%netscape.com
fe15613c09 fix warning. 1999-07-26 01:39:00 +00:00
sspitzer%netscape.com
81c50c02d1 fix warnings by making the dest/cntr public, not private 1999-07-26 01:36:59 +00:00
hyatt%netscape.com
7206f84fb6 Adding support for disabled items to XP menus. 1999-07-26 01:35:39 +00:00
sspitzer%netscape.com
b85d17600f fix warning 1999-07-26 01:35:34 +00:00
hyatt%netscape.com
0a5c62641f Updating the sample menu file. 1999-07-26 01:20:06 +00:00
hyatt%netscape.com
1972b6d379 Using "accesskey" instead of "shortcut". 1999-07-26 01:19:49 +00:00
rickg%netscape.com
f938d114ea replaced calls to deprecated string API 1999-07-26 01:05:31 +00:00
rickg%netscape.com
418cac6b88 replaced call to deprecated nsString API 1999-07-26 01:01:10 +00:00
rickg%netscape.com
4880a6da67 replaced calls to deprecated string API 1999-07-26 00:53:46 +00:00
rickg%netscape.com
5669f40143 replaced call to deprecated string API 1999-07-26 00:51:00 +00:00
rickg%netscape.com
65fcb776bb replaced call to deprecated nsString API 1999-07-26 00:47:36 +00:00
rickg%netscape.com
89911e8db8 replaced call to deprecated string API 1999-07-26 00:40:34 +00:00
rickg%netscape.com
f4902b78bc replaced calls to deprecated nsString API 1999-07-26 00:37:24 +00:00
rickg%netscape.com
cf36fcda1a substitute calls to deprecated string API 1999-07-26 00:24:02 +00:00
sspitzer%netscape.com
e56aff5e4a fix for #10412. zero out the tm struct before using. also, so nsCOMPtr, NS_WITH_SERVICE, and str* -> PL_strn* changes for safety. 1999-07-26 00:20:50 +00:00
sspitzer%netscape.com
f2c02f64c5 temporary changes to use a pref to switch between localized date code and non-localized date code, so QA can test my fix for #10412 in a release build. also, some nsCOMPtr changes 1999-07-26 00:15:22 +00:00