pjs/mailnews/news/src
mccabe%netscape.com 39e5fe6519 Fix to 7610. Modify xpidl compiler to add 'const' to the method signature for generated attribute setter methods for string, wstring and nsid attributes.
As this changed the generated interface signatures, I had to change all of the uses to avoid bustage.  Any corners of the browser that aren't built by default, or that I haven't discovered how to build, may be at risk of bustage if they use string or wstring attributes.  (This could mean blackwood; sorry, guys!)

Many thanks to Alec Flett (alecf@netscape.com) for preparing diffs for the mailnews portion of the signature changes; thanks also to Ariel Backenroth (arielb@rice.edu) and Mike Shaver (shaver@mozilla.org) for help with updating the tree with NS_DECL_NSIFOO macros; everwhere where one of these macros was used was one less place I had to manually add 'const'.

Also removed extraneous space from generated method signatures, leftover from Brendan's capitalization spam, and made 'const decl must be of type short or long' an error rather than just a warning.
1999-09-19 23:46:35 +00:00
..
.cvsignore Don't complain about Makefile 1998-12-21 22:16:01 +00:00
MANIFEST more changes for moving creation of objects to the component manager and the news factory. a few nsCOMPtr changes. stop checking nsCOMPtrs against nsnull 1999-06-03 18:09:54 +00:00
Makefile.in Remove unnecessary -D_BSD_SOURCE now that __STRICT_ANSI__ is set in <prinet.h> 1999-09-16 14:50:19 +00:00
makefile.win remove IGNORE_MANIFEST and remove LCFLAGS since we don't have any. 1999-06-07 21:19:08 +00:00
nntpCore.h code clean up. fix bug #8362, pop up server error message as alerts. since #7770 is fixed, remove the ifdefs. 1999-08-30 22:31:45 +00:00
nsNNTPArticleList.cpp fix for #14268. change all PR_ASSERT() to NS_ASSERTION(). PR_ASSERT() calls abort and that ain't cool. 1999-09-19 22:19:27 +00:00
nsNNTPArticleList.h spamming mailnews/news with NS_DECL_NSIFOO's, voucher mccabe 1999-09-09 07:44:24 +00:00
nsNNTPCategoryContainer.cpp more changes for moving creation of objects to the component manager and the news factory. a few nsCOMPtr changes. stop checking nsCOMPtrs against nsnull 1999-06-03 18:09:54 +00:00
nsNNTPCategoryContainer.h more changes for moving creation of objects to the component manager and the news factory. a few nsCOMPtr changes. stop checking nsCOMPtrs against nsnull 1999-06-03 18:09:54 +00:00
nsNNTPHost.cpp Fix to 7610. Modify xpidl compiler to add 'const' to the method signature for generated attribute setter methods for string, wstring and nsid attributes. 1999-09-19 23:46:35 +00:00
nsNNTPHost.h Fix to 7610. Modify xpidl compiler to add 'const' to the method signature for generated attribute setter methods for string, wstring and nsid attributes. 1999-09-19 23:46:35 +00:00
nsNNTPNewsgroup.cpp Fix to 7610. Modify xpidl compiler to add 'const' to the method signature for generated attribute setter methods for string, wstring and nsid attributes. 1999-09-19 23:46:35 +00:00
nsNNTPNewsgroup.h spamming mailnews/news with NS_DECL_NSIFOO's, voucher mccabe 1999-09-09 07:44:24 +00:00
nsNNTPNewsgroupList.cpp fix for #14268. change all PR_ASSERT() to NS_ASSERTION(). PR_ASSERT() calls abort and that ain't cool. 1999-09-19 22:19:27 +00:00
nsNNTPNewsgroupList.h spamming mailnews/news with NS_DECL_NSIFOO's, voucher mccabe 1999-09-09 07:44:24 +00:00
nsNNTPNewsgroupPost.cpp make the postMessageFile in the nsINNTPNewsgroupPost be a nsIFileSpec, instead 1999-09-15 21:29:30 +00:00
nsNNTPNewsgroupPost.h make the postMessageFile in the nsINNTPNewsgroupPost be a nsIFileSpec, instead 1999-09-15 21:29:30 +00:00
nsNNTPProtocol.cpp fix for #14268. change all PR_ASSERT() to NS_ASSERTION(). PR_ASSERT() calls abort and that ain't cool. 1999-09-19 22:19:27 +00:00
nsNNTPProtocol.h make the postMessageFile in the nsINNTPNewsgroupPost be a nsIFileSpec, instead 1999-09-15 21:29:30 +00:00
nsNewsFolder.cpp Fix to 7610. Modify xpidl compiler to add 'const' to the method signature for generated attribute setter methods for string, wstring and nsid attributes. 1999-09-19 23:46:35 +00:00
nsNewsFolder.h fix news to use folder cache 1999-09-17 20:13:22 +00:00
nsNewsMessage.cpp nsString(eOneByte) --> nsCString nsString(eTwoByte) --> nsString, nsString2 --> nsString changes 1999-08-24 00:52:36 +00:00
nsNewsMessage.h add newline to end of file 1999-04-26 22:31:42 +00:00
nsNewsUtils.cpp make the postMessageFile in the nsINNTPNewsgroupPost be a nsIFileSpec, instead 1999-09-15 21:29:30 +00:00
nsNewsUtils.h make the postMessageFile in the nsINNTPNewsgroupPost be a nsIFileSpec, instead 1999-09-15 21:29:30 +00:00
nsNntpIncomingServer.cpp fix for #14125 1999-09-17 06:38:51 +00:00
nsNntpIncomingServer.h do some clean up in preperation of migrating the fcc prefs. (for bug #10583) 1999-09-09 21:17:32 +00:00
nsNntpService.cpp implement mapping from server.type to IID 1999-09-17 23:59:51 +00:00
nsNntpService.h implement nsIMsgProtocolInfo in news 1999-09-13 23:53:33 +00:00
nsNntpUrl.cpp Fix to 7610. Modify xpidl compiler to add 'const' to the method signature for generated attribute setter methods for string, wstring and nsid attributes. 1999-09-19 23:46:35 +00:00
nsNntpUrl.h news url action work. Also added save message to disk implementation. 1999-09-12 05:11:16 +00:00