gecko-dev/mailnews/base/util
nhotta%netscape.com b5873913b7 Changed interface and implementation of nsIEntityConverter,
more entity support (before Latin1 only), added a string based interface. Bug fix 8865, r=ftang.
1999-10-18 22:33:14 +00:00
..
macbuild added files: mozilla/mailnews/base/util/nsMsgI18N.cpp 1999-10-12 05:21:21 +00:00
.cvsignore move files over from src into linkable library 1999-03-19 22:55:08 +00:00
Makefile.in fixed bug 15676 - Display problem in Subject header with non-ascii when Forwarding; decode the subject string based on character prior setting it to nsMsgComposeFields; move nsMsgI18N.h, nsMsgI18N.cpp from compose/src to base/util; r=rhp, nhotta 1999-10-12 05:18:27 +00:00
makefile.win fixed bug 15676 - Display problem in Subject header with non-ascii when Forwarding; decode the subject string based on character prior setting it to nsMsgComposeFields; move nsMsgI18N.h, nsMsgI18N.cpp from compose/src to base/util; r=rhp, nhotta 1999-10-12 05:18:27 +00:00
MANIFEST fixed bug 15676 - Display problem in Subject header with non-ascii when Forwarding; decode the subject string based on character prior setting it to nsMsgComposeFields; move nsMsgI18N.h, nsMsgI18N.cpp from compose/src to base/util; r=rhp, nhotta 1999-10-12 05:18:27 +00:00
nsLocalFolderSummarySpec.cpp Use ctor/dtor counter macros on non xpcom classes. reviewed by mscott. no bug. 1999-10-10 22:32:54 +00:00
nsLocalFolderSummarySpec.h Add NS_MSG_BASE to class declaration to help make base\util build as a dll on win32. 1999-05-18 23:55:39 +00:00
nsMessage.cpp Remove ctor/dtor counter macros I added before it was determined we shouldn't 1999-10-10 22:52:49 +00:00
nsMessage.h Implement init ins nsMessage. 1999-09-21 20:03:37 +00:00
nsMsgDBFolder.cpp check in work around for #10235 1999-09-20 02:12:28 +00:00
nsMsgDBFolder.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
nsMsgFolder.cpp fix warnings. following alecf's recommendations, remove the FindServerUsingURI() method from the nsIMsgAccountManager, remove CreateFolderInDatasource() from nsIMsgFolder, change several methods in nsMsgCopy to return nsresult, and have nsIMsgFolder ** as an outparam, use GetResource() instead of CreateFolderInDatasource(). use NS_SUCCEEDED() instead of comparing against NS_OK directly. 1999-10-18 20:42:06 +00:00
nsMsgFolder.h fix warnings. following alecf's recommendations, remove the FindServerUsingURI() method from the nsIMsgAccountManager, remove CreateFolderInDatasource() from nsIMsgFolder, change several methods in nsMsgCopy to return nsresult, and have nsIMsgFolder ** as an outparam, use GetResource() instead of CreateFolderInDatasource(). use NS_SUCCEEDED() instead of comparing against NS_OK directly. 1999-10-18 20:42:06 +00:00
nsMsgGroupRecord.cpp Use ctor/dtor counter macros on non xpcom classes. reviewed by mscott. no bug. 1999-10-10 22:32:54 +00:00
nsMsgGroupRecord.h Add NS_MSG_BASE to class declaration to help make base\util build as a dll on win32. 1999-05-18 23:55:39 +00:00
nsMsgI18N.cpp Changed interface and implementation of nsIEntityConverter, 1999-10-18 22:33:14 +00:00
nsMsgI18N.h fixed bug 15676 - Display problem in Subject header with non-ascii when Forwarding; decode the subject string based on character prior setting it to nsMsgComposeFields; move nsMsgI18N.h, nsMsgI18N.cpp from compose/src to base/util; r=rhp, nhotta 1999-10-12 05:18:27 +00:00
nsMsgIdentity.cpp depricate old SMTP API. 1999-09-20 06:50:21 +00:00
nsMsgIdentity.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
nsMsgIncomingServer.cpp fix for bug #14591, r=mscott. 1999-10-13 04:12:06 +00:00
nsMsgIncomingServer.h Bug #0000 --> (no bug necessary)....add a #ifdef guard around this header file 1999-10-05 05:53:31 +00:00
nsMsgKeySet.cpp Use ctor/dtor counter macros on non xpcom classes. reviewed by mscott. no bug. 1999-10-10 22:32:54 +00:00
nsMsgKeySet.h remove duplicate implementations of nsNewsSet. rename nsNewsSet to nsMsgKeySet. 1999-05-20 02:54:25 +00:00
nsMsgLineBuffer.cpp Use ctor/dtor counter macros on non xpcom classes. reviewed by mscott. no bug. 1999-10-10 22:32:54 +00:00
nsMsgLineBuffer.h fix for #9896. make nsMsgLineBuffer work for buffers that use CR, LF, and CRLF. (before, only CRLF and LF worked.) the mac uses CR, and we'd lose the last line of the newsrc file. 1999-07-24 18:15:19 +00:00
nsMsgMailNewsUrl.cpp Lowercased idl method names for scriptability. Cleaned up nsIURL interface. 1999-10-12 01:39:37 +00:00
nsMsgMailNewsUrl.h add folder loaded notifications 1999-09-15 00:59:03 +00:00
nsMsgProtocol.cpp Fix for bug # 10333. Made webshell a progress event sink as well so that now it redirects all progress messages from necko land to the appropriate docloader observer. The hack to delete strings which are being received in the status messages is a work around the current limitation of the proxy event code. When bug # 16273 is fixed that delete wont be necessary. In fixing this I also noticed that the nsFileTransport wasn't using the proxy events and was incorrectly firing status messages directly onto the UI thread. Fixed that as well. r=rpotts,warren 1999-10-13 10:24:12 +00:00
nsMsgProtocol.h Fix build breakage across the board!!!! 1999-09-12 06:28:20 +00:00
nsMsgTxn.cpp more on undowork -- adding base nsMsgTxn class for base undo object 1999-06-15 13:10:47 +00:00
nsMsgTxn.h more on undowork -- adding base nsMsgTxn class for base undo object 1999-06-15 13:10:47 +00:00
nsMsgUtils.cpp check for null before addreffing 1999-09-18 17:42:51 +00:00
nsMsgUtils.h add CreateStartupUrl() utility routine 1999-09-17 23:17:03 +00:00
nsNewsSummarySpec.cpp Use ctor/dtor counter macros on non xpcom classes. reviewed by mscott. no bug. 1999-10-10 22:32:54 +00:00
nsNewsSummarySpec.h Use ctor/dtor counter macros on non xpcom classes. reviewed by mscott. no bug. 1999-10-10 22:32:54 +00:00
nsUInt32Array.cpp Use ctor/dtor counter macros on non xpcom classes. reviewed by mscott. no bug. 1999-10-10 22:32:54 +00:00
nsUInt32Array.h Add NS_MSG_BASE to class declaration to help make base\util build as a dll on win32. 1999-05-18 23:55:39 +00:00