Граф коммитов

35062 Коммитов

Автор SHA1 Сообщение Дата
terry%mozilla.org d315e9330d Backed out code Dieter put in that tried to restrict the view to only
directories in the current module.  I think it was buggy, and it is
not behavior I particularly want anyway.
1999-07-26 23:46:04 +00:00
terry%mozilla.org e20a4ce802 Turned on "use strict" and fixed all the resulting warnings and errors. 1999-07-26 23:36:33 +00:00
gagan%netscape.com 0b54a9d025 Necko only. Added a missing trailing newline. 1999-07-26 22:44:22 +00:00
valeski%netscape.com 0aa4b40d49 stream converter interface changes. the sync and 2nd async methods are now implemented by the service too 1999-07-26 22:12:05 +00:00
dougt%netscape.com 5adb63dcaf Fix for bug 10177 and 10041. 1999-07-26 22:09:42 +00:00
hoa.nguyen%intel.com 2ff37fbe4e Standalone daemon process to handle async DNS lookup on Unix/Linux. 1999-07-26 21:25:00 +00:00
hoa.nguyen%intel.com af36f5dd52 Makefile for DNS daemon process. 1999-07-26 21:23:24 +00:00
putterman%netscape.com 00daf62d09 Fix icon alignment. Approved by cyeh. 1999-07-26 21:15:55 +00:00
briano%netscape.com 5923fce74f Some compilers also object to #endif's with any non-comment tokens after them. Fixed. 1999-07-26 21:08:51 +00:00
harishd%netscape.com 5f1f4976b5 Fixed a bug in DidBuildModel().
Approved by: rickg and chofmann.
1999-07-26 21:07:26 +00:00
briano%netscape.com 076494e4cb Added a newline to the end of the file to fix the native-compiler Unix builds (HP-UX, Solaris, etc.). 1999-07-26 21:06:59 +00:00
terry%mozilla.org f3d0d71ab2 Patch by jtg@varesearch.com -- fixed stupid typo in default value for
blurbhtml.
1999-07-26 20:50:10 +00:00
terry%mozilla.org 7b57541442 Get rid of extra semicolons. 1999-07-26 20:41:54 +00:00
evaughan%netscape.com fcb03d0b52 Reversed alignement. It now refers to alignment of the image not the text. 1999-07-26 20:23:50 +00:00
evaughan%netscape.com 1d8455db71 Fixed alignment on titledbuttons. 1999-07-26 20:23:15 +00:00
evaughan%netscape.com f2da19b4f7 Fixed bug in titledbutton for mail. 1999-07-26 19:44:20 +00:00
terry%mozilla.org cdfe81a904 Was doing date order backwards, compared to the way it used to be. 1999-07-26 19:06:26 +00:00
rhp%netscape.com 5fc2eec4f2 Fix for stopper bug #10504 1999-07-26 18:05:41 +00:00
waterson%netscape.com 142a239db7 Add dont localize. This file isn't part of the build. 1999-07-26 17:47:56 +00:00
sspitzer%netscape.com d3c1cc965b fix for VC 5.0 build breakage. The next step, after the tree opens, is to remove the NS_DECLARE_ID(kI*) stuff. But this can be done later. kin has confirmed that this fixes the VC 5.0 build breakage. 1999-07-26 17:01:11 +00:00
karnaze%netscape.com 1efbc9ec54 new regression tests 1999-07-26 16:18:49 +00:00
dougt%netscape.com 6bf65bcca2 Adding xpinstall notfication to the sidebar. 1999-07-26 16:18:01 +00:00
dougt%netscape.com 0dc2c61032 This is the xpinstall notifier. 1999-07-26 16:13:44 +00:00
terry%mozilla.org 9601b2736a Dieter's patch tried to optimize things by using the legaldirs file
lying around when doing queries by module.  This is a good idea, but
only works when the query being done is for the default module for a
tree.  This isn't always the case!  Rolled back code to Lloyd's old
code, which nobody really understands, but it works...
1999-07-26 16:10:55 +00:00
joki%netscape.com f1c8421c61 Event fixes to allow key event handling by GFX widgets and fixes for window.defaultStatus. 1999-07-26 15:02:19 +00:00
ducarroz%netscape.com 49636877ad Implement function MessageFcc() 1999-07-26 14:27:54 +00:00
Dale.Stansberry%Nexwarecorp.com 4b5dc61c38 - Added window close handling (doesnt seem to work - ref counts off) 1999-07-26 14:03:22 +00:00
Jerry.Kirk%Nexwarecorp.com 834214bb63 Add Demo Names to Menu for Photon 1999-07-26 13:23:14 +00:00
Jerry.Kirk%Nexwarecorp.com 4e5a57990c Clean-up code, fixed a memory leak, removed dead code 1999-07-26 13:05:20 +00:00
briano%netscape.com 303fc22824 Automated update 1999-07-26 11:45:09 +00:00
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