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

45 Коммитов

Автор SHA1 Сообщение Дата
putterman%netscape.com 7f89801eb5 Added NS_New functions for a bunch of datasources. 1999-06-25 21:36:39 +00:00
jefft%netscape.com b78407136b register message copy service component 1999-06-24 20:25:31 +00:00
jefft%netscape.com 1866c819ed added nsMsgCopyService to the factory 1999-06-24 00:46:01 +00:00
putterman%netscape.com 2a13bab9b4 nsCopymessageStreamListener can be created through the factory. 1999-06-14 22:19:22 +00:00
putterman%netscape.com aecf41e9fd add nsMsgNotificationManager. 1999-06-11 22:08:09 +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 075e9d09d6 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 1f5bf29345 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 3dc683beab 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
putterman%netscape.com 9aa5104ebc Added BiffManager. 1999-06-03 22:55:47 +00:00
alecf%netscape.com 26c3d621a9 add component URLs to all our components so they are now scriptable 1999-05-27 05:23:08 +00:00
bienvenu%netscape.com 4a637cc152 add registration of filter component, under ifdef control 1999-05-14 00:56:13 +00:00
bienvenu%netscape.com b635b9a210 add cid's for search and filters 1999-05-10 23:25:08 +00:00
alecf%netscape.com 0d5818ca9e 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 c06daa2756 remove all references to the old nsIMessenger 1999-04-26 22:52:38 +00:00
alecf%netscape.com d1323c7142 stop creating nsIMessenger objects 1999-04-26 22:47:13 +00:00
alecf%netscape.com ed193a363f add new data sources to the factory 1999-04-26 21:29:44 +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
rhp%netscape.com 599771aad8 Moving header parser interface 1999-04-16 19:02:22 +00:00
sspitzer%netscape.com 8ed1691101 add the missing goto's 1999-04-15 20:01:31 +00:00
alecf%netscape.com f552311d79 landing multiple accounts
account information is now acquired by the account manager, which is held by the nsIMsgMailSession service.
1999-04-06 22:47:12 +00:00
mscott%netscape.com d22f5d494f fix ref counting bug in create instance. Update all NS_New*** functions to pass in the interface we want the object in... 1999-04-06 03:11:40 +00:00
putterman%netscape.com e9c46278cd added message view datasource. 1999-04-05 23:32:46 +00:00
putterman%netscape.com d58487c55f fixed freeing mismatched memory error. 1999-03-30 02:24:18 +00:00
mscott%netscape.com ee261a54e3 Fix build breakage for alecf. nsIGroupMsgRecord has been removed from the
repository.
1999-03-24 03:47:24 +00:00
mscott%netscape.com 6022433002 Warren's changes broke component creation for nsIMsgMailSession and nsIUrlListenerManager. Restore these so our code runs correctly. 1999-03-10 03:49:39 +00:00
alecf%netscape.com 5702320be6 - move messenger appcore into the base mailnews directory
- do appcore initialization during Initialize() in messenger bootstrap
1999-03-09 19:58:17 +00:00
warren%netscape.com cc287529ab Fixed include 1999-03-09 12:53:21 +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 9cb357f551 Add ability to generate a mail session to this factory. 1999-03-09 01:39:05 +00:00
alecf%netscape.com 1aa8651e7a fix up autoregistration messenger bootstrap code 1999-03-06 01:29:31 +00:00
mscott%netscape.com e25f699c19 part of scc's merge: change IID() calls to GetIID(). 1999-03-04 00:44:05 +00:00
mscott%netscape.com 304faab3b1 Add code to register a url listener manager. 1999-03-03 01:11:53 +00:00
putterman%netscape.com ea8d94188a Pass in pointer to mServiceManager. 1999-02-27 07:27:45 +00:00
alecf%netscape.com 180a1fb0e2 implement new nsIMessenger interface, and make it accessable from JavaScript 1999-02-27 02:33:21 +00:00
warren%netscape.com f8b67aa56a Making it build with new RDF registration mechanism. 1999-02-26 12:24:22 +00:00
warren%netscape.com 59a5c261e9 Reorganization. Changes for collections, enumerations, generic folders, file paths, etc. 1999-02-24 10:39:06 +00:00
warren%netscape.com e8114e350d Converted nsIMsg into nsIMessage, unifying with nsMsgHdr. Removed NS_DEFINE_IID macros. Renamed a few types and enums. 1999-02-13 10:39:59 +00:00
putterman%netscape.com 0ddefa7a6c Added nsFolderEvent cid. Removed dependency on messenger dll. This dll
already has a factory that creates its own appcore.  Added self-registration.
1999-02-12 22:28:26 +00:00
alecf%netscape.com 0b3c057f84 add support for creating new appcore 1999-02-11 06:27:27 +00:00
ducarroz%netscape.com fe21d6a353 Remove any reference to compose classes 1999-02-09 17:33:29 +00:00
ducarroz%netscape.com c6ca3f5256 Add support for nsIMsgCompose & nsIMsgCompFields 1999-02-09 01:36:14 +00:00
alecf%netscape.com ebcaf17042 slight change to meet new nsRepository API 1999-01-26 21:42:39 +00:00
mscott%netscape.com e94861c5f1 First checked in. 1998-12-21 21:13:57 +00:00