Commit Graph

132 Commits

Author SHA1 Message Date
mscott%netscape.com
25c567a86d Export nsIListenerUrl.h and nsIUrlListenerManager.h 1999-03-03 01:03:27 +00:00
mscott%netscape.com
31cccfcf1d UrlListener interface and the interface for a generic url listener manager. Each of our url classes will have a url listener manager to handle the book keeping related to url listeners. 1999-03-03 01:02: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
mscott%netscape.com
f9fd062256 Experimenting with my first idl file. This interface will allow us to have the application (or the code that wants to run a url) to be a listener on that url. we'd like to see something like this get pushed into netlib. 1999-03-01 19:16:31 +00:00
putterman%netscape.com
ea8d94188a Pass in pointer to mServiceManager. 1999-02-27 07:27:45 +00:00
putterman%netscape.com
31d336b7e2 Compiles with RegisterComponent 1999-02-27 07:11:28 +00:00
alecf%netscape.com
b3709ef46b implement nsMessenger class 1999-02-27 03:14:40 +00:00
mscott%netscape.com
fe4238458a mailnews base requires DOM. 1999-02-27 03:09:16 +00:00
alecf%netscape.com
fbd846dbce add Interface implementation for JS stubs in messenger 1999-02-27 02:47:53 +00:00
alecf%netscape.com
6f4b821ca5 remove bogus headers 1999-02-27 02:42:26 +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
mscott%netscape.com
697f7718fc Fix build breakage remove nsIID.h and nsISupportUtils.h from all interfaces until we can figure out where these files come from. I know this is the wrong long term solution so I'm not even changing the idl files. 1999-02-26 03:59:33 +00:00
mscott%netscape.com
e5421e9043 nsFileSpec updates. 1999-02-26 03:58:26 +00:00
mscott%netscape.com
dfd9c8234a Fix build by exporting nsIMsg.h 1999-02-26 03:54:45 +00:00
alecf%netscape.com
9a9aae17fd rev the XPIDL-generated headers, and update API calls to match
includes dropping "const"ness from parameters
some nsString routines were converted back to char* for the time being.
also added nsIMsg.h, it seemed to be missing

Also many fixes to get Unix building again.
1999-02-26 01:56:15 +00:00
putterman%netscape.com
80388bd070 Added cached flag 1999-02-25 03:01:22 +00:00
putterman%netscape.com
869d1254f5 Added db for message counts 1999-02-25 02:56:13 +00:00
putterman%netscape.com
53137a4208 Add msglocal.lib 1999-02-25 02:54:38 +00:00
bienvenu%netscape.com
eda9a5672d add new constructor from file path to avoid multiple nativization problems 1999-02-25 02:09:07 +00:00
bienvenu%netscape.com
b245f83cac fix build bustage 1999-02-24 17:23:57 +00:00
warren%netscape.com
747c99adae Removed dead GetRoot code. 1999-02-24 10:54:03 +00:00
warren%netscape.com
e632efc190 Obsolete -- now in local/src/nsLocalMailFolder.[h/cpp] 1999-02-24 10:50:44 +00:00
warren%netscape.com
59a5c261e9 Reorganization. Changes for collections, enumerations, generic folders, file paths, etc. 1999-02-24 10:39:06 +00:00
mscott%netscape.com
dd0ad352fc Export nsIMsgMailNewsUrl.h 1999-02-24 02:27:44 +00:00
mscott%netscape.com
48294ee90c we inherit from the nsIURL interface... 1999-02-24 02:26:29 +00:00
mscott%netscape.com
1e8554e680 Export nsIMsgMailNewsUrl.h 1999-02-24 02:22:22 +00:00
mscott%netscape.com
f6fdadefa6 A base class for methods common to all of our mail and news protocol url interfaces. 1999-02-24 02:21:31 +00:00
mscott%netscape.com
1b2c074516 Fix build breakage.RemoveElement does not take two arguments.... 1999-02-23 20:03:33 +00:00
putterman%netscape.com
4ebf33d5d5 removed nsMsgLocalMailFolder so it can go in local directory. 1999-02-23 05:24:52 +00:00
alecf%netscape.com
0298e62f58 add this so XPIDL is happy 1999-02-23 01:39:55 +00:00
mscott%netscape.com
68a30e86fa Adding some more common includes --> including the repository, service manager, nsCRT.... 1999-02-23 00:54:02 +00:00
bienvenu%netscape.com
d70809da77 fix off by one error in line parsing code 1999-02-22 19:14:25 +00:00
alecf%netscape.com
8fee9617b2 MD5 implementation, thanks to mrsam@geocities.com 1999-02-19 02:12:44 +00:00
warren%netscape.com
350b2cd9a8 Updated to use nsRDFResource (is this file obsolete though)? 1999-02-17 21:57:15 +00:00
alecf%netscape.com
18358985ef fix for egcs 1.0.x multiple inheritance bug 1999-02-17 05:59:01 +00:00
warren%netscape.com
e69b078636 Scott Putterman's changes to make the folder pane work. 1999-02-17 05:32:08 +00:00
alecf%netscape.com
1c8af60f39 fix for egcs compiler bugs 1999-02-16 23:10:46 +00:00
alecf%netscape.com
bedd428c58 export nsMsgLineBuffer.h 1999-02-16 20:08:06 +00:00
bienvenu%netscape.com
24ff0846f8 add Reset method for byte array 1999-02-15 03:08:04 +00:00
bienvenu%netscape.com
1d21e06b68 override IID method 1999-02-14 19:16:49 +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
bienvenu%netscape.com
aecc49a9c6 change name of embedded handler routine 1999-02-13 01:09:37 +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
bienvenu%netscape.com
89b49bd113 add export of nsLocalFolderSummarySpec 1999-02-12 21:38:36 +00:00
bienvenu%netscape.com
9f63630e77 replace PR_ASSERT with NS_ASSERTION 1999-02-12 01:58:10 +00:00
bienvenu%netscape.com
ecc6b71db3 changes for getting local mail folder parsing to work 1999-02-11 07:09:26 +00:00
bienvenu%netscape.com
a27e524d3e add error for not a mail folder 1999-02-11 07:09:05 +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