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

98 Коммитов

Автор SHA1 Сообщение Дата
mscott%netscape.com 989344b80b remove IGNORE_MANIFEST. 1999-06-07 21:28:20 +00:00
mscott%netscape.com 266ed15e24 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 50b315979f 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 003183591d follow briano's lead and use MOZ_DLL_SUFFIX 1999-06-04 22:30:45 +00:00
sspitzer%netscape.com 8bd98decde 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 932a7ae28c Remove unnecessary LINCS now that all headers are pushed to the same directory. 1999-06-03 23:31:57 +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
blizzard%redhat.com 336beea369 remove hard coded toolkit names in tests 1999-05-28 03:42:59 +00:00
alecf%netscape.com ff3c5ccf00 GetCharPref() is going away for nsIPref scriptability - use CopyCharPref instead 1999-05-28 00:56:53 +00:00
bienvenu%netscape.com dc67f8381f fix build bustage 1999-05-27 06:08:15 +00:00
bienvenu%netscape.com f9b86efab9 fix build bustage 1999-05-27 05:47:52 +00:00
sspitzer%netscape.com f9d6b9de1a fix build bustage on UNIX 1999-05-27 03:31:25 +00:00
sspitzer%netscape.com ff7836c07d fix UNIX build bustage 1999-05-27 03:30:33 +00:00
alecf%netscape.com ee4de749d8 fix bustage by adding gfx/img/mozutil 1999-05-26 08:07:54 +00:00
dp%netscape.com 94344009c8 Landing xpcom20/21 branch. 1999-05-26 01:38:36 +00:00
mscott%netscape.com 5f301a0025 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 ae4e8ae9ca Switching over to nsIEventQueues. 1999-05-04 23:31:07 +00:00
mscott%netscape.com 1b4e862aa7 part of mailnews audit --> Conversion to NS_WITH_SERVICE 1999-05-04 22:48:37 +00:00
sspitzer%netscape.com b18c4a7c00 fix for bug #5804. get pop3Test to build on Linux. 1999-05-01 02:12:10 +00:00
bruce%cybersight.com 0eae38cc92 Remove -lnetutil from link lines in unix build. 1999-04-28 05:46:56 +00:00
mscott%netscape.com 7497d31533 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 e4661eacd6 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 07a669c9ad 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 260026da45 Switch mailnews from prefs.js to prefs50.js 1999-04-13 07:41:24 +00:00
mscott%netscape.com f56fff1124 Build pop3Test again. 1999-04-13 01:00:18 +00:00
mscott%netscape.com daf772d00a Fixes to update pop3 test with Alec's latest identity/account drop. 1999-04-13 00:59:44 +00:00
jdunn%netscape.com 40a6a44948 fix compiler error (NS_DECL_ISUPPORTS does not require a ';' 1999-04-12 20:51:52 +00:00
braddr%puremagic.com 82c03050ce 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 d4a8d9ba2e 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 6dd9cd30e4 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 fed6068839 pop3Test is broken, due to alecf's recent changes. 1999-04-10 22:50:41 +00:00
sspitzer%netscape.com c4533143a9 ignore the test that gets created 1999-04-10 01:37:52 +00:00
sspitzer%netscape.com 5603bbb5f5 fixes to make the tests build 1999-04-10 00:34:44 +00:00
sspitzer%netscape.com 1e2ef279b1 comment out mailbox test, because it is stale and won't build 1999-04-10 00:34:26 +00:00
mscott%netscape.com 860ae6d88f Updates to use new identity information for alecf. 1999-04-07 00:26:35 +00:00
bienvenu%netscape.com f4c3ca6058 make msgdb a dll 1999-04-04 17:48:16 +00:00
mscott%netscape.com 3e270b7bdb Don't link with msgcore and msglocal. Link with msgcoreutil. 1999-03-31 19:34:18 +00:00
mscott%netscape.com 7aa439f819 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 5ece6add76 Build pop3 test. 1999-03-31 19:33:07 +00:00
mscott%netscape.com 4b4745f6e4 Use nsAutoCString. 1999-03-31 19:27:36 +00:00
mscott%netscape.com 4328e7ccbd patch from Bruce Mitchener Jr." <bruce@cybersight.com> to change free to delete []. 1999-03-29 22:15:09 +00:00
sspitzer%netscape.com 28b6ec8dbb switch from "\\" to PR_DIRECTORY_SEPARATOR for portablility 1999-03-25 17:41:21 +00:00
sspitzer%netscape.com e8ecd79c2a 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 89f976bb84 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 4bf1c07d43 changes to get this to build on Linux.
More changes coming....
1999-03-25 03:04:22 +00:00
sspitzer%netscape.com 61e180d342 work to get this stuff to build on Linux
changes to remove some warnings

Read() no longer takes an offset as the second parameter, so fixing that

more changes coming...
1999-03-25 03:03:47 +00:00
sspitzer%netscape.com f139cafd38 some clean up to get this to build on Linux
still more to be done....
1999-03-25 03:02:20 +00:00
leaf%mozilla.org 4ad9f70d5d Landing nspr library name change, and plevent function call change. 1999-03-17 21:32:03 +00:00
bienvenu%netscape.com 0f4e1f431e mork landing 1999-03-12 20:16:40 +00:00
ducarroz%netscape.com 42ddb8b41d change root path preference name 1999-03-12 17:17:10 +00:00