gecko/xpcom/base
2012-01-17 20:23:55 -08:00
..
AvailableMemoryTracker.cpp Bug 717092 - Rename pref 'low_physical_mem_threshold_mb' to 'low_physical_memory_threshold_mb', for consistency with the other low-memory prefs. r=njn 2012-01-11 11:11:32 -05:00
AvailableMemoryTracker.h Bug 712997 - Add correct tri-license headers to AvailableMemoryTracker.{cpp|h}. r=gerv 2011-12-22 09:54:00 -05:00
ClearOnShutdown.h Bug 711602 - Fix "ASSERTION: bad size recorded" with CloseOnShutdown. r=bsmedberg 2011-12-19 15:49:04 -05:00
dmd.h Bug 704400 - Implement --enable-dmd. r=khuey. 2011-12-08 19:09:36 -08:00
FunctionTimer.cpp
FunctionTimer.h
Makefile.in Bug 481815 - Provide a Windows service for silent updates. r=rstrong. 2012-01-04 23:19:14 -05:00
MapsMemoryReporter.cpp Bug 708159 - Avoid unnecessary work done by multi-reporters in nsMemoryReporterManager::GetExplicit. r=jlebar,bent. 2011-12-12 19:04:12 -08:00
MapsMemoryReporter.h
nsAgg.h
nsAllocator.h
nsAtomicRefcnt.h
nsAutoPtr.h Bug 710473 - Backout the nsDerivedSafe part from bug 666414 to make PGO builds on Windows work again; r=roc (cause he volunteered) a=xul-diet 2011-12-13 20:03:24 -05:00
nsAutoRef.h Bug 710491 - Remove NS_SPECIALIZE_TEMPLATE from nsAutoRef's documentation. r=khuey DONTBUILD 2011-12-14 14:57:39 +13:00
nsCom.h
nsConsoleMessage.cpp
nsConsoleMessage.h Bug 704127 - Implement MOZ_FINAL as a modifier for classes and virtual member functions. r=cjones 2011-11-20 22:21:16 -08:00
nsConsoleService.cpp Bug 675221 addendum to part A - reimplement the recursion check for the console service so that a poorly-written console listener doesn't cause an infinite repeition, r=bent 2012-01-11 11:28:21 -05:00
nsConsoleService.h Bug 675221 addendum to part A - reimplement the recursion check for the console service so that a poorly-written console listener doesn't cause an infinite repeition, r=bent 2012-01-11 11:28:21 -05:00
nscore.h Bug 715045 - Remove old vc support code. r=jimm 2012-01-05 16:52:22 +09:00
nsCrashOnException.cpp
nsCrashOnException.h
nsCycleCollector.cpp Bug 718634 - Move CanSkip* to nsCycleCollectionParticipant, r=mccr8 2012-01-17 18:32:19 +02:00
nsCycleCollector.h Bug 716518 - Add skip* phases to cycle collector, r=mccr8 2012-01-14 18:58:05 +02:00
nsDebugImpl.cpp
nsDebugImpl.h
nsError.h
nsErrorService.cpp
nsErrorService.h Bug 704127 - Implement MOZ_FINAL as a modifier for classes and virtual member functions. r=cjones 2011-11-20 22:21:16 -08:00
nsExceptionService.cpp Back out bcf9ce858829 and a3bade82ac92 (bug 711799) for build failures 2011-12-19 10:43:08 -08:00
nsExceptionService.h Back out bcf9ce858829 and a3bade82ac92 (bug 711799) for build failures 2011-12-19 10:43:08 -08:00
nsIAllocator.h
nsIConsoleListener.idl
nsIConsoleMessage.idl
nsIConsoleService.idl
nsICycleCollectorListener.idl Bug 713778 - nsICycleCollectorListener should not enable trace_all by default, r=mccr8 2012-01-01 23:48:42 +02:00
nsIDebug2.idl
nsIDebug.idl
nsIErrorService.idl
nsIException.idl
nsIExceptionService.idl
nsIID.h
nsIInterfaceRequestor.idl
nsIMacUtils.idl
nsIMemory.idl
nsIMemoryReporter.idl Bug 715453 (part 2) - Ignore computedSize in nsMallocSizeOfFun. r=jlebar. 2012-01-17 20:23:55 -08:00
nsIMutable.idl
nsInterfaceRequestorAgg.cpp
nsInterfaceRequestorAgg.h
nsIProgrammingLanguage.idl
nsISupports.idl
nsISupportsBase.h
nsISupportsObsolete.h
nsITraceRefcnt.idl
nsIUUIDGenerator.idl
nsIVersionComparator.idl
nsIWeakReference.idl
nsMacUtilsImpl.cpp
nsMacUtilsImpl.h
nsMemoryImpl.cpp Bug 680556 - Make NS_(Re)Alloc infallible. r=bsmedberg 2011-11-09 11:42:00 -05:00
nsMemoryImpl.h
nsMemoryReporterManager.cpp Bug 715453 (part 2) - Ignore computedSize in nsMallocSizeOfFun. r=jlebar. 2012-01-17 20:23:55 -08:00
nsMemoryReporterManager.h
nsObjCExceptions.h
nsrootidl.idl
nsSetDllDirectory.h
nsStackWalk.cpp Bug 713278 - Teach NS_StackWalk to walk the stack of other threads too on Windows; r=dbaron 2011-12-23 18:14:09 -05:00
nsStackWalk.h Bug 713278 - Teach NS_StackWalk to walk the stack of other threads too on Windows; r=dbaron 2011-12-23 18:14:09 -05:00
nsStackWalkPrivate.h Bug 696376 - Change how we find critical ranges so that it works on 10.6 too. r=dbaron. 2011-12-02 19:26:04 -05:00
nsSystemInfo.cpp bug 693280 - Android DNS lookup port is incorrect usage for external function defines. r=glandium 2011-12-22 10:13:31 +09:00
nsSystemInfo.h
nsTraceRefcntImpl.cpp Bug 713278 - Teach NS_StackWalk to walk the stack of other threads too on Windows; r=dbaron 2011-12-23 18:14:09 -05:00
nsTraceRefcntImpl.h
nsUUIDGenerator.cpp
nsUUIDGenerator.h Back out bcf9ce858829 and a3bade82ac92 (bug 711799) for build failures 2011-12-19 10:43:08 -08:00
nsVersionComparatorImpl.cpp
nsVersionComparatorImpl.h Back out bcf9ce858829 and a3bade82ac92 (bug 711799) for build failures 2011-12-19 10:43:08 -08:00
nsWeakPtr.h
nsWindowsHelpers.h Bug 481815 - Provide a Windows service for silent updates. r=rstrong. 2012-01-04 23:19:14 -05:00
pure_api.c
pure.h