Commit Graph

486 Commits

Author SHA1 Message Date
sspitzer%netscape.com
c9fd1ba862 silly printf for my benefit 1999-04-28 02:43:20 +00:00
alecf%netscape.com
70a6f45af1 many fixes:
- initialize mAccountManager during construction
- always create an NS_ISupportsArray for ArcLabelsOut
- handle case of unknown data source by creating an enumerator anyway
- free leaked value from RDF node
1999-04-28 02:02:08 +00:00
alecf%netscape.com
13607efec5 add implementation for AccountManager() method 1999-04-28 01:57:25 +00:00
alecf%netscape.com
a36238ddd0 don't forget to actually return the value! 1999-04-28 00:11:10 +00:00
ftang%netscape.com
2e97bf7dcc change S/GetDocumentCharacterSet method for nsIDocument interface. 1999-04-27 21:49:25 +00:00
hangas%netscape.com
f0ee5a0f84 Fixed file path bug on Mac. Was using incorrect constructor that broke when running on Mac. 1999-04-27 21:27:17 +00:00
putterman%netscape.com
dbf3f37765 Opening up a thread no longer crashes. 1999-04-27 20:59:02 +00:00
mscott%netscape.com
b1a5200840 Fix build breakage for alecf. 1999-04-27 20:27:45 +00:00
alecf%netscape.com
2b28b2a6ab fix this with ugly code that works real well. 1999-04-27 20:06:12 +00:00
alecf%netscape.com
fa616ed3cc fix casting problems by making nsIID a ref 1999-04-27 20:00:58 +00:00
alecf%netscape.com
ca8ad5b0c5 update AccountManager data source to use nsMsgRDFDataSource base class, so that we don't have to implement most methods
also start implementing GetTargets() for msgaccounts:/ to return all the servers and their respective root URIs
1999-04-27 18:39:36 +00:00
alecf%netscape.com
71c7a53e42 add new FindServersByHostname() method 1999-04-27 18:37:58 +00:00
alecf%netscape.com
4a3e754a85 add identity test to --enable-tests build 1999-04-27 18:36:15 +00:00
alecf%netscape.com
6ff195aef4 fix identity test to use updated API 1999-04-27 18:35:39 +00:00
alecf%netscape.com
383ae9c9b7 add new AccountManager() method to bring up account manager 1999-04-27 18:33:05 +00:00
alecf%netscape.com
43cc22ebca link against libreg so that this library can stand on it's own 1999-04-27 18:30:13 +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
bienvenu%netscape.com
2ef2fc6235 add option to create summary file specs automatically 1999-04-27 14:58:57 +00:00
waterson%netscape.com
be6b8bc2e7 Fixed problems with XPConnect objects. 1999-04-27 04:20:16 +00:00
alecf%netscape.com
8f51f3a77b remove stupid debugging comment 1999-04-27 03:11:37 +00:00
mscott%netscape.com
c8c1a023c3 Use MSG_LINEBREAK instead of LINEBREAK. 1999-04-27 03:06:34 +00:00
mscott%netscape.com
c78f083c4d Remove nsIMessenger.cpp from the list of .cpp files. There is no such file. 1999-04-27 02:55:00 +00:00
mscott%netscape.com
8d2d60a12a Add MSG_LINEBREAK and MSG_LINEBREAK_LEN for mailnews. We need to transition all mailnews use of LINEBREAK to these new macros. I'm leaving the old LINEBREAK definition in place so I don't have to update all files that use it at once. Why can't we use LINEBREAK? Because it is incorrectly defined on the Mac and due to situations outside of our control, we can't change the value of LINEBREAK on the Mac (because it is defined elsewhere and they need it defined incorrectly). So we're going to use these new values (MSG_LINEBREAK and MSG_LINEBREAK_LEN) instead. 1999-04-27 02:53:29 +00:00
hangas%netscape.com
a9e8c22319 Updated Mac Project file for DataSource files added to Windows makefile 1999-04-27 00:42:20 +00:00
ducarroz%netscape.com
01855c3b8e updated mac project 1999-04-26 22:57:32 +00:00
ducarroz%netscape.com
50276008ab update projects 1999-04-26 22:55:01 +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
2d974a158b remove nsIMessenger from Mac/Windows 1999-04-26 22:43:09 +00:00
alecf%netscape.com
3fcb73e0a5 remove nsIMessenger entirely 1999-04-26 22:42:41 +00:00
sspitzer%netscape.com
ebe314420d add newline to end of file 1999-04-26 22:31:42 +00:00
sspitzer%netscape.com
88bf38bebf make destructor virtual 1999-04-26 22:30:52 +00:00
alecf%netscape.com
d2d0194c11 fix fprintf problem (and make it only DEBUG_alecf) 1999-04-26 22:15:03 +00:00
putterman%netscape.com
bf7af54df4 Only return NS_OK if ptr is valid. 1999-04-26 22:02:48 +00:00
alecf%netscape.com
363def7a19 attempt to fix mail/news size issue 1999-04-26 21:52:26 +00:00
alecf%netscape.com
a791266e10 fix QueryInterface so we're actually returning the right value 1999-04-26 21:33:58 +00:00
alecf%netscape.com
8a3695f2ab switch to using nsCOMPtr and the new GetLocalPath() api instead of doing something server-type-specific 1999-04-26 21:32:47 +00:00
alecf%netscape.com
6839dfab08 call the service manager directly instead of storing a copy of it in a member variable 1999-04-26 21:31:57 +00:00
alecf%netscape.com
53b7fde541 goodbye, yellow brick stub.. 1999-04-26 21:31:22 +00:00
alecf%netscape.com
ed193a363f add new data sources to the factory 1999-04-26 21:29:44 +00:00
alecf%netscape.com
df281a2c2f add new data source to unix build 1999-04-26 21:28:43 +00:00
alecf%netscape.com
432acf359c add new datasources to the windows build 1999-04-26 21:28:21 +00:00
alecf%netscape.com
859e0c7604 remove nsIMessenger stub code from the build 1999-04-26 21:20:08 +00:00
alecf%netscape.com
43b60b2656 remove some unnecessary source files from the build (some of these data sources will eventually return) 1999-04-26 21:17:59 +00:00
alecf%netscape.com
9d1ac53280 removed files: mozilla/mailnews/base/src/nsIMessenger.cpp 1999-04-26 21:16:47 +00:00
alecf%netscape.com
f925982e9d remove references to stub nsIMessenger class 1999-04-26 19:03:36 +00:00
alecf%netscape.com
1d449a2481 oops, checked in the wrong file, backing this out (it's not ready yet) 1999-04-26 19:03:08 +00:00
alecf%netscape.com
bb5d4b10ea remove references to unnecessary nsIMessenger stub class 1999-04-26 19:00:54 +00:00
alecf%netscape.com
963baf27b9 rename the IDL attributes so it's more friendly to javascript, and use the new GetLocalPath method when upgrading mail.directory on POP 1999-04-26 18:40:48 +00:00
alecf%netscape.com
87ea48afdb add new GetServerURI() method for asking a server for the root RDF URI and make a generic GetLocalPath() for getting the local directory for this server. 1999-04-26 18:38:26 +00:00