.. |
standalone
|
Bug 473236 - Remove executable bit from files that don't need it. (Only changes file mode -- no code changes.) r=bsmedberg
|
2009-01-21 22:55:08 -08:00 |
Makefile.in
|
|
|
nsArrayEnumerator.cpp
|
|
|
nsArrayEnumerator.h
|
|
|
nsArrayUtils.cpp
|
|
|
nsArrayUtils.h
|
|
|
nsAutoLock.cpp
|
|
|
nsAutoLock.h
|
|
|
nsBaseHashtable.h
|
Bug 469072 - Annotations in XPCOM, and a couple related code fixups, to make outparams spit out useful warnings, r=bent
|
2008-12-11 15:13:52 -05:00 |
nsCategoryCache.cpp
|
|
|
nsCategoryCache.h
|
|
|
nsClassHashtable.h
|
|
|
nsCOMArray.cpp
|
|
|
nsCOMArray.h
|
|
|
nsComponentManagerUtils.cpp
|
|
|
nsComponentManagerUtils.h
|
|
|
nsCOMPtr.cpp
|
|
|
nsCOMPtr.h
|
Bug 469072 - Annotations in XPCOM, and a couple related code fixups, to make outparams spit out useful warnings, r=bent
|
2008-12-11 15:13:52 -05:00 |
nsCRTGlue.cpp
|
|
|
nsCRTGlue.h
|
|
|
nsCycleCollectionParticipant.cpp
|
|
|
nsCycleCollectionParticipant.h
|
|
|
nsDataHashtable.h
|
|
|
nsDebug.h
|
|
|
nsDeque.cpp
|
|
|
nsDeque.h
|
|
|
nsEnumeratorUtils.cpp
|
|
|
nsEnumeratorUtils.h
|
|
|
nsGenericFactory.cpp
|
Bug 469072 - Annotations in XPCOM, and a couple related code fixups, to make outparams spit out useful warnings, r=bent
|
2008-12-11 15:13:52 -05:00 |
nsGenericFactory.h
|
|
|
nsGREGlue.cpp
|
Bug 473236 - Remove executable bit from files that don't need it. (Only changes file mode -- no code changes.) r=bsmedberg
|
2009-01-21 22:55:08 -08:00 |
nsHashKeys.h
|
Bug 462593. Add nsPtrHashKey<T> to XPCOM. r=bsmedberg
|
2009-01-09 13:12:33 +13:00 |
nsIClassInfoImpl.h
|
Bug 469072 - Annotations in XPCOM, and a couple related code fixups, to make outparams spit out useful warnings, r=bent
|
2008-12-11 15:13:52 -05:00 |
nsID.cpp
|
|
|
nsID.h
|
|
|
nsIGenericFactory.h
|
Bug 469072 - Annotations in XPCOM, and a couple related code fixups, to make outparams spit out useful warnings, r=bent
|
2008-12-11 15:13:52 -05:00 |
nsIInterfaceRequestorUtils.cpp
|
|
|
nsIInterfaceRequestorUtils.h
|
|
|
nsINIParser.cpp
|
|
|
nsINIParser.h
|
|
|
nsInterfaceHashtable.h
|
|
|
nsISupportsImpl.cpp
|
|
|
nsISupportsImpl.h
|
|
|
nsISupportsUtils.h
|
|
|
nsIWeakReferenceUtils.h
|
|
|
nsMemory.cpp
|
|
|
nsMemory.h
|
|
|
nsProxyRelease.cpp
|
|
|
nsProxyRelease.h
|
|
|
nsQuickSort.cpp
|
|
|
nsQuickSort.h
|
|
|
nsRefPtrHashtable.h
|
|
|
nsServiceManagerUtils.h
|
|
|
nsStringAPI.cpp
|
Bug 466622. Replace nsCStringArray with nsTArray<nsCString> for more consistent code and fewer heap allocations. r+sr=roc,r=bsmedberg
|
2009-01-22 17:15:34 +13:00 |
nsStringAPI.h
|
Bug 466622. Replace nsCStringArray with nsTArray<nsCString> for more consistent code and fewer heap allocations. r+sr=roc,r=bsmedberg
|
2009-01-22 17:15:34 +13:00 |
nsStringGlue.h
|
|
|
nsTArray.cpp
|
|
|
nsTArray.h
|
Add nsTArray<E>::TruncateLength, which is like SetLength, except only allows shortening of the array. (Bug 191448) r=bsmedberg
|
2009-01-06 15:21:00 -08:00 |
nsTextFormatter.cpp
|
|
|
nsTextFormatter.h
|
|
|
nsTHashtable.cpp
|
|
|
nsTHashtable.h
|
|
|
nsThreadUtils.cpp
|
Bug 444918 - Crash when closing epiphany [@ NS_HasPendingEvents_P] ifndef MOZILLA_INTERNAL_API, r=bsmedberg
|
2009-01-04 10:59:17 -08:00 |
nsThreadUtils.h
|
|
|
nsTObserverArray.cpp
|
|
|
nsTObserverArray.h
|
|
|
nsTPtrArray.h
|
Bug 473236 - Remove executable bit from files that don't need it. (Only changes file mode -- no code changes.) r=bsmedberg
|
2009-01-21 22:55:08 -08:00 |
nsTraceRefcnt.h
|
|
|
nsTWeakRef.h
|
|
|
nsVersionComparator.cpp
|
Bug 473236 - Remove executable bit from files that don't need it. (Only changes file mode -- no code changes.) r=bsmedberg
|
2009-01-21 22:55:08 -08:00 |
nsVersionComparator.h
|
Bug 473236 - Remove executable bit from files that don't need it. (Only changes file mode -- no code changes.) r=bsmedberg
|
2009-01-21 22:55:08 -08:00 |
nsVoidArray.cpp
|
Bug 466622. Replace nsCStringArray with nsTArray<nsCString> for more consistent code and fewer heap allocations. r+sr=roc,r=bsmedberg
|
2009-01-22 17:15:34 +13:00 |
nsVoidArray.h
|
Bug 466622. Replace nsCStringArray with nsTArray<nsCString> for more consistent code and fewer heap allocations. r+sr=roc,r=bsmedberg
|
2009-01-22 17:15:34 +13:00 |
nsWeakReference.cpp
|
|
|
nsWeakReference.h
|
|
|
nsXPTCUtils.h
|
|
|
objs.mk
|
|
|
pldhash.c
|
Add ability to mark JSDHashTable/PLDHashTable as immutable and thus prevent RECURSION_LEVEL assertions from firing due to lookups racing on multiple threads. (Bug 469004) r=brendan,mrbkap
|
2009-01-10 08:28:16 -08:00 |
pldhash.h
|
Add ability to mark JSDHashTable/PLDHashTable as immutable and thus prevent RECURSION_LEVEL assertions from firing due to lookups racing on multiple threads. (Bug 469004) r=brendan,mrbkap
|
2009-01-10 08:28:16 -08:00 |