gecko-dev/xpcom/ds
1999-08-06 20:24:02 +00:00
..
.cvsignore add the cvsignorage again, and this time don't break the build. 1999-05-26 21:53:31 +00:00
bufferRoutines.h fixed compaction error 1999-07-30 02:22:37 +00:00
Makefile.in adding nsISupports wrappers for the primitive types including strings and nsIDs 1999-08-04 06:57:38 +00:00
makefile.win adding nsISupports wrappers for the primitive types including strings and nsIDs 1999-08-04 06:57:38 +00:00
MANIFEST adding nsISupports wrappers for the primitive types including strings and nsIDs 1999-08-04 06:57:38 +00:00
MANIFEST_IDL add nsISupportsArray.idl 1999-06-03 21:00:44 +00:00
nsArena.cpp Fully initialized arena so that it won't fail in destructor without first calling Init. 1999-07-28 08:27:38 +00:00
nsArena.h Fully initialized arena so that it won't fail in destructor without first calling Init. 1999-07-28 08:27:38 +00:00
nsAtomTable.cpp Landing xpcom20/21 branch. 1999-05-26 01:38:36 +00:00
nsAtomTable.h Added 1999-05-18 21:43:13 +00:00
nsAVLTree.cpp fix linux 1999-07-18 00:59:40 +00:00
nsAVLTree.h new file 1999-07-18 00:03:58 +00:00
nsBuffer.cpp Fix unitialized memory read. Thanks to Bruce Mitchener Jr. <bruce@cybersight.com> for making the purify log that I 1999-07-27 02:22:26 +00:00
nsBuffer.h Making buffers work better. Now out-of-memory is handled properly. 1999-06-19 22:23:18 +00:00
nsBufferPoolService.h Added 1999-05-18 21:43:13 +00:00
nsByteBuffer.cpp Landing xpcom20/21 branch. 1999-05-26 01:38:36 +00:00
nsByteBuffer.h Added 1999-05-18 21:43:13 +00:00
nsConjoiningEnumerator.cpp |nsISupports::GetIID()| --> |nsCOMTypeInfo<nsISupports>::GetIID()| 1999-06-29 21:01:31 +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
nsCRT.cpp use shared allocator 1999-07-22 18:23:02 +00:00
nsCRT.h uhh, unfixing mac NS_LINEBREAK macro - macro was right, mac console code was wrong... workaround for console prob being placed in nsGlobalWindow.cpp 1999-08-03 12:42:19 +00:00
nsDeque.cpp removed old debug code 1999-07-25 17:18:41 +00:00
nsDeque.h perf. improvement to deque 1999-07-16 17:31:00 +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 constructor functions for nsEnumeratorUtils. 1999-06-25 01:38:33 +00:00
nsEnumeratorUtils.h Added constructor functions for nsEnumeratorUtils. 1999-06-25 01:38:33 +00:00
nsHashtable.cpp Adding RemoveAndDelete() to nsObjectHashtable 1999-08-02 23:55:03 +00:00
nsHashtable.h Adding RemoveAndDelete() to nsObjectHashtable 1999-08-02 23:55:03 +00:00
nsHashtableEnumerator.cpp 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
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 Adding progid and classname 1999-05-27 22:47:27 +00:00
nsIAtom.h Landing xpcom20/21 branch. 1999-05-26 01:38:36 +00:00
nsIBuffer.h Added nsIBufferObserver::OnWrite(...) 1999-07-12 06:25:38 +00:00
nsIByteBuffer.h Added |GetIID()| 1999-06-29 20:28:56 +00:00
nsICollection.idl Use PRUint32 instead of unsigned long. 1999-07-17 03:27:10 +00:00
nsIEnumerator.idl pare down to the idl files that really work. Some can be resurrected later. Many require interface changes with deeper implications. These are the base interfaces that we really need to have xpconnectable at this point 1999-05-07 00:17:58 +00:00
nsInt64.h
nsIObserver.idl Added nscore.h to nsrootidl.idl for PRUnichar. 1999-06-09 03:19:10 +00:00
nsIObserverList.h Landing xpcom20/21 branch. 1999-05-26 01:38:36 +00:00
nsIObserverService.idl XPIDL-ifying nsIOberver/nsIObserverService 1999-05-29 01:30:27 +00:00
nsIPageManager.h Adding progid and classname 1999-05-27 22:47:27 +00:00
nsIProperties.h Added enumeration service to PersistentProperties which returns an enumeration of 1999-06-11 02:20:36 +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 Landing xpcom20/21 branch. 1999-05-26 01:38:36 +00:00
nsISupportsArray.idl remove (unused) |operator=()| from |nsISupportsArray| 1999-07-15 04:48:32 +00:00
nsISupportsPrimitives.idl changes to nsISupportsPrimitives stuff... Add classes for float and double. Remove class for PRUnichar 'cuz it is too problematic as a type. Fix some capitalization. Add toString methods for more transparent use from JS 1999-08-06 09:42:12 +00:00
nsIUnicharBuffer.h Landing xpcom20/21 branch. 1999-05-26 01:38:36 +00:00
nsIVariant.h Modified my last change to avoid treating NTO the same as QNX, since they both define __QNX__. 1999-07-15 02:34:19 +00:00
nsObserver.cpp |nsISupports::GetIID()| --> |nsCOMTypeInfo<nsISupports>::GetIID()| 1999-06-29 21:01:31 +00:00
nsObserver.h XPIDL-ifying nsIObserver/nsIObserverService 1999-05-29 00:51:17 +00:00
nsObserverList.cpp Fixed leak in nsObserverList. Used nsObjectHashtable in service mgr implementation. 1999-07-30 07:58:55 +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 Fixed leak in nsObserverList. Used nsObjectHashtable in service mgr implementation. 1999-07-30 07:58:55 +00:00
nsObserverService.h Fixed leak in nsObserverList. Used nsObjectHashtable in service mgr implementation. 1999-07-30 07:58:55 +00:00
nsPageMgr.cpp VMS changes from Colin Blake <colin@theblakes.com> 1999-07-31 19:39:23 +00:00
nsPageMgr.h BeOS changes 1999-06-29 10:27:58 +00:00
nsProperties.cpp Temporary set charset to utf-8 until the coverter for escape-unicode is 1999-08-06 20:24:02 +00:00
nsProperties.h Added enumeration service to PersistentProperties which returns an enumeration of 1999-06-11 02:20:36 +00:00
nsQuickSort.cpp fix signed/unsigned issues 1999-06-27 06:18:41 +00:00
nsQuickSort.h Renaming nsQuickSort to NS_QuickSort so it doesn't look like a class name. r=brendan@netscape.com 1999-05-10 06:47:04 +00:00
nsSizeOfHandler.cpp Landing xpcom20/21 branch. 1999-05-26 01:38:36 +00:00
nsStr.cpp odd 'n' ends 1999-07-25 17:21:34 +00:00
nsStr.h odd 'n' ends 1999-07-25 17:21:34 +00:00
nsString2.cpp Fixing ToNewUnicode(). Checking in for rickg. 1999-07-28 21:43:11 +00:00
nsString2.h added optional arg validation to improve safety 1999-07-25 17:21:14 +00:00
nsString.cpp narrowed the nsCString API's for safety 1999-07-25 17:20:37 +00:00
nsString.h narrowed the nsCString API's for safety 1999-07-25 17:20:37 +00:00
nsStringTokenizer.cpp improvements to stringtokenizer 1999-07-15 06:40:44 +00:00
nsStringTokenizer.h improvements to stringtokenizer 1999-07-15 06:40:44 +00:00
nsSupportsArray.cpp Avoid nonsense 0 <= uint32_typed_variable tests. 1999-07-17 03:28:41 +00:00
nsSupportsArray.h first cut at scriptifying nsISupportsArray - remove constness from all methods, add new XPCOM compatible methods and fix layout code to handle lack of const methods 1999-06-02 02:06:32 +00:00
nsSupportsArrayEnumerator.cpp |nsISupports::GetIID()| --> |nsCOMTypeInfo<nsISupports>::GetIID()| 1999-06-29 21:01:31 +00:00
nsSupportsArrayEnumerator.h Added export/import declaration (temporarily). 1999-02-24 09:55:44 +00:00
nsSupportsPrimitives.cpp changes to nsISupportsPrimitives stuff... Add classes for float and double. Remove class for PRUnichar 'cuz it is too problematic as a type. Fix some capitalization. Add toString methods for more transparent use from JS 1999-08-06 09:42:12 +00:00
nsSupportsPrimitives.h changes to nsISupportsPrimitives stuff... Add classes for float and double. Remove class for PRUnichar 'cuz it is too problematic as a type. Fix some capitalization. Add toString methods for more transparent use from JS 1999-08-06 09:42:12 +00:00
nsTime.h rename variable to avoid warnings on linux. 1999-07-01 03:59:55 +00:00
nsUnicharBuffer.cpp Landing xpcom20/21 branch. 1999-05-26 01:38:36 +00:00
nsUnicharBuffer.h Added 1999-05-18 21:43:13 +00:00
nsUnitConversion.h
nsVariant.cpp Landing xpcom20/21 branch. 1999-05-26 01:38:36 +00:00
nsVector.h Fix 5968 -- I got tired of seeing a bazillion warnings about the parameter index shadowing the globally defined string function 1999-06-10 20:18:17 +00:00
nsVoidArray.cpp missing [] on delete of internal array in operator=. 1999-05-26 21:13:29 +00:00
nsVoidArray.h Landing xpcom20/21 branch. 1999-05-26 01:38:36 +00:00
nsXPIDLString.cpp Fix build warnings. 1999-07-16 22:00:52 +00:00
nsXPIDLString.h Suppress unused parameter warnings. 1999-05-06 05:15:26 +00:00
plvector.c Moved plvector.c and plvector.h from mozilla/nsprpub/lib/ds 1998-11-09 20:10:21 +00:00
plvector.h Moved plvector.c and plvector.h from mozilla/nsprpub/lib/ds 1998-11-09 20:09:33 +00:00