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

219 Коммитов

Автор SHA1 Сообщение Дата
alecf%netscape.com ebc9b041fc link against unix timer lib so that we get NS_NewTimer 1999-09-02 00:33:42 +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
alecf%netscape.com d3d937ab94 fix my breakage again 1999-08-27 04:12:38 +00:00
alecf%netscape.com f80eb7eab3 remove account/server/identity datasource from the build 1999-08-27 03:48:34 +00:00
alecf%netscape.com ee550cbd99 oops, didn't realize I was already using these macros 1999-08-26 06:44:25 +00:00
bienvenu%netscape.com bfa561f68f get rid of DOING_FILTERS #define 1999-08-24 04:23:31 +00:00
ramiro%netscape.com 2c19866af3 cleanup linking of libmozreg. 1999-08-21 15:41:53 +00:00
putterman%netscape.com 0d0f941d49 Add nsMsgStatusFeedback to factory. 1999-08-20 22:43:17 +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
putterman%netscape.com 6916443bd0 don't need raptorgfxwin.lib 1999-07-20 04:15:18 +00:00
ramiro%netscape.com ba8ba82cc6 Landing timer move on windows. 1999-07-17 15:52:01 +00:00
bienvenu%netscape.com fe98251823 add folder cache to factory 1999-07-17 02:21:18 +00:00
bienvenu%netscape.com 1770000885 add class and prog id's for folder cache 1999-07-16 02:27:15 +00:00
putterman%netscape.com d4b9a310e6 Added NS_NewMsgMailSession. 1999-07-13 20:27:59 +00:00
bienvenu%netscape.com b06bea0cb1 change name of search library 1999-07-13 18:50:14 +00:00
bienvenu%netscape.com b3dce5cb90 replace DEBUG_bienvenu with DOING_FILTERS to fix pop3 get new mail 1999-07-07 05:56:38 +00:00
dveditz%netscape.com 0eb6c820cf nakefile cleanups 1999-07-02 13:42:17 +00:00
alecf%netscape.com bd80164a02 move hardcoded progid strings into a seperate header file 1999-07-01 06:01:39 +00:00
putterman%netscape.com 3f0119ce03 Use nsCOMTypeInfo 1999-07-01 00:16:39 +00:00
scc%netscape.com f79508bc68 |nsISupports::GetIID()| --> |nsCOMTypeInfo<nsISupports>::GetIID()| 1999-06-29 21:01:31 +00:00
putterman%netscape.com 928b00c12d Register as a component. 1999-06-29 02:47:30 +00:00
briano%netscape.com c04acb13c9 Cleanup and fixes for OpenBSD. 1999-06-29 02:30:42 +00:00
mscott%netscape.com 9904b84b28 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 e977600d72 XPIDLIZE nsIUrlListenerManager 1999-06-27 04:11:16 +00:00
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
bienvenu%netscape.com 9185ff8e27 add search.lib 1999-06-15 23:31:52 +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
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 b651bb132d remove IGNORE_MANIFEST and remove LCFLAGS since we don't have any. 1999-06-07 20:43:50 +00:00
mscott%netscape.com bb264789fb 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 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 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
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
putterman%netscape.com 9aa5104ebc Added BiffManager. 1999-06-03 22:55:47 +00:00
alecf%netscape.com 1be06cd04e add CIDs from interface files 1999-05-27 05:23:22 +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
dp%netscape.com 94344009c8 Landing xpcom20/21 branch. 1999-05-26 01:38:36 +00:00
mscott%netscape.com dac1ff5126 remove linkage against rdfutil_s. we don't need it anymore. 1999-05-18 23:57:37 +00:00
sspitzer%netscape.com b5df5bde0a the target is Makefile, not Makefile.in 1999-05-18 05:12:24 +00:00
putterman%netscape.com ea5e2518f9 Include locale headers. 1999-05-17 21:27:09 +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 8a9e37f2a0 remove unnecessary libraries - now the only unresolved symbols are from netlib 1999-04-27 17:27:28 +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 363def7a19 attempt to fix mail/news size issue 1999-04-26 21:52:26 +00:00
alecf%netscape.com ed193a363f add new data sources to the factory 1999-04-26 21:29:44 +00:00
jdunn%netscape.com 444d30a864 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 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
mcafee%netscape.com d9e63ee4a0 XP way of specifying libz 1999-04-07 03:47:27 +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
alecf%netscape.com 09e0f265cb remove dependancy on libxp so we can track this with ldd -r 1999-04-06 22:30:20 +00:00
alecf%netscape.com 5f172faeca resolve undefined symbols and fix library dependancies 1999-04-06 04:37:50 +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
mscott%netscape.com c9e0d5940e Part of my mailnews reduce disk footprint cleanup effort. No longer need to link against xplib. 1999-04-04 22:09:04 +00:00
mscott%netscape.com ef1f34e264 Part of my mailnews reduce disk footprint cleanup effort. We no longer need to link against xplib. 1999-04-04 22:00:06 +00:00
mscott%netscape.com 5d41e67886 We now need to link with msgcorutil since we are no longer linking with msgdb.lib directly (which is where we were getting it before). This fixes the unresolved symbols problem when loading this library. 1999-04-04 20:22:28 +00:00
bienvenu%netscape.com f4c3ca6058 make msgdb a dll 1999-04-04 17:48:16 +00:00
putterman%netscape.com d58487c55f fixed freeing mismatched memory error. 1999-03-30 02:24:18 +00:00
mscott%netscape.com bbea1244ed Don't link with nntp.lib. news now builds as a stand alone component. 1999-03-26 01:13:55 +00:00
mscott%netscape.com eeb87cecf0 News now builds as a standalone component. Don't link with nntp.lib. 1999-03-26 01:07:20 +00:00
briano%netscape.com 1533030ed0 Made the static library in this directory depend on the same 'extra stuff' as the shared library. 1999-03-25 21:32:26 +00:00
mscott%netscape.com a4e6177e7d Remove NODEPEND. 1999-03-25 04:05:08 +00:00
ducarroz%netscape.com 8ecc4e7b22 First Checked In. 1999-03-24 21:49:55 +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
putterman%netscape.com 8fa6302395 remove msgdb dependency. 1999-03-23 23:21:45 +00:00
alecf%netscape.com 632e38ff4e fix libraries to link against 1999-03-20 02:15:38 +00:00
alecf%netscape.com e8a56f90c4 duh, need to link against both component AND dll 1999-03-20 01:04:40 +00:00
alecf%netscape.com 6084cbbc2c link against utility library rather than component 1999-03-20 00:47:02 +00:00
leaf%mozilla.org 4ad9f70d5d Landing nspr library name change, and plevent function call change. 1999-03-17 21:32:03 +00:00
alecf%netscape.com 61204aa2a1 remove more undefined symbols by linking against more libraries 1999-03-13 01:06:27 +00:00
bienvenu%netscape.com 0f4e1f431e mork landing 1999-03-12 20:16:40 +00:00
alecf%netscape.com b55e70fd90 now link libnntp directly into base, so we can do dogfood 1999-03-12 20:05:16 +00:00
putterman%netscape.com af5f9f7e76 link with msgdb and rdfutil. 1999-03-12 13:14:57 +00:00
putterman%netscape.com 3699a9b8b2 Gets dependencies correct 1999-03-11 19:50:01 +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
mscott%netscape.com 4588e008aa Install DLL in components directory as part of dp's changes... 1999-03-07 21:54:46 +00:00
alecf%netscape.com 1aa8651e7a fix up autoregistration messenger bootstrap code 1999-03-06 01:29:31 +00:00
cyeh%netscape.com b27fdb082f fix pdb file generation so that the go into $(OBJDIR) and also
have more useful names other than "none.pdb". some cleanup remains.
1999-03-05 23:24:48 +00:00
alecf%netscape.com 57ecc8aa42 fully resolve all symbols and make the base mailnews library a component 1999-03-04 01:39:36 +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 91f232e33e Requires netlib. 1999-03-03 01:12:20 +00:00
mscott%netscape.com 304faab3b1 Add code to register a url listener manager. 1999-03-03 01:11:53 +00:00
alecf%netscape.com 483af170ba make unix build the entire base directory into one .so 1999-03-01 23:23:35 +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
putterman%netscape.com 53137a4208 Add msglocal.lib 1999-02-25 02:54:38 +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 38ac2283d3 remove msgcompose.lib 1999-02-10 20:10:39 +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
ducarroz%netscape.com 9c5d093528 Add class id for msgcompose and msgcompfields 1999-02-09 01:34:53 +00:00
ducarroz%netscape.com 4bfdb6fe36 add library compose.lib 1999-02-09 01:33:33 +00:00
mscott%netscape.com 2fc61a2597 Use new name for mailnews library..msgcore. 1999-02-01 22:11:19 +00:00
alecf%netscape.com ebcaf17042 slight change to meet new nsRepository API 1999-01-26 21:42:39 +00:00
alecf%netscape.com 911ad9485c Don't complain about Makefile 1998-12-21 22:16:01 +00:00
alecf%netscape.com 1f5e2a6a7b *** empty log message *** 1998-12-21 22:12:02 +00:00
mscott%netscape.com e94861c5f1 First checked in. 1998-12-21 21:13:57 +00:00