gecko-dev/xpcom/ds
scc%netscape.com 74b81724eb File Removed. 1999-10-22 21:02:15 +00:00
..
.cvsignore
MANIFEST remove "nsVariant.cpp" from the project, and "nsIVariant.h" from the MANIFEST, as per bug #16987, r=sfraser 1999-10-22 00:12:03 +00:00
MANIFEST_IDL xpild-ing nsIAtom. Now nsIAtom is xpcom compliant. 1999-08-21 07:07:00 +00:00
Makefile.in Remove references to nsVariant.cpp and nsIVariant.h. 1999-10-21 22:24:17 +00:00
bufferRoutines.h bugs 13038 and 14920; also improved comments. r=kmcclusk 1999-10-05 04:47:19 +00:00
makefile.win remove nsIVariant.h and nsVariant.cpp as per bug #16987 and changes already in for Unix (thanks brad) and Mac, r=danm 1999-10-22 01:33:03 +00:00
nsAVLTree.cpp freed tree nodes in nsAVLTree 1999-09-20 20:54:12 +00:00
nsAVLTree.h
nsArena.cpp got rid of |NS_IMPL_ISUPPORTS|, where possible, in favor of |NS_IMPL_ISUPPORTS0| or ...1 according to the specific use; got rid of |NS_DEFINE_IID| where possible, or where it should have been |NS_DEFINE_CID|; fixed bad implementations of |QueryInterface|, where possible. Built, tested apprunner, reviewed the changes with hyatt (since he was around to look) before checking in 1999-08-23 10:14:16 +00:00
nsArena.h
nsAtomTable.cpp Cleanup moz-decl-counter usage and fix NS_LOG_ADDREF usage 1999-10-08 20:41:19 +00:00
nsAtomTable.h xpild-ing nsIAtom. Now nsIAtom is xpcom compliant. 1999-08-21 07:07:00 +00:00
nsBuffer.cpp Use deadlock detecting nsAutoMonitors, etc., correctly. 1999-09-06 19:57:40 +00:00
nsBuffer.h
nsBufferPoolService.h
nsByteBuffer.cpp got rid of |NS_IMPL_ISUPPORTS|, where possible, in favor of |NS_IMPL_ISUPPORTS0| or ...1 according to the specific use; got rid of |NS_DEFINE_IID| where possible, or where it should have been |NS_DEFINE_CID|; fixed bad implementations of |QueryInterface|, where possible. Built, tested apprunner, reviewed the changes with hyatt (since he was around to look) before checking in 1999-08-23 10:14:16 +00:00
nsByteBuffer.h
nsCRT.cpp got rid of |NS_IMPL_ISUPPORTS|, where possible, in favor of |NS_IMPL_ISUPPORTS0| or ...1 according to the specific use; got rid of |NS_DEFINE_IID| where possible, or where it should have been |NS_DEFINE_CID|; fixed bad implementations of |QueryInterface|, where possible. Built, tested apprunner, reviewed the changes with hyatt (since he was around to look) before checking in 1999-08-23 10:14:16 +00:00
nsCRT.h Added nsIPipe.idl, replacing nsPipe2.h. Fixed up some nsPipe2.cpp problems. Fixed bug in nsSegmentedBuffer segment growth. Extended TestPipes test case to cover much much more. 1999-08-24 08:45:17 +00:00
nsConjoiningEnumerator.cpp got rid of |NS_IMPL_ISUPPORTS|, where possible, in favor of |NS_IMPL_ISUPPORTS0| or ...1 according to the specific use; got rid of |NS_DEFINE_IID| where possible, or where it should have been |NS_DEFINE_CID|; fixed bad implementations of |QueryInterface|, where possible. Built, tested apprunner, reviewed the changes with hyatt (since he was around to look) before checking in 1999-08-23 10:14:16 +00:00
nsCppSharedAllocator.h
nsDeque.cpp perf update and bug fix: a=chofmann r=buster 1999-09-30 04:03:49 +00:00
nsDeque.h perf update and bug fix: a=chofmann r=buster 1999-09-30 04:03:49 +00:00
nsEmptyEnumerator.cpp got rid of |NS_IMPL_ISUPPORTS|, where possible, in favor of |NS_IMPL_ISUPPORTS0| or ...1 according to the specific use; got rid of |NS_DEFINE_IID| where possible, or where it should have been |NS_DEFINE_CID|; fixed bad implementations of |QueryInterface|, where possible. Built, tested apprunner, reviewed the changes with hyatt (since he was around to look) before checking in 1999-08-23 10:14:16 +00:00
nsEnumeratorUtils.cpp got rid of |NS_IMPL_ISUPPORTS|, where possible, in favor of |NS_IMPL_ISUPPORTS0| or ...1 according to the specific use; got rid of |NS_DEFINE_IID| where possible, or where it should have been |NS_DEFINE_CID|; fixed bad implementations of |QueryInterface|, where possible. Built, tested apprunner, reviewed the changes with hyatt (since he was around to look) before checking in 1999-08-23 10:14:16 +00:00
nsEnumeratorUtils.h
nsHashtable.cpp Make nsSupportsHashtable not crash when you try to Get or Remove an item 1999-09-02 07:01:53 +00:00
nsHashtable.h
nsHashtableEnumerator.cpp got rid of |NS_IMPL_ISUPPORTS|, where possible, in favor of |NS_IMPL_ISUPPORTS0| or ...1 according to the specific use; got rid of |NS_DEFINE_IID| where possible, or where it should have been |NS_DEFINE_CID|; fixed bad implementations of |QueryInterface|, where possible. Built, tested apprunner, reviewed the changes with hyatt (since he was around to look) before checking in 1999-08-23 10:14:16 +00:00
nsHashtableEnumerator.h
nsIArena.h
nsIAtom.idl Allow atom table to be purged during shtudown 1999-09-30 21:40:00 +00:00
nsIBuffer.h
nsIByteBuffer.h
nsICollection.idl Added QueryElementAt() which combines GetElementAt() and QueryInterface(). Rationale: combining operations saves a call to AddRef/Release, since it's done by QI. Approved by dp. 1999-09-16 21:29:22 +00:00
nsIEnumerator.idl case correction, scriptability and deprecative comment for nsIEnumerator (r=waterson,brendan) 1999-10-14 23:52:59 +00:00
nsIObserver.idl Remove definition of NS_DECL_IOBSERVER and SERVICE and replace uses with xpidl-generated NS_DECL_NSIOBSERVER macro. 1999-08-22 09:18:49 +00:00
nsIObserverList.h
nsIObserverService.idl Remove definition of NS_DECL_IOBSERVER and SERVICE and replace uses with xpidl-generated NS_DECL_NSIOBSERVER macro. 1999-08-22 09:18:49 +00:00
nsIPageManager.h
nsIProperties.h Fixing warnings. 1999-08-30 21:59:42 +00:00
nsISimpleEnumerator.h
nsISizeOfHandler.h Reworked sizeof api's to be much more useful; updated implementations to match 1999-08-31 03:04:37 +00:00
nsISupportsArray.idl
nsISupportsPrimitives.idl adding a comment referencing a bug number for why this was done the way it was 1999-08-20 22:45:30 +00:00
nsIUnicharBuffer.h
nsInt64.h
nsObserver.cpp got rid of |NS_IMPL_ISUPPORTS|, where possible, in favor of |NS_IMPL_ISUPPORTS0| or ...1 according to the specific use; got rid of |NS_DEFINE_IID| where possible, or where it should have been |NS_DEFINE_CID|; fixed bad implementations of |QueryInterface|, where possible. Built, tested apprunner, reviewed the changes with hyatt (since he was around to look) before checking in 1999-08-23 10:14:16 +00:00
nsObserver.h Remove definition of NS_DECL_IOBSERVER and SERVICE and replace uses with xpidl-generated NS_DECL_NSIOBSERVER macro. 1999-08-22 09:18:49 +00:00
nsObserverList.cpp Reorderd member initializers to remove silly warnings. 1999-09-12 12:02:03 +00:00
nsObserverList.h
nsObserverService.cpp Use nsAutoString to save time 1999-09-02 18:03:30 +00:00
nsObserverService.h Remove definition of NS_DECL_IOBSERVER and SERVICE and replace uses with xpidl-generated NS_DECL_NSIOBSERVER macro. 1999-08-22 09:18:49 +00:00
nsPageMgr.cpp Explicitly include <malloc.h> 1999-09-12 12:04:43 +00:00
nsPageMgr.h
nsProperties.cpp fixed mismatched free in nsProperties 1999-09-20 20:54:16 +00:00
nsProperties.h Fixing warnings. 1999-08-30 21:59:42 +00:00
nsQuickSort.cpp
nsQuickSort.h
nsSizeOfHandler.cpp Cleanup moz-decl-counter usage and fix NS_LOG_ADDREF usage 1999-10-08 20:41:19 +00:00
nsStr.cpp fixed leak using patch from beard; verified in purify. r=rgess; bug=15751 1999-10-07 07:22:57 +00:00
nsStr.h updated FAQ section of nsString documentation 1999-10-16 18:45:18 +00:00
nsString.cpp bugs 13038 and 14920; also improved comments. r=kmcclusk 1999-10-05 04:47:19 +00:00
nsString.h bugs 13038 and 14920; also improved comments. r=kmcclusk 1999-10-05 04:47:19 +00:00
nsString2.cpp bugs 13038 and 14920; also improved comments. r=kmcclusk 1999-10-05 04:47:19 +00:00
nsString2.h bugs 13038 and 14920; also improved comments. r=kmcclusk 1999-10-05 04:47:19 +00:00
nsStringTokenizer.cpp
nsStringTokenizer.h
nsSupportsArray.cpp add string.h to fix build bustage 1999-09-06 19:04:09 +00:00
nsSupportsArray.h Added QueryElementAt() which combines GetElementAt() and QueryInterface(). Rationale: combining operations saves a call to AddRef/Release, since it's done by QI. Approved by dp. 1999-09-16 21:29:22 +00:00
nsSupportsArrayEnumerator.cpp got rid of |NS_IMPL_ISUPPORTS|, where possible, in favor of |NS_IMPL_ISUPPORTS0| or ...1 according to the specific use; got rid of |NS_DEFINE_IID| where possible, or where it should have been |NS_DEFINE_CID|; fixed bad implementations of |QueryInterface|, where possible. Built, tested apprunner, reviewed the changes with hyatt (since he was around to look) before checking in 1999-08-23 10:14:16 +00:00
nsSupportsArrayEnumerator.h Replace manual method declarations in implementations of xpcom/ interfaces with NS_DECL_NSIFOO. 1999-08-22 11:25:50 +00:00
nsSupportsPrimitives.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
nsSupportsPrimitives.h Replace manual method declarations in implementations of xpcom/ interfaces with NS_DECL_NSIFOO. 1999-08-22 11:25:50 +00:00
nsTextFormater.cpp fix utf converson bug 1999-09-22 03:20:21 +00:00
nsTextFormater.h add new classes 1999-09-15 20:37:42 +00:00
nsTime.h
nsUnicharBuffer.cpp got rid of |NS_IMPL_ISUPPORTS|, where possible, in favor of |NS_IMPL_ISUPPORTS0| or ...1 according to the specific use; got rid of |NS_DEFINE_IID| where possible, or where it should have been |NS_DEFINE_CID|; fixed bad implementations of |QueryInterface|, where possible. Built, tested apprunner, reviewed the changes with hyatt (since he was around to look) before checking in 1999-08-23 10:14:16 +00:00
nsUnicharBuffer.h
nsUnitConversion.h
nsVector.h
nsVoidArray.cpp Reworked sizeof api's to be much more useful; updated implementations to match 1999-08-31 03:04:37 +00:00
nsVoidArray.h Reworked sizeof api's to be much more useful; updated implementations to match 1999-08-31 03:04:37 +00:00
nsXPIDLString.cpp Added operator = (const char*) as a convenience. always copies argument string. 1999-09-11 23:00:38 +00:00
nsXPIDLString.h Added operator = (const char*) as a convenience. always copies argument string. 1999-09-11 23:00:38 +00:00
plvector.c Oops. C++ comments in a C progam is not allowed. 1999-09-12 14:07:51 +00:00
plvector.h