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

53 Коммитов

Автор SHA1 Сообщение Дата
sfraser%netscape.com d133d4956f Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson 2002-01-30 21:14:20 +00:00
gerv%gerv.net 4e12e44b2f Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
kandrot%netscape.com afdac97c93 Check in for Ron Guilmette. r=shaver, sr=waterson. For intl r=nhotta. Changes for NS_IMPL_NSGETMODULE. bug #46775. 2001-05-05 05:33:37 +00:00
shaver%mozilla.org a0daa1645d 75152: Remove GetVersionNumber stub in favour of upcoming, less-invasive
preloader strategy. r=jag, sr=attinasi.
2001-04-11 14:23:13 +00:00
rickg%netscape.com 169a621d42 preloader update. r=peterl, sr=attinasi 2001-04-03 22:58:59 +00:00
shaver%mozilla.org fcf7cd0d9f 67699: all your nsIClassInfo is belong to us
- teach nsGenericFactory about nsIClassInfo, and nsIClassInfo.idl to the
  builds
- add a heaping serving of macro love for classes that want to support it
- convert many modules to use nsGenericModule the new way
- handful of warning and modeline fixes
- nsSample and some XPConnect test classes now have nsIClassInfo support for
  testing
2001-03-12 20:43:02 +00:00
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
sspitzer%netscape.com 4a3e4e1bc1 fix uninitialized variable. #59673. sr=alecf 2000-11-10 15:15:28 +00:00
sspitzer%netscape.com 10702504c4 landing movemail changes from adam@gimp.org. only builds on UNIX, no extra bloat for win32 or mac. r=sspitzer@netscape.com 2000-10-14 21:21:15 +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 ebc5b3c4b7 rework nsMessages so they are generic across all server/folder types, so that we can recycle them later
r=putterman
for bug #26456
2000-08-16 23:45:58 +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
mscott%netscape.com a3f7711965 add support for local string bundle service
remove all traces of mailboxMessage protocol
r=alecf
2000-01-29 00:48:27 +00:00
dougt%netscape.com 0b0346079c Landing nsIFile. 2000-01-24 21:28:28 +00:00
sspitzer%netscape.com da6aaee871 fix #23372, remove hard coded string from account manager and account wizard
js.  fix #23313, don't allow user to delete "local folders" account.
fix #23413, implement delete account.  further divorce "none" from "pop3"
(which will be useful once we get to movemail and other incoming mail server types)

r=alecf
2000-01-08 04:01:06 +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 f4e5fb5e30 Bug #11836 --> convert local factory to be a nsIModule
r=bienvenu
1999-10-07 23:35:10 +00:00
sspitzer%netscape.com d5445de86d check the return values when calling SetDefaultLocalPath(). mail.root.pop wasn't getting set when migrating a profile that used pop. it was caused by a simple cut and paste error. 1999-09-14 12:08:02 +00:00
alecf%netscape.com abe7c5a68c also implement "none" protocol info 1999-09-14 00:04:09 +00:00
alecf%netscape.com 2dee1a9519 register pop3service as a protocolinfo 1999-09-14 00:01:57 +00:00
mscott%netscape.com e136e62437 register as mailboxMessage protocol handler. 1999-09-12 05:07:23 +00:00
sspitzer%netscape.com e40911db58 changes to support the new "none" incoming server type.
divorce "pop3" from local mail.  (more to be done here).
general code clean up.
fix #12873 and #12801
1999-09-01 06:08:19 +00:00
alecf%netscape.com 8cc67d0bc8 move CIDs and ProgIDs into nsMsgLocalCID.h 1999-08-20 03:20:54 +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
scc%netscape.com f79508bc68 |nsISupports::GetIID()| --> |nsCOMTypeInfo<nsISupports>::GetIID()| 1999-06-29 21:01:31 +00:00
mscott%netscape.com fceb8ad883 Use factory method for pop3 url. 1999-06-22 04:32:31 +00:00
mscott%netscape.com 8b97630479 constructor for smtp url no longer takes any arguments. 1999-06-22 00:11:11 +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
mscott%netscape.com 03e4921265 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:15:12 +00:00
mscott%netscape.com 12ff1a5901 Register component for nsIMgParseMailMsgState. 1999-05-27 22:11:18 +00:00
dp%netscape.com b5707f7a96 Converting stray UnregisterFactory calls to UnregisterComponent 1999-05-06 01:37:04 +00:00
sspitzer%netscape.com 67c44b2b57 warnings be gone! 1999-05-06 00:17:15 +00:00
putterman%netscape.com 5d9639ccc0 Added ability to create a message. 1999-04-24 20:44:40 +00:00
putterman%netscape.com 5abc728033 Added mailbox_message registration. 1999-04-21 20:17:43 +00:00
mscott%netscape.com 00f300f846 Register the new nsMsgMessageService which is supported by the mailbox service. Add progids for both the mailbox version of the message service and for the mailbox service. 1999-04-20 23:28:42 +00:00
sspitzer%netscape.com b4e142b8f1 changes to get news in the folder pane 1999-04-20 19:08:10 +00:00
putterman%netscape.com e142b0db9b Split datasources into message and folder datasources and moved them to base. 1999-04-20 01:11:11 +00:00
alecf%netscape.com 5b5172ad26 land multiple accounts system into local mail and pop 1999-04-06 22:48:25 +00:00
mscott%netscape.com 0acb49aa3a Clean up our create instance method. Always check to see if the construction of the object succeeded or not. In addition, verify that the QI succeeded and if it failed, delete the object we had created. 1999-04-06 03:15:55 +00:00
bienvenu%netscape.com f4c3ca6058 make msgdb a dll 1999-04-04 17:48:16 +00:00
mscott%netscape.com e67e9de329 Add pop3 url to the list of components this factory can generate. 1999-03-31 19:25:17 +00:00
putterman%netscape.com 669067e608 Fixed freeing mismatched memory errors. 1999-03-30 02:27:17 +00:00
putterman%netscape.com 16e7e63f39 Changes made to avoid nsMsgHdr duplication. Now can get a message resource from
the factory.
1999-03-18 21:39:42 +00:00
mscott%netscape.com afea5c7960 factory can now create a pop3 service... 1999-03-12 04:07:52 +00:00
bienvenu%netscape.com 10a9444191 add explicit include of nsCOMPtr.h 1999-03-11 06:39:35 +00:00
putterman%netscape.com 3abfe3dbd8 Added xplib.lib and added folderListener 1999-03-09 22:37:06 +00:00
warren%netscape.com 1baf19439b Removed nsService stuff. 1999-03-09 12:29:08 +00:00
warren%netscape.com 3d21ed5037 nsRepository -> nsIComponentManager changes. nsIMsgDatabase interface. Message enumerators. Misc. 1999-03-09 09:52:30 +00:00
mscott%netscape.com c18c2188f3 Add mailbox parser to list of components the local msg factory can create. 1999-03-08 00:00:44 +00:00
mscott%netscape.com 2378c3cf18 part of scc's merge: change interface calls to IID() to GetIID(). 1999-03-04 00:57:51 +00:00