alecf%netscape.com
af0eb76d7c
fix for #45797 - remove deprecated NS_IMPL_ISUPPORTS from mail
...
r=sspitzer
sr=mscott
iho=warren
2000-12-06 22:24:41 +00:00
cls%seawood.org
66a18fcbbf
Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug #59454 r=blizzard@mozilla.org
2000-11-20 07:16:06 +00:00
rayw%netscape.com
0257791053
Bug 37275, Changing value of all progids, and changing everywhere a progid
...
is mentioned to mention a contractid, including in identifiers.
r=warren
2000-09-13 23:57:52 +00:00
alecf%netscape.com
e7857cebb9
oops, forgot these in my last checkin
2000-08-17 00:05:31 +00:00
mscott%netscape.com
99faae6526
Bug #40649 --> fix unitialized variable problem.
...
r=sspitzer
2000-06-05 20:04:55 +00:00
cls%seawood.org
04417332fe
OS/2 Makefile.in tweaks. Batch 10 & 11. Bug #34106
2000-05-02 01:18:46 +00:00
cls%seawood.org
8754202470
General cleanup of the shared library rules.
...
Quick fix for bug #36844 .
Since people kept forgetting to wrap SHARED_LIBRARY_LIBS inside MKSHLIB_FORCE_ALL & MKSHLIB_UNFORCE_ALL pairs, we now handle it in rules.mk. Same goes for making $(SHARED_LIBRARY) dependent upon $(SHARED_LIBRARY_LIBS).
2000-04-23 17:48:04 +00:00
cls%seawood.org
f6740baa20
Moved static MOZ_COMPONENT_NSPR_LIBS, MOZ_COMPONENT_XPCOM_LIBS, MOZ_COMPONENT_LIBS definitions from configure.in to config.mk. Replaced -lxpcom in Makefiles to $(XPCOM_LIBS) so that we can optionally link against -lboehm when needed. Bug #31287
2000-04-04 04:46:38 +00:00
sspitzer%netscape.com
72d8e4bf7a
be consistent with how we define the incoming server prog ids. add a debugging
...
printf (for me only). r=alecf
2000-02-06 06:51:24 +00:00
pp%ludusdesign.com
d8d073bd7c
Conversion of ::GetIID() to NS_GET_IID(). Bug #20232 , r=scc@netscape.com
2000-02-04 00:39:15 +00:00
dougt%netscape.com
0b0346079c
Landing nsIFile.
2000-01-24 21:28:28 +00:00
dmose%mozilla.org
142ac52eaf
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:43:54 +00:00
mscott%netscape.com
69ef2c9e61
Bug #16394 --> call Initialize function on url after we create one
...
r=jefft
1999-10-17 20:03:37 +00:00
mscott%netscape.com
207c54ed3b
Bug #15583 --> fix warning (unused variable)
...
r=sspitzer
1999-10-05 22:03:50 +00:00
mscott%netscape.com
054da20a5c
Bug #11837 use NS_GENERIC_FACTORY_CONSTRUCTOR for our components
...
the factory should cache nsIGenericFactory objects for each
component we know how to produce.
r=sspitzer
1999-10-05 05:45:07 +00:00
mscott%netscape.com
d8006bc36f
Bug #11837 --> rewrite the imap factory to use nsIModule.
...
r=bienvenu
1999-10-04 00:27:42 +00:00
jefft%netscape.com
ffbed73cfa
enabled SaveAttachment
1999-09-20 21:07:22 +00:00
briano%netscape.com
107d63133d
General cleanup.
1999-09-14 23:27:55 +00:00
alecf%netscape.com
e4e52250a7
register imap protocol info progid
1999-09-14 00:15:08 +00:00
mscott%netscape.com
1440c66c0d
add nsIImapMockChannel CID and registration code.
1999-09-12 05:13:04 +00:00
putterman%netscape.com
82d604a5a0
msgbaseutil.dll isn't 8.3 so change to msgbsutl.dll
1999-08-30 22:17:13 +00:00
ramiro%netscape.com
2c19866af3
cleanup linking of libmozreg.
1999-08-21 15:41:53 +00:00
briano%netscape.com
0212559fff
Added NSPR_LIBS so it the shared lib would build on IRIX.
1999-07-30 23:36:14 +00:00
mscott%netscape.com
01ab699db6
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
007ea62765
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
briano%netscape.com
81fba40438
Cleanup and fixes for OpenBSD.
1999-07-02 21:30:31 +00:00
dveditz%netscape.com
0eb6c820cf
nakefile cleanups
1999-07-02 13:42:17 +00:00
scc%netscape.com
f79508bc68
|nsISupports::GetIID()| --> |nsCOMTypeInfo<nsISupports>::GetIID()|
1999-06-29 21:01:31 +00:00
mscott%netscape.com
dbb4e2b201
include nsMsgImapCID.h
1999-06-22 05:00:12 +00:00
mscott%netscape.com
a5f19ab0bb
add another class id.
1999-06-22 05:00:04 +00:00
mscott%netscape.com
6f740175e8
Export nsMsgImapCID.h
1999-06-22 04:55:03 +00:00
mscott%netscape.com
4ec6f48e35
Export nsMsgImapCID.h
1999-06-22 04:49:47 +00:00
mscott%netscape.com
15a6fd0c3d
First checked in. Header file for the class ids this factory can produce components for.
1999-06-22 04:46:01 +00:00
mscott%netscape.com
14b921cb3a
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
614b25751b
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
c78ee2032c
Don't build dll until the install phase, not the lib phase.
1999-06-07 08:22:54 +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
mscott%netscape.com
087b7b5fb2
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-05 00:06:05 +00:00
mscott%netscape.com
1d157c2160
Remove unnecessary LINCS now that all headers are pushed to the same directory.
1999-06-03 23:42:51 +00:00
mscott%netscape.com
c1c89e5808
Remove obsolete dependency on local.
1999-05-27 22:16:07 +00:00
mscott%netscape.com
faac19b5aa
No longer need to link against local.
1999-05-27 22:14:51 +00:00
sspitzer%netscape.com
ec593b881b
fix bustage.
...
we used to have -llocalmail in our link line. but that's a component, so that's
wrong, so mcafee removed it. but we weren't linking against liblocalmail.so, we were actually linking in liblocalmail.a. but briano's change to mozilla/config/rules.mk made it so liblocalmail.a got moved into dist/lib/components, so now
we need to explictly link against this .a
the problem is in this .a is a class that we need. mscott is working on
the right fix, and he'll remove this when he re-arranges the code.
1999-05-27 19:14:42 +00:00
mcafee%netscape.com
6dadc570f0
Looks like liblocalmail became a component, removing it from the link line.
1999-05-27 06:37:04 +00:00
dp%netscape.com
94344009c8
Landing xpcom20/21 branch.
1999-05-26 01:38:36 +00:00
sspitzer%netscape.com
46147558a0
ignore the generated makefile
1999-05-08 16:59:42 +00:00
mscott%netscape.com
de3a8236b0
For some reason we were linking against msgcore.lib. We didn't need to be.
1999-05-07 23:49:31 +00:00
mscott%netscape.com
8a9b6ddfdb
Build the imap library.
1999-05-07 21:23:07 +00:00
mscott%netscape.com
e7460f4c72
Fix mismatched delete.
1999-05-07 00:13:10 +00:00
dp%netscape.com
b5707f7a96
Converting stray UnregisterFactory calls to UnregisterComponent
1999-05-06 01:37:04 +00:00
bienvenu%netscape.com
4c4c9c8a45
adopt new msg uri scheme from scott, work on message loading
1999-04-25 21:51:39 +00:00