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

111 Коммитов

Автор SHA1 Сообщение Дата
briano%netscape.com 845dc59072 Added NSPR_LIBS so it the shared lib would build on IRIX. 1999-07-30 23:36:14 +00:00
mscott%netscape.com ad90319d2c Landing the MailNews_Necko_BRANCH. These are the changes that will enable mailnews to run with necko. 1999-07-29 00:42:25 +00:00
briano%netscape.com d99daeea9b Cleaned it up and changed the name of libreg.{a,so} to libmozreg.{a,so} to fix the conflict reported in bug 8568. 1999-07-27 23:27:44 +00:00
putterman%netscape.com c350904df2 don't need raptorgfxwin.lib 1999-07-20 04:15:18 +00:00
ramiro%netscape.com fecd737d22 Landing timer move on windows. 1999-07-17 15:52:01 +00:00
bienvenu%netscape.com 9a225d2d08 add folder cache to factory 1999-07-17 02:21:18 +00:00
bienvenu%netscape.com 157a852fb2 add class and prog id's for folder cache 1999-07-16 02:27:15 +00:00
putterman%netscape.com f5ee577f06 Added NS_NewMsgMailSession. 1999-07-13 20:27:59 +00:00
bienvenu%netscape.com 38211f153f change name of search library 1999-07-13 18:50:14 +00:00
bienvenu%netscape.com 6944f905e7 replace DEBUG_bienvenu with DOING_FILTERS to fix pop3 get new mail 1999-07-07 05:56:38 +00:00
dveditz%netscape.com 4c4f269dd4 nakefile cleanups 1999-07-02 13:42:17 +00:00
alecf%netscape.com b051ab3dd0 move hardcoded progid strings into a seperate header file 1999-07-01 06:01:39 +00:00
putterman%netscape.com aeea4449fa Use nsCOMTypeInfo 1999-07-01 00:16:39 +00:00
scc%netscape.com 54c96baa72 |nsISupports::GetIID()| --> |nsCOMTypeInfo<nsISupports>::GetIID()| 1999-06-29 21:01:31 +00:00
putterman%netscape.com bcfc318cec Register as a component. 1999-06-29 02:47:30 +00:00
briano%netscape.com 282adf654a Cleanup and fixes for OpenBSD. 1999-06-29 02:30:42 +00:00
mscott%netscape.com b54aff6bdc remove printf which was printing a char * file path passed into NSRegisterSelf. This file path is base 64
encoded alias handle on the mac and looks bogus when you print it out.
1999-06-28 20:14:10 +00:00
alecf%netscape.com 157ec26411 XPIDLIZE nsIUrlListenerManager 1999-06-27 04:11:16 +00:00
putterman%netscape.com ab4c7dafe3 Added NS_New functions for a bunch of datasources. 1999-06-25 21:36:39 +00:00
jefft%netscape.com 6b7af247f1 register message copy service component 1999-06-24 20:25:31 +00:00
jefft%netscape.com becaa4288d added nsMsgCopyService to the factory 1999-06-24 00:46:01 +00:00
bienvenu%netscape.com bbbf78aa1f add search.lib 1999-06-15 23:31:52 +00:00
putterman%netscape.com 0eb045d137 nsCopymessageStreamListener can be created through the factory. 1999-06-14 22:19:22 +00:00
putterman%netscape.com 2582c3ba40 add nsMsgNotificationManager. 1999-06-11 22:08:09 +00:00
mscott%netscape.com 53bde8bcd6 Use NS_WITH_SERVICE1 which uses the service manager that was passed in to
NSRegisterSelf / NSUnregisterSelf.
1999-06-09 06:40:48 +00:00
sspitzer%netscape.com 6e2a3cc01a giant cleanup of UNIX mail / news Makefiles. properly use MODULE, and
name things so that Windows and UNIX match.  (a big checkin for Windows
will follow shortly.)
1999-06-08 02:17:24 +00:00
mscott%netscape.com b6690b3896 remove IGNORE_MANIFEST and remove LCFLAGS since we don't have any. 1999-06-07 20:43:50 +00:00
mscott%netscape.com 87ea88d1ca Fix win32 build breakage (*I think*) by not trying to generate the dll until the install
phase and not the lib phase.
1999-06-07 08:13:14 +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
mscott%netscape.com 6a57426c95 If we fail to register or unregister a component, we should remember the error code and return it, BUT we should also still try to register/unregister the rest of the components. 1999-06-05 01:02:42 +00:00
mscott%netscape.com e5424e0f3d Bug #5633 -- use NS_WITH_SERVICE macro. Also cleaned up goto statements such that if we fail to register or unregister a component, we try to register/unregister the rest of the components before giving up. 1999-06-04 23:37:52 +00:00
alecf%netscape.com 1f5093e97a Killing the messenger appcore once and for all.
Don't be frightened by the size of this checkin, most of the appcore conversion to XPConnect was fairly simple. Some of this is just fixing code that depended on the old appcore
1999-06-04 04:00:58 +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
putterman%netscape.com 3e13a07e0b Added BiffManager. 1999-06-03 22:55:47 +00:00
alecf%netscape.com 0259c1f5d6 add CIDs from interface files 1999-05-27 05:23:22 +00:00
alecf%netscape.com c803b34548 add component URLs to all our components so they are now scriptable 1999-05-27 05:23:08 +00:00
dp%netscape.com 0443b20e33 Landing xpcom20/21 branch. 1999-05-26 01:38:36 +00:00
mscott%netscape.com 2ffc768ffc remove linkage against rdfutil_s. we don't need it anymore. 1999-05-18 23:57:37 +00:00
sspitzer%netscape.com 49c304ecd4 the target is Makefile, not Makefile.in 1999-05-18 05:12:24 +00:00
putterman%netscape.com 10921794a8 Include locale headers. 1999-05-17 21:27:09 +00:00
bienvenu%netscape.com cba77d7bf0 add registration of filter component, under ifdef control 1999-05-14 00:56:13 +00:00
bienvenu%netscape.com 2875e6ebd4 add cid's for search and filters 1999-05-10 23:25:08 +00:00
alecf%netscape.com 682c448702 massive cleanup of the message factory - make sure to delete objects when the QueryInterface fails
and fix the message factory constructor since we no longer hold onto the service manager
1999-05-04 21:39:54 +00:00
alecf%netscape.com ce8214931d remove unnecessary libraries - now the only unresolved symbols are from netlib 1999-04-27 17:27:28 +00:00
alecf%netscape.com 7e8d763a59 remove all references to the old nsIMessenger 1999-04-26 22:52:38 +00:00
alecf%netscape.com b2d228b3e6 stop creating nsIMessenger objects 1999-04-26 22:47:13 +00:00
alecf%netscape.com 9b38b55145 attempt to fix mail/news size issue 1999-04-26 21:52:26 +00:00
alecf%netscape.com c4cb78b444 add new data sources to the factory 1999-04-26 21:29:44 +00:00
jdunn%netscape.com c883143b96 Fix unix native compiler error: can't find libraries. TK_LIBS include both
the libraries and where to get them.
1999-04-20 19:03:53 +00:00
putterman%netscape.com 3f95df240b Split datasources into message and folder datasources and moved them to base. 1999-04-20 01:11:11 +00:00