28532 Commits

Author SHA1 Message Date
briano%netscape.com
f39469d6f4 Automated update 1999-05-31 01:29:47 +00:00
ramiro%netscape.com
105c448059 It was breaking on libc5 linux without pthreads. 1999-05-31 01:21:10 +00:00
pavlov%pavlov.net
65c99c1e08 use nsAutoCString() 1999-05-31 00:16:30 +00:00
morse%netscape.com
c4b2970e24 clean up single signon viewer 1999-05-30 21:17:23 +00:00
morse%netscape.com
999f2051cb clean up single singon viewer 1999-05-30 21:15:53 +00:00
morse%netscape.com
f6ab10a636 clean up single signon viewer wallet.h 1999-05-30 21:11:34 +00:00
morse%netscape.com
1a159daa77 clean up single signon viewer nsIWalletService.h 1999-05-30 21:11:02 +00:00
blizzard%redhat.com
a9e78152fb Always use the visual that was chosen by xlibrgb. Also, make sure to set
the colormap member in XCreateWindow() if it's set in the xlibrgb code.
1999-05-30 20:36:09 +00:00
bruce%cybersight.com
b9b3764aef The include guard name changed with the conversion of nsIPref to xpidl. This file needed to be updated for that. Should fix the OSF/1 build. 1999-05-30 18:48:56 +00:00
blizzard%redhat.com
8bb6118056 Apply build patches from Tim Rowley <tor@cs.brown.edu> to get working
with native solaris compiler
1999-05-30 16:58:31 +00:00
mcafee%netscape.com
fbed6a0249 Removing spurious semicolon. Thanks to David Gardiner for this fix. 1999-05-30 07:54:22 +00:00
mcafee%netscape.com
02bbc46ff2 nsIGenericTransferable.h was removed on 13th May. Thanks to David Gardiner for this fix. 1999-05-30 07:50:39 +00:00
rjc%netscape.com
a3740e7bba Small bug fix with FTP; be a little bit smarter at what paths need filtering out (along with "." and "..", skip any absolute URLs, as they usually point "up" the path to the parent) 1999-05-30 06:15:58 +00:00
rjc%netscape.com
776f2615bf Add support for separators in "Related Links" data. 1999-05-30 06:02:30 +00:00
beard%netscape.com
71b71a7ef2 First Checked In. 1999-05-30 02:15:01 +00:00
pavlov%pavlov.net
4ea5e9dd8d we don't need the mAlign thing anymore since we have an event box 1999-05-30 02:09:42 +00:00
sspitzer%netscape.com
04cadf7b10 fix mac build bustage. if we have a MANIFEST file, you need to add it to this perl module. I've made changes for news/build/MANIFEST, addrbook/build/MANIFEST and compose/build/MANIFEST hopefully this prevent future build breakage. many thanks to patrick beard for the help. 1999-05-30 01:23:43 +00:00
beard%netscape.com
557679458c changed region pool to use 2 linked lists of slots instead of an array, for constant time allocation and recycling. no longer allocates a fixed size pool, and regions are truly owned by the caller until recycled. 1999-05-30 00:48:01 +00:00
sspitzer%netscape.com
7b5fb13be3 XPIDL-ify nsINntpService 1999-05-30 00:13:05 +00:00
sspitzer%netscape.com
c47d6cb6d3 XPIDL-ify nsINntpService. use "scriptable" instead of "object" in the news idl files 1999-05-30 00:12:41 +00:00
dougt%netscape.com
a05f7e413f kISupportsIID is not defined on unix, but it is on windoze... 1999-05-29 23:01:25 +00:00
dougt%netscape.com
1c4881668c Adding a few more functions to nsIEventQueue.
Moving proxy to use nsIEventQueue instead of PLEvents direct.
1999-05-29 22:50:25 +00:00
sspitzer%netscape.com
608ae21942 XPIDL-ify nsINNTPHost and adjust accordingly 1999-05-29 22:45:35 +00:00
blizzard%redhat.com
589f770f03 catch up to new apis for file widget 1999-05-29 21:51:29 +00:00
beard%netscape.com
05df83a633 make sure mScriptContextOwner isn't NULL (apologies to sspitzer, made the test consistent with line #2283, hope you don't mind) 1999-05-29 21:43:24 +00:00
ducarroz%netscape.com
785984e4b5 fix for bug 7329. MAC ONLY: if a file doesn't exist while doing an open and the flag PR_CREATE_FILE is set shouldn't abort. 1999-05-29 21:27:18 +00:00
ducarroz%netscape.com
211b73619b fix for bug 7329. Deleteting a file that doesn't exist should not invalidate the nsFileSpec. 1999-05-29 21:27:16 +00:00
sspitzer%netscape.com
fa41e26a94 DEBUG_sspitzer -> DEBUG_NEWS 1999-05-29 21:05:09 +00:00
sspitzer%netscape.com
6eae3b1549 fix const weirdness. clean up code for solaris compiler 1999-05-29 21:03:48 +00:00
sspitzer%netscape.com
a821a0e69a remove the const in preparation for moving to XPIDL 1999-05-29 21:02:30 +00:00
sspitzer%netscape.com
4d94accf80 remove stupid code because it's stupid 1999-05-29 21:01:19 +00:00
sspitzer%netscape.com
99a05c620a XPIDL-ify nsINNTPNewsgroupList, and adjust accordingly.
change DEBUG_sspitzer to DEBUG_NEWS
1999-05-29 21:00:12 +00:00
sspitzer%netscape.com
6d51ce25da fix for #7344. check for nsnull before dereferencing. 1999-05-29 20:55:48 +00:00
mcafee%netscape.com
cfeba2c4fd Fixing warnings. 1999-05-29 19:36:55 +00:00
bienvenu%netscape.com
70e5efbc4e get local mail filters working 1999-05-29 17:09:39 +00:00
bienvenu%netscape.com
496fa801e4 fix match hdrs for filters 1999-05-29 17:08:53 +00:00
bruce%cybersight.com
2c4766ddbd Remove static IID kISupportsIID from the default QueryInterfaces implementation macro. Replace with call to nsISupports::GetIID(). Tested by dp, myself and tague on the 3 main platforms (Win32, Linux and Mac respectively). 1999-05-29 16:25:18 +00:00
bruce%cybersight.com
288da9f9ef Fix usage of kISupportsIID so that my next checkin won't hork the tree. 1999-05-29 16:22:36 +00:00
alla%lysator.liu.se
e93e366aa7 Update licence to MPL 1.1 1999-05-29 12:38:22 +00:00
rickg%netscape.com
9f99b05dc8 searching should be slightly faster now 1999-05-29 09:40:49 +00:00
rickg%netscape.com
fd7edc13b6 using brute-force search for now 1999-05-29 09:28:56 +00:00
mcafee%netscape.com
143ed22419 Fix implicit declaration warning for atoi(). Thansk to Brian Ryner bryner@uiuc.edu for this fix. 1999-05-29 08:56:53 +00:00
rickg%netscape.com
3834941d92 sync with nsString2 API 1999-05-29 08:52:19 +00:00
law%netscape.com
2b04acd72b Fix build bustage 1999-05-29 07:31:57 +00:00
rickg%netscape.com
8f2ceea3de final update to nsString2 before switchover 1999-05-29 07:29:46 +00:00
law%netscape.com
1fb836d048 Fix build bustage 1999-05-29 07:22:58 +00:00
mcmullen%netscape.com
1f1d199002 Added nsFileSpecWithUIImp.cpp 1999-05-29 07:04:16 +00:00
rickg%netscape.com
7f0e0b727e updated to nsString2 api's 1999-05-29 07:02:08 +00:00
mcafee%netscape.com
ebe2da1e06 Adding test#16, gfx widgets, to match viewer tests. 1999-05-29 06:22:00 +00:00
mcafee%netscape.com
1ceadcdcc0 Adding nsFileSpecWithUIImpl.cpp to resolve NS_NewFileSpecWithUI(). r=mcmullen 1999-05-29 06:08:56 +00:00