gecko-dev/xpcom/ds
waterson%netscape.com 0a263a4690 Make CBufDescriptor const to avoid -pedantic bustage. 1999-09-02 08:02:57 +00:00
..
.cvsignore
MANIFEST removing nsIAtom.h. It is now a generated header. 1999-08-21 07:14:10 +00:00
MANIFEST_IDL xpild-ing nsIAtom. Now nsIAtom is xpcom compliant. 1999-08-21 07:07:00 +00:00
Makefile.in removing nsIAtom from export list. 1999-08-21 07:22:00 +00:00
bufferRoutines.h fixed compaction error 1999-07-30 02:22:37 +00:00
makefile.win Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people. 1999-09-01 00:54:34 +00:00
nsAVLTree.cpp
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 fix for bug #10993, can't destroy an unitialized arena 1999-08-10 23:24:21 +00:00
nsAtomTable.cpp Reworked sizeof api's to be much more useful; updated implementations to match 1999-08-31 03:04:37 +00:00
nsAtomTable.h xpild-ing nsIAtom. Now nsIAtom is xpcom compliant. 1999-08-21 07:07:00 +00:00
nsBuffer.cpp 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
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 the fix is to |#include <new.h>|. I tested on several versions of SunOS with different compilers, linux, and Mac. Uncommenting the problematic code. 1999-07-23 01:18:49 +00:00
nsDeque.cpp removed old debug code 1999-07-25 17:18:41 +00:00
nsDeque.h
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 adding enumeration of CLSIDs and ProgIDs using code from Robert Ginda <rginda@ix.netcom.com> 1999-08-09 05:02:25 +00:00
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 Adding nsHashtableEnumerator from Rob Ginda, rginda@ix.netcom.com. This is used to create an nsIEnumerator object from a hashtable. When some object has a hashtable as an implementation detail it can use this to expose the data in the table as an enumeration. This is used by the soon-to-be-checkedin systems for enumerating interface and class ids that will be reflected into JavaScript. 1999-08-04 02:24:34 +00:00
nsIArena.h
nsIAtom.idl Reworked sizeof api's to be much more useful; updated implementations to match 1999-08-31 03:04:37 +00:00
nsIBuffer.h
nsIByteBuffer.h
nsICollection.idl
nsIEnumerator.idl
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
nsIVariant.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 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
nsObserverList.h
nsObserverService.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
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 bug#11902 Changes for page manager for openVMS. Thanks to Colin Blake <colin@theblakes.com> 1999-08-25 05:41:53 +00:00
nsPageMgr.h Reduced max page count. 1999-08-13 03:31:56 +00:00
nsProperties.cpp Fixing warnings. 1999-08-30 21:59:42 +00:00
nsProperties.h Fixing warnings. 1999-08-30 21:59:42 +00:00
nsQuickSort.cpp
nsQuickSort.h
nsSizeOfHandler.cpp Reworked sizeof api's to be much more useful; updated implementations to match 1999-08-31 03:04:37 +00:00
nsStr.cpp improved docs, bug fixes, removed outdated APIs 1999-08-30 06:55:13 +00:00
nsStr.h another tiny tweak to docs 1999-09-02 07:13:56 +00:00
nsString.cpp better docs and finally got rid of deprecated API's 1999-09-02 07:04:59 +00:00
nsString.h better docs and finally got rid of deprecated API's 1999-09-02 07:04:59 +00:00
nsString2.cpp Make CBufDescriptor const to avoid -pedantic bustage. 1999-09-02 08:02:57 +00:00
nsString2.h Make CBufDescriptor const to avoid -pedantic bustage. 1999-09-02 08:02:57 +00:00
nsStringTokenizer.cpp
nsStringTokenizer.h
nsSupportsArray.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
nsSupportsArray.h
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 Massive spankage to capitalize C++ method and attribute name bindings, per 1999-08-25 05:26:25 +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
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
nsVariant.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
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
nsXPIDLString.h Clean up comments; no more delete[]. 1999-08-29 19:38:41 +00:00
plvector.c
plvector.h