ramiro%netscape.com
05ae9c3868
Changes to turn gfxps into a true component. Thanks to alecf@netscape.com
...
for providing the base patch.
1999-06-25 09:38:26 +00:00
warren%netscape.com
23864df5e3
Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too.
1999-06-23 03:29:44 +00:00
putterman%netscape.com
562d4fef20
Add a new parameter for CheckNewMail
1999-06-11 22:14:35 +00:00
Jerry.Kirk%Nexwarecorp.com
b80124ca53
- Bug 7794 Move $(TK_LIBS) further down in the library list.
1999-06-09 19:48:58 +00:00
mscott%netscape.com
76d6a71063
random changes to a non building test file =).
...
Bug #5633 --> more NS_WITH_SERVICE changes....I missed 2 spots last time.
1999-06-08 03:13:10 +00:00
mscott%netscape.com
a80e4efdcf
remove IGNORE_MANIFEST.
1999-06-07 21:28:20 +00:00
mscott%netscape.com
3d0e344c29
Part of makefile clean up for windows. Changes include removing old cruft, giving each
...
component it's own module name (this helps clear up problems with the xp connect type lib
name for each component), making sure libs built in src directories have _s suffix as
they are static libraries and unifying component names with "msg" prefixes.
Also removed extraneous CPP_SRCS info.
1999-06-07 06:52:45 +00:00
sspitzer%netscape.com
527fad71e9
even though it doesn't build right now, follow briano's lead and use
...
MOZ_DLL_SUFFIX
1999-06-04 22:31:32 +00:00
sspitzer%netscape.com
20ab8f00b3
follow briano's lead and use MOZ_DLL_SUFFIX
1999-06-04 22:30:45 +00:00
sspitzer%netscape.com
ede8e8e619
follow briano's lead and use MOZ_DLL_SUFFIX.
...
also make some changes to get this building again. It's still not complete,
but its closer.
1999-06-04 22:28:10 +00:00
mscott%netscape.com
9679e92a0b
Remove unnecessary LINCS now that all headers are pushed to the same directory.
1999-06-03 23:31:57 +00:00
mcafee%netscape.com
675c9a8b52
Fix implicit declaration warning for atoi(). Thansk to Brian Ryner bryner@uiuc.edu for this fix.
1999-05-29 08:56:53 +00:00
blizzard%redhat.com
5b01a4b8bc
remove hard coded toolkit names in tests
1999-05-28 03:42:59 +00:00
alecf%netscape.com
b37b02c0a8
GetCharPref() is going away for nsIPref scriptability - use CopyCharPref instead
1999-05-28 00:56:53 +00:00
bienvenu%netscape.com
b06fca771e
fix build bustage
1999-05-27 06:08:15 +00:00
bienvenu%netscape.com
217a0beaa9
fix build bustage
1999-05-27 05:47:52 +00:00
sspitzer%netscape.com
6b33aef859
fix build bustage on UNIX
1999-05-27 03:31:25 +00:00
sspitzer%netscape.com
700be91711
fix UNIX build bustage
1999-05-27 03:30:33 +00:00
alecf%netscape.com
e19f78aaee
fix bustage by adding gfx/img/mozutil
1999-05-26 08:07:54 +00:00
dp%netscape.com
0443b20e33
Landing xpcom20/21 branch.
1999-05-26 01:38:36 +00:00
mscott%netscape.com
e9600c1db4
Bug 5991 --> Fix crash in pop3Test caused by the event queue carpool yesterday. We need to make sure the event queue is registered.
1999-05-06 01:35:40 +00:00
hyatt%netscape.com
2f4053dbab
Switching over to nsIEventQueues.
1999-05-04 23:31:07 +00:00
mscott%netscape.com
900b8a5842
part of mailnews audit --> Conversion to NS_WITH_SERVICE
1999-05-04 22:48:37 +00:00
sspitzer%netscape.com
c23ef233b3
fix for bug #5804 . get pop3Test to build on Linux.
1999-05-01 02:12:10 +00:00
bruce%cybersight.com
b06f2076eb
Remove -lnetutil from link lines in unix build.
1999-04-28 05:46:56 +00:00
mscott%netscape.com
6ee7c51127
Updates to get the test running with preferences again. We need to manually register
...
the file locator. This test app will now read prefs out of the default profile directory.
1999-04-23 06:32:35 +00:00
mcmullen%netscape.com
670521ba61
Prefs API changed to use filespecs instead of string paths. Added Get/SetFilePref. Cleaned up the API so that StartUp() does not need to be called.
1999-04-21 22:04:35 +00:00
mscott%netscape.com
809548ec8e
Temporary fix until mcmullen updates some back end prefs code. We need to manually specify the pref file to use. We can't get at the profile information so look in the current directory.
1999-04-20 00:43:23 +00:00
chuang%netscape.com
de6aa60779
Switch mailnews from prefs.js to prefs50.js
1999-04-13 07:41:24 +00:00
mscott%netscape.com
80e42c8cb3
Build pop3Test again.
1999-04-13 01:00:18 +00:00
mscott%netscape.com
62c12de652
Fixes to update pop3 test with Alec's latest identity/account drop.
1999-04-13 00:59:44 +00:00
jdunn%netscape.com
b793f90c0d
fix compiler error (NS_DECL_ISUPPORTS does not require a ';'
1999-04-12 20:51:52 +00:00
braddr%puremagic.com
bc34760959
Changed direct uses of -lz or -lzlib to $(ZLIB_LIBS)
...
Changed direct use of -lnspr3 and friends to $(NSPR_LIBS)
1999-04-11 23:07:04 +00:00
sspitzer%netscape.com
158b7bd43e
windows doesn't build the mailbox test, so UNIX isn't going to either.
1999-04-11 19:24:12 +00:00
sspitzer%netscape.com
70b8a65146
commented out the pop3 test because alecf's recent changes cause it not
...
to build
1999-04-10 22:55:21 +00:00
sspitzer%netscape.com
e56359dbce
pop3Test is broken, due to alecf's recent changes.
1999-04-10 22:50:41 +00:00
sspitzer%netscape.com
46a93c1e55
ignore the test that gets created
1999-04-10 01:37:52 +00:00
sspitzer%netscape.com
e4af1c9abf
fixes to make the tests build
1999-04-10 00:34:44 +00:00
sspitzer%netscape.com
2d359f0ce0
comment out mailbox test, because it is stale and won't build
1999-04-10 00:34:26 +00:00
mscott%netscape.com
abf8780cb0
Updates to use new identity information for alecf.
1999-04-07 00:26:35 +00:00
bienvenu%netscape.com
5b40ca78bb
make msgdb a dll
1999-04-04 17:48:16 +00:00
mscott%netscape.com
9c56cd697b
Don't link with msgcore and msglocal. Link with msgcoreutil.
1999-03-31 19:34:18 +00:00
mscott%netscape.com
0f6e578ec9
Pretty much a complete re-write to use the pop3 service. We now read all extra info like user name, password, etc. from your prefs instead of prompting you for it.
1999-03-31 19:33:54 +00:00
mscott%netscape.com
6c5579118d
Build pop3 test.
1999-03-31 19:33:07 +00:00
mscott%netscape.com
de99f68040
Use nsAutoCString.
1999-03-31 19:27:36 +00:00
mscott%netscape.com
a217c3dc9e
patch from Bruce Mitchener Jr." <bruce@cybersight.com> to change free to delete [].
1999-03-29 22:15:09 +00:00
sspitzer%netscape.com
049ea487df
switch from "\\" to PR_DIRECTORY_SEPARATOR for portablility
1999-03-25 17:41:21 +00:00
sspitzer%netscape.com
428aecda71
fix to get mailboxTest to build on Linux.
...
It now builds, and runs, but it doesn't seem to pass.
I'm looking into it.
1999-03-25 04:07:55 +00:00
sspitzer%netscape.com
9dfda1b676
fixes to get this to build on Linux
...
libjs.so is now libmozjs.so
removed reference to libmailnewsbase.so
There is still a problem with the the test because nsMsgMailboxParser is
not a class anymore, it has been XPCOMmed.
More work to be done here...
1999-03-25 03:45:53 +00:00
sspitzer%netscape.com
325ca4c56a
changes to get this to build on Linux.
...
More changes coming....
1999-03-25 03:04:22 +00:00