gecko-dev/xpcom/ds
seawood%netscape.com 33ab7a9398 Add win32 support to xpcom Makefile.ins
Bug #58981 r=bryner
2001-12-09 07:05:12 +00:00
..
.cvsignore
MANIFEST add support for nsIVariant and nsIPropertyBag. bug 44675 and bug 98209. sr=vidur r=dbradley 2001-10-31 23:35:07 +00:00
MANIFEST_IDL Removing nsIStopwatch.idl, which was never really part of the build. b=107510 r=jag sr=waterson 2001-11-03 05:26:55 +00:00
Makefile.in Add win32 support to xpcom Makefile.ins 2001-12-09 07:05:12 +00:00
makefile.win Rename 'install' build phase to 'libs'. 2001-11-21 09:49:41 +00:00
nsAVLTree.cpp
nsAVLTree.h
nsArena.cpp
nsArena.h
nsAtomService.cpp Reduce the performance cost of (threadsafely) refcounting many atoms by creating a second implementation of nsIAtom (derived from the first) that does not refcount and gets destroyed at XPCOM shutdown. Normal atoms are converted to permanent ones without loss of pointer identity when a permanent atom is requested and a normal one already exists. b=92141 r=waterson sr=brendan 2001-10-20 23:19:07 +00:00
nsAtomService.h
nsAtomTable.cpp Fixing blocker bug 106527 (as part of bug 69468), allow creation of atoms for empty strings but don't crash when creating atoms for strings that have no internal buffer. r=dbaron@netscape.com, sr=brendan@mozilla.org 2001-10-24 23:36:58 +00:00
nsAtomTable.h Reduce the performance cost of (threadsafely) refcounting many atoms by creating a second implementation of nsIAtom (derived from the first) that does not refcount and gets destroyed at XPCOM shutdown. Normal atoms are converted to permanent ones without loss of pointer identity when a permanent atom is requested and a normal one already exists. b=92141 r=waterson sr=brendan 2001-10-20 23:19:07 +00:00
nsBufferPoolService.h
nsByteBuffer.cpp
nsByteBuffer.h
nsCRT.cpp remove all unicharutil dependencies from xpcom (finally!) 2001-11-01 22:40:03 +00:00
nsCRT.h remove all unicharutil dependencies from xpcom (finally!) 2001-11-01 22:40:03 +00:00
nsConjoiningEnumerator.cpp
nsCppSharedAllocator.h
nsDeque.cpp Hmm, let's try that spelling correction again 2001-12-08 06:59:49 +00:00
nsDeque.h Hmm, let's try that spelling correction again 2001-12-08 06:59:49 +00:00
nsEmptyEnumerator.cpp Replace static constructor of EmptyEnumeratorImpl with new/delete. b=68092 r=jag sr=waterson 2001-10-30 06:10:21 +00:00
nsEmptyEnumerator.h Replace static constructor of EmptyEnumeratorImpl with new/delete. b=68092 r=jag sr=waterson 2001-10-30 06:10:21 +00:00
nsEnumeratorUtils.cpp nsIObserver and nsIObserverService API freeze. r=rpotts@netscape.com, alecf@netscape.com. bug 99163 2001-10-19 20:52:59 +00:00
nsEnumeratorUtils.h
nsFixedSizeAllocator.cpp
nsFixedSizeAllocator.h augh, didn't mean to check these in 2001-12-02 23:17:11 +00:00
nsHashtable.cpp augh, didn't mean to check these in 2001-12-02 23:17:11 +00:00
nsHashtable.h augh, didn't mean to check these in 2001-12-02 23:17:11 +00:00
nsHashtableEnumerator.cpp Bugzilla Bug 110080 change !NS_SUCCEEDED(status) to NS_FAILED(status) 2001-11-19 06:45:00 +00:00
nsHashtableEnumerator.h
nsIArena.h
nsIAtom.idl Reduce the performance cost of (threadsafely) refcounting many atoms by creating a second implementation of nsIAtom (derived from the first) that does not refcount and gets destroyed at XPCOM shutdown. Normal atoms are converted to permanent ones without loss of pointer identity when a permanent atom is requested and a normal one already exists. b=92141 r=waterson sr=brendan 2001-10-20 23:19:07 +00:00
nsIAtomService.idl Reduce the performance cost of (threadsafely) refcounting many atoms by creating a second implementation of nsIAtom (derived from the first) that does not refcount and gets destroyed at XPCOM shutdown. Normal atoms are converted to permanent ones without loss of pointer identity when a permanent atom is requested and a normal one already exists. b=92141 r=waterson sr=brendan 2001-10-20 23:19:07 +00:00
nsIByteBuffer.h
nsICollection.idl backing out changes to 104172. r=ccarlen@netscape.com 2001-10-23 03:50:24 +00:00
nsIEnumerator.idl Moving nsISimpleEnumerator interface to new idl file. 99136, r=alecf@netscape.com sr=rpotts@netscape.com 2001-10-30 22:07:28 +00:00
nsIObserver.idl fixes spelling error in interface comment 2001-10-26 00:11:18 +00:00
nsIObserverService.idl fixing comment in idl. bug 111518 2001-11-23 15:11:37 +00:00
nsIPersistentProperties.h
nsIPersistentProperties2.idl fix for bug 110531, r=dougt, jag, sr=darin - moving ConverterInputStream into uconv, and changing the one in XPCOM into an UTF8-only converter 2001-12-04 01:10:43 +00:00
nsIProperties.idl
nsIPropertyBag.idl Moving nsISimpleEnumerator interface to new idl file. 99136, r=alecf@netscape.com sr=rpotts@netscape.com 2001-10-30 22:07:28 +00:00
nsISerializable.idl
nsISimpleEnumerator.idl not part of build 2001-10-30 02:11:57 +00:00
nsISizeOfHandler.h
nsISupportsArray.idl
nsISupportsIterators.idl
nsISupportsPrimitives.idl
nsITimelineService.idl NS_TIMELINE_MARK_FUNCTION1() and NS_TIMELINE_DISABLE. For timeline builds only. r/sr=sfraser 2001-11-27 00:54:57 +00:00
nsIUnicharBuffer.h
nsIVariant.idl fix Mac bustage (I hope). I think these names conflicted with other names 2001-11-01 01:15:53 +00:00
nsInt64.h
nsObserver.cpp nsIObserver and nsIObserverService API freeze. r=rpotts@netscape.com, alecf@netscape.com. bug 99163 2001-10-19 20:52:59 +00:00
nsObserver.h nsIObserver and nsIObserverService API freeze. r=rpotts@netscape.com, alecf@netscape.com. bug 99163 2001-10-19 20:52:59 +00:00
nsObserverList.cpp just removing some dead code that blake spotted, followup to bug 110226 2001-11-29 00:07:42 +00:00
nsObserverList.h Fixes bug 106313 (smoketest blocker). Allowing notification of weak references, regression caused by my nsIObserverService landing. sr=alecf@netscape.com. 2001-10-24 18:02:46 +00:00
nsObserverService.cpp 99163 - removing nsObserverService.h includes. Also fixing 106090, extra methods on nsObserverService. r=shaver@mozilla.org, sr=jband@netscape.com 2001-10-22 22:01:27 +00:00
nsObserverService.h 99163 - removing nsObserverService.h includes. Also fixing 106090, extra methods on nsObserverService. r=shaver@mozilla.org, sr=jband@netscape.com 2001-10-22 22:01:27 +00:00
nsPersistentProperties.cpp fix for bug 110531, r=dougt, jag, sr=darin - moving ConverterInputStream into uconv, and changing the one in XPCOM into an UTF8-only converter 2001-12-04 01:10:43 +00:00
nsPersistentProperties.h Fix massive numbers of threadsafety assertions by re-adding NS_INIT_ISUPPORTS, to make builds usable again. b=110531 sr=waterson 2001-12-04 05:26:46 +00:00
nsProperties.cpp
nsProperties.h
nsQuickSort.cpp
nsQuickSort.h Correcting the description of the third argument to NS_QuickSort. r=dbaron. 2001-11-01 22:21:34 +00:00
nsSizeOfHandler.cpp
nsStaticNameTable.cpp Backing out new code alecf accidentely checked in, fixing bustage. 2001-12-03 00:37:35 +00:00
nsStaticNameTable.h first part of fix for bug 112209, making nsStr private by switching nsStaticNameTable over to nsAFlatString. r=dbaron, sr=blake 2001-11-27 21:13:53 +00:00
nsStatistics.cpp
nsStatistics.h
nsSupportsArray.cpp backing out changes to 104172. r=ccarlen@netscape.com 2001-10-23 03:50:24 +00:00
nsSupportsArray.h
nsSupportsArrayEnumerator.cpp
nsSupportsArrayEnumerator.h
nsSupportsPrimitives.cpp
nsSupportsPrimitives.h
nsTextFormatter.cpp bug 102690 patch for float formatting cleanup from Daniele Nicolodi <daniele@grinta.net>, r=me, sr=jband 2001-12-07 01:50:31 +00:00
nsTextFormatter.h
nsTime.h
nsTimelineService.cpp bug 112470 Getting timeline ON for debug builds by default. 2001-12-04 21:14:21 +00:00
nsTimelineService.h
nsUnicharBuffer.cpp
nsUnicharBuffer.h
nsUnitConversion.h
nsVariant.cpp fixes Darwin mach-o bustage (r=jband) 2001-11-01 05:06:41 +00:00
nsVariant.h the HP compiler says that anonymous unions can't even have structs. So the union must be named. Fixing that bustage 2001-11-01 01:45:48 +00:00
nsVector.h
nsVoidArray.cpp Making debugging code be |#ifdef DEBUG|. b=91036 r=harishd sr=jst 2001-10-16 05:31:36 +00:00
nsVoidArray.h Making debugging code be |#ifdef DEBUG|. b=91036 r=harishd sr=jst 2001-10-16 05:31:36 +00:00
nsVoidBTree.cpp Making debugging code be |#ifdef DEBUG|. b=91036 r=harishd sr=jst 2001-10-16 05:31:36 +00:00
nsVoidBTree.h Making debugging code be |#ifdef DEBUG|. b=91036 r=harishd sr=jst 2001-10-16 05:31:36 +00:00
pldhash.c Add SetAlphaBounds, TABLE_SIZE, and MIN_ALPHA APIs (103990, r=dbaron, sr=waterson). 2001-10-16 05:40:27 +00:00
pldhash.h Add SetAlphaBounds, TABLE_SIZE, and MIN_ALPHA APIs (103990, r=dbaron, sr=waterson). 2001-10-16 05:40:27 +00:00
plvector.c
plvector.h