gecko-dev/xpcom/ds
pinkerton%netscape.com 7638e305fb added GetIID() method. 1999-04-30 08:59:11 +00:00
..
bufferRoutines.h completed the backout 1999-04-25 03:50:10 +00:00
nsArena.cpp Old patches for non-virtual vs virtual destructors (approved by Troy) 1999-04-25 04:57:38 +00:00
nsAtomTable.cpp Old patches for non-virtual vs virtual destructors (approved by Troy) 1999-04-25 04:57:38 +00:00
nsBTree.cpp
nsBTree.h
nsByteBuffer.cpp Old patches for non-virtual vs virtual destructors (approved by Troy) 1999-04-25 04:57:38 +00:00
nsCRT.cpp Fixed bug in strncasecmp as reported by Eric Burley <ericb@neoplanet.com>; while I was there I removed a compiler warning too 1999-04-27 22:20:52 +00:00
nsCRT.h Added nsCRT::free methods. 1999-04-22 04:25:17 +00:00
nsConjoiningEnumerator.cpp tweak 1999-03-11 11:01:16 +00:00
nsDeque.cpp fixed mail/news crash and bug 4606 1999-04-07 21:05:19 +00:00
nsDeque.h fixed bug in deque::pushfront 1999-03-31 08:42:06 +00:00
nsEmptyEnumerator.cpp Added nsISimpleEnumerator as Phase I of the great enumerator unification. Added misc files for XPConnect. Details in RDF_19990422_BRANCH. 1999-04-24 02:38:54 +00:00
nsEnumeratorUtils.cpp Added nsISimpleEnumerator as Phase I of the great enumerator unification. Added misc files for XPConnect. Details in RDF_19990422_BRANCH. 1999-04-24 02:38:54 +00:00
nsEnumeratorUtils.h Added nsISimpleEnumerator as Phase I of the great enumerator unification. Added misc files for XPConnect. Details in RDF_19990422_BRANCH. 1999-04-24 02:38:54 +00:00
nsHashtable.cpp Thread Safe nsHashtable (on demand only) 1999-03-30 08:15:39 +00:00
nsHashtable.h Made instance variables protected so that we can subclass. 1999-04-16 18:16:21 +00:00
nsIArena.h added GetIID() method. 1999-04-30 08:59:11 +00:00
nsIAtom.h rename |IID()| --> |GetIID()| 1999-03-03 19:48:57 +00:00
nsIByteBuffer.h Added NS_IMETHOD decls. 1999-04-22 04:17:21 +00:00
nsICollection.h Fixed comment. 1999-04-13 18:26:53 +00:00
nsICollection.idl add nsIEnumerator interface, and fix nsICollection interface to use long not int 1999-02-26 17:57:34 +00:00
nsIEnumerator.h Added nsISimpleEnumerator as Phase I of the great enumerator unification. Added misc files for XPConnect. Details in RDF_19990422_BRANCH. 1999-04-24 02:38:54 +00:00
nsIEnumerator.idl
nsIObserver.h Warning elimination (remove extra ; ) 1999-04-15 19:54:27 +00:00
nsIObserverList.h Remove errant semicolons. 1999-04-27 04:04:24 +00:00
nsIObserverService.h implemented wrapper funtions to make GetObserverList private. 1999-04-20 14:50:47 +00:00
nsIProperties.h Started factoring nsIPersistentProperties from nsIProperties. 1999-04-22 07:32:51 +00:00
nsISimpleEnumerator.h Added nsISimpleEnumerator.h as a dummy file so that XPIDL that uses it won't break. 1999-04-26 17:31:57 +00:00
nsISizeOfHandler.h
nsIString.h Fixed some syntax errors that I found when I actually tried to compile. 1999-03-23 01:46:12 +00:00
nsISupportsArray.h rename |IID()| --> |GetIID()| 1999-03-03 19:48:57 +00:00
nsIUnicharBuffer.h
nsIVariant.h Removing a spurious comma, fixing AIX and HP-UX build bustage. I don't see why this code should've compiled for anyone. 1999-04-23 04:15:50 +00:00
nsInt64.h
nsObserver.cpp initial checkin for ObserverService api 1999-04-06 20:54:09 +00:00
nsObserver.h Old patches for non-virtual vs virtual destructors (approved by Troy) 1999-04-25 04:57:38 +00:00
nsObserverList.cpp checking for null mObserverList 1999-04-21 19:36:41 +00:00
nsObserverList.h Old patches for non-virtual vs virtual destructors (approved by Troy) 1999-04-25 04:57:38 +00:00
nsObserverService.cpp Old patches for non-virtual vs virtual destructors (approved by Troy) 1999-04-25 04:57:38 +00:00
nsObserverService.h initial checkin for ObserverService api 1999-04-06 20:54:09 +00:00
nsProperties.cpp Was using the wrong IID to implement nsISupports. Fixed. 1999-04-28 01:43:51 +00:00
nsProperties.h Started factoring nsIPersistentProperties from nsIProperties. 1999-04-22 07:32:51 +00:00
nsQuickSort.cpp Rolled out change 1999-04-13 23:25:38 +00:00
nsQuickSort.h sorry, size_t != unsigned int, made declarations consistent to fix later link errors. 1999-04-14 04:19:42 +00:00
nsRBTree.cpp
nsRBTree.h
nsSizeOfHandler.cpp Old patches for non-virtual vs virtual destructors (approved by Troy) 1999-04-25 04:57:38 +00:00
nsStr.cpp backing out string changes until I can get it right 1999-04-25 03:10:44 +00:00
nsStr.h removed warnings 1999-04-26 23:43:40 +00:00
nsString.cpp completed the backout 1999-04-25 03:50:10 +00:00
nsString.h completed the backout 1999-04-25 03:50:10 +00:00
nsString2.cpp completed the backout 1999-04-25 03:50:10 +00:00
nsString2.h backing out string changes until I can get it right 1999-04-25 03:10:44 +00:00
nsStringImpl.cpp Initial revision. Not currently in the build. 1999-03-23 01:46:44 +00:00
nsSupportsArray.cpp Patch for unsigned vs signed warnings. Thanks to <bruce@cybersight.com> 1999-03-21 19:26:32 +00:00
nsSupportsArray.h Backed out change to nsISupportsArray::AppendElement() and RemoveElement(); they now return PRBool's like they used to. 1999-04-14 23:06:22 +00:00
nsSupportsArrayEnumerator.cpp Fixed First method to return error. 1999-03-05 05:48:21 +00:00
nsSupportsArrayEnumerator.h
nsTime.h
nsUnicharBuffer.cpp Old patches for non-virtual vs virtual destructors (approved by Troy) 1999-04-25 04:57:38 +00:00
nsUnitConversion.h
nsVariant.cpp Backing out change .. breaks build globally. Guess it is better to just have a broken HP-UX for now. 1999-04-28 01:24:06 +00:00
nsVector.h
nsVoidArray.cpp
nsVoidArray.h
nsXPIDLString.cpp Landed RDF_19990326_BRANCH, scriptability changes. 1999-03-29 19:52:54 +00:00
nsXPIDLString.h Fix typos and other comment nits. 1999-04-28 00:38:49 +00:00
plvector.c
plvector.h