.. |
nomozalloc
|
Bug 604940: Add various things to GARBAGE. r=Mitch a=NPOTB
|
2010-10-19 17:19:37 -04:00 |
standalone
|
|
|
AutoRestore.h
|
|
|
BlockingResourceBase.cpp
|
|
|
BlockingResourceBase.h
|
|
|
CondVar.h
|
|
|
DeadlockDetector.cpp
|
|
|
DeadlockDetector.h
|
|
|
FileUtils.cpp
|
Bug 592422 - preallocate individual (non-block) cache files. r=jduell a=blocking-bN
|
2010-11-24 16:42:30 +01:00 |
FileUtils.h
|
Bug 598862, part 1: Add mozilla::ScopedClose to do just that to an fd. sr=bsmedberg
|
2010-11-08 20:48:59 -06:00 |
GenericFactory.cpp
|
|
|
GenericFactory.h
|
|
|
GenericModule.cpp
|
|
|
IntentionalCrash.h
|
Android bustage from bug 602891 part A, revision dc021bc9929f. getpid() required <unistd.h>
|
2010-11-17 18:14:11 -05:00 |
Makefile.in
|
Merge tracemonkey to mozilla-centra. a=blockers.
|
2010-11-17 13:55:14 -08:00 |
Monitor.h
|
|
|
Mutex.h
|
|
|
nsArrayEnumerator.cpp
|
|
|
nsArrayEnumerator.h
|
|
|
nsArrayUtils.cpp
|
|
|
nsArrayUtils.h
|
|
|
nsAutoLock.cpp
|
|
|
nsAutoLock.h
|
|
|
nsBaseHashtable.h
|
|
|
nsCategoryCache.cpp
|
Bug 594222 - Prevent RemoveObservers from being called more than once. r=dougt a=dougt
|
2010-09-07 18:22:00 -04:00 |
nsCategoryCache.h
|
Bug 594222 - Prevent RemoveObservers from being called more than once. r=dougt a=dougt
|
2010-09-07 18:22:00 -04:00 |
nsClassHashtable.h
|
Bug 577950 - Use a hashtable to speed up nsPrefBranch::RemoveObserver. r=bzbarsky, a2.0=jst
|
2010-07-16 14:10:01 -07:00 |
nsClassInfoImpl.cpp
|
|
|
nsCOMArray.cpp
|
|
|
nsCOMArray.h
|
|
|
nsComponentManagerUtils.cpp
|
|
|
nsComponentManagerUtils.h
|
|
|
nsCOMPtr.cpp
|
|
|
nsCOMPtr.h
|
|
|
nsCRTGlue.cpp
|
Bug 589807 - printf_stderr doesn't check if _dup call succeeded r,a=benjamin
|
2010-11-06 14:23:15 +00:00 |
nsCRTGlue.h
|
|
|
nsCycleCollectionParticipant.cpp
|
Bug 580096 - 'move the cycle collector off the main thread'. r=peterv+jst
|
2010-11-11 14:52:30 -08:00 |
nsCycleCollectionParticipant.h
|
Bug 580096 - 'move the cycle collector off the main thread'. r=peterv+jst
|
2010-11-11 14:52:30 -08:00 |
nsCycleCollectorUtils.cpp
|
Bug 580096 - 'move the cycle collector off the main thread'. r=peterv+jst
|
2010-11-11 14:52:30 -08:00 |
nsCycleCollectorUtils.h
|
Bug 580096 - 'move the cycle collector off the main thread'. r=peterv+jst
|
2010-11-11 14:52:30 -08:00 |
nsDataHashtable.h
|
|
|
nsDebug.h
|
Header changes for sixgill, annotations. bug 601129, r=jorendorff
|
2010-10-01 21:00:55 -07:00 |
nsDeque.cpp
|
|
|
nsDeque.h
|
|
|
nsEnumeratorUtils.cpp
|
|
|
nsEnumeratorUtils.h
|
|
|
nsGREGlue.cpp
|
Bug 569454 bad ownership model for allProperties in GRE_GetGREPathWithProperties, r+a=bsmedberg
|
2010-12-09 01:22:00 -08:00 |
nsHashKeys.h
|
Bug 606070 - warning C4244: 'return' : conversion from 'const PRUint64' to 'PLDHashNumber' in nsHashKeys.h r,a=bzbarsky
|
2010-11-06 14:53:37 +00:00 |
nsIClassInfoImpl.h
|
|
|
nsID.cpp
|
|
|
nsID.h
|
|
|
nsIInterfaceRequestorUtils.cpp
|
|
|
nsIInterfaceRequestorUtils.h
|
|
|
nsINIParser.cpp
|
|
|
nsINIParser.h
|
|
|
nsInterfaceHashtable.h
|
|
|
nsISupportsImpl.cpp
|
|
|
nsISupportsImpl.h
|
Bug 580096 - 'move the cycle collector off the main thread'. r=peterv+jst
|
2010-11-11 14:52:30 -08:00 |
nsISupportsUtils.h
|
|
|
nsIWeakReferenceUtils.h
|
Bug 625042 - nsIWeakReferenceUtils.h should include nsIWeakReference.h. r=bsmedberg a=jst
|
2011-01-19 12:13:54 +01:00 |
nsMemory.cpp
|
|
|
nsMemory.h
|
|
|
nsProxyRelease.cpp
|
|
|
nsProxyRelease.h
|
Bug 611639 - NS_ProxyRelease does not work for RefPtrs.
|
2010-11-16 01:08:57 +01:00 |
nsQuickSort.cpp
|
|
|
nsQuickSort.h
|
|
|
nsRefPtrHashtable.h
|
|
|
nsServiceManagerUtils.h
|
|
|
nsStringAPI.cpp
|
|
|
nsStringAPI.h
|
|
|
nsStringGlue.h
|
|
|
nsTArray-inl.h
|
Bug 550611: Make nsTArray optionally infallible. sr=bsmedberg a=blocking
|
2010-11-08 20:48:59 -06:00 |
nsTArray.cpp
|
Bug 550611: Make nsTArray optionally infallible. sr=bsmedberg a=blocking
|
2010-11-08 20:48:59 -06:00 |
nsTArray.h
|
Bug 622142 - nsTArray class depends on invalid unqualified lookup into dependent bases of class templates; r,a=bsmedberg
|
2011-01-12 16:37:20 -05:00 |
nsTextFormatter.cpp
|
Bug 323376 - nsTextFormatter::ssprintf adds extra '\0' to result; Patch by Steve Krulewitz, updated by Jonathan Protzenko; r=darin approval2.0=beltzner
|
2010-10-21 11:56:33 +01:00 |
nsTextFormatter.h
|
|
|
nsTHashtable.cpp
|
|
|
nsTHashtable.h
|
|
|
nsThreadIDs.h
|
Bug 580096 - 'move the cycle collector off the main thread'. r=peterv+jst
|
2010-11-11 14:52:30 -08:00 |
nsThreadUtils.cpp
|
Bug 580096 - 'move the cycle collector off the main thread'. r=peterv+jst
|
2010-11-11 14:52:30 -08:00 |
nsThreadUtils.h
|
Bug 580096 - 'move the cycle collector off the main thread'. r=peterv+jst
|
2010-11-11 14:52:30 -08:00 |
nsTObserverArray.cpp
|
|
|
nsTObserverArray.h
|
Move comment for nsTObserverArray near the start of the file, r=bz a=bz over IRC. DONTBUILD
|
2011-01-14 18:15:27 +01:00 |
nsTPriorityQueue.h
|
|
|
nsTPtrArray.h
|
Bug 550611: Make nsTArray optionally infallible. sr=bsmedberg a=blocking
|
2010-11-08 20:48:59 -06:00 |
nsTraceRefcnt.h
|
Bug 603844: Annotate some xlst classes with leak logging. r=sicking sr=dbaron
|
2010-12-02 11:15:48 -05:00 |
nsTWeakRef.h
|
|
|
nsVersionComparator.cpp
|
|
|
nsVersionComparator.h
|
|
|
nsVoidArray.cpp
|
|
|
nsVoidArray.h
|
|
|
nsWeakReference.cpp
|
|
|
nsWeakReference.h
|
Bug 625042 - nsIWeakReferenceUtils.h should include nsIWeakReference.h. r=bsmedberg a=jst
|
2011-01-19 12:13:54 +01:00 |
nsXPTCUtils.h
|
|
|
objs.mk
|
Bug 580096 - 'move the cycle collector off the main thread'. r=peterv+jst
|
2010-11-11 14:52:30 -08:00 |
pldhash.c
|
|
|
pldhash.h
|
|
|
SSE.cpp
|
Bug 585708 - Part 2: Move CPUID code out of SSE.h and into SSE.cpp. r,a2.0=dbaron
|
2010-12-16 10:42:52 -08:00 |
SSE.h
|
Bug 625629 - Don't define MMX in SSE.h since Microsoft compiler for x64 doesn't support MMX. r=jlebar a=bustage-fix
|
2011-01-18 14:08:47 +09:00 |
unused.cpp
|
|
|
unused.h
|
|
|