.. |
AvailableMemoryTracker.cpp
|
|
|
AvailableMemoryTracker.h
|
|
|
ClearOnShutdown.cpp
|
Bug 1237794: Extend ClearOnShutdown() to allow specifying the shutdown phase r=froyd
|
2016-01-15 13:12:07 -05:00 |
ClearOnShutdown.h
|
Bug 1237794: Extend ClearOnShutdown() to allow specifying the shutdown phase r=froyd
|
2016-01-15 13:12:07 -05:00 |
CodeAddressService.h
|
|
|
CountingAllocatorBase.h
|
|
|
CycleCollectedJSRuntime.cpp
|
Bug 1233831 - Part 3: Install a callback to trace nursery collections; r=mccr8
|
2016-01-19 12:48:22 -08:00 |
CycleCollectedJSRuntime.h
|
Bug 1233831 - Part 3: Install a callback to trace nursery collections; r=mccr8
|
2016-01-19 12:48:22 -08:00 |
Debug.cpp
|
|
|
Debug.h
|
|
|
DebuggerOnGCRunnable.cpp
|
|
|
DebuggerOnGCRunnable.h
|
|
|
DeferredFinalize.cpp
|
|
|
DeferredFinalize.h
|
|
|
ErrorList.h
|
|
|
ErrorNames.cpp
|
|
|
ErrorNames.h
|
|
|
HoldDropJSObjects.cpp
|
|
|
HoldDropJSObjects.h
|
|
|
JSObjectHolder.cpp
|
|
|
JSObjectHolder.h
|
|
|
LinuxUtils.cpp
|
|
|
LinuxUtils.h
|
|
|
Logging.cpp
|
Backed out 10 changesets (bug 1242097, bug 1240985) for near-permafailing in test_plugin_focus.html
|
2016-01-26 09:55:59 -08:00 |
Logging.h
|
Bug 1242151 : using va_list needs <stdarg.h> at least on OpenBSD r=erahm
|
2016-01-24 10:56:42 +01:00 |
LogModulePrefWatcher.cpp
|
Bug 1233881 - Support dynamically setting log levels at runtime via prefs. r=froydnj
|
2015-12-22 15:09:41 -08:00 |
LogModulePrefWatcher.h
|
Bug 1233881 - Support dynamically setting log levels at runtime via prefs. r=froydnj
|
2015-12-22 15:09:41 -08:00 |
MacHelpers.h
|
|
|
MacHelpers.mm
|
|
|
moz.build
|
Bug 1233881 - Support dynamically setting log levels at runtime via prefs. r=froydnj
|
2015-12-22 15:09:41 -08:00 |
nsAgg.h
|
|
|
nsAlgorithm.h
|
|
|
nsAllocator.h
|
|
|
nsAutoPtr.h
|
|
|
nsAutoRef.h
|
|
|
nsCom.h
|
|
|
nsConsoleMessage.cpp
|
|
|
nsConsoleMessage.h
|
|
|
nsConsoleService.cpp
|
Bug 1218816 - Remove useless semicolons. Found by coccinelle. r=Ehsan
|
2016-01-22 16:58:49 +01:00 |
nsConsoleService.h
|
|
|
nscore.h
|
|
|
nsCrashOnException.cpp
|
|
|
nsCrashOnException.h
|
|
|
nsCycleCollector.cpp
|
Bug 757969 - use __thread in ThreadLocal; r=froydnj
|
2016-01-22 10:33:44 -07:00 |
nsCycleCollector.h
|
|
|
nsCycleCollectorTraceJSHelpers.cpp
|
Bug 1120016 - Allocate short lived JS wrappers in the Nursery, r=mccr8,terrence
|
2015-12-31 15:21:49 +02:00 |
nsDebugImpl.cpp
|
Bug 1218816 - Remove useless semicolons. Found by coccinelle. r=Ehsan
|
2016-01-22 16:58:49 +01:00 |
nsDebugImpl.h
|
|
|
nsDumpUtils.cpp
|
|
|
nsDumpUtils.h
|
|
|
nsError.h
|
|
|
nsErrorService.cpp
|
|
|
nsErrorService.h
|
|
|
nsGZFileWriter.cpp
|
|
|
nsGZFileWriter.h
|
|
|
nsIConsoleListener.idl
|
|
|
nsIConsoleMessage.idl
|
|
|
nsIConsoleService.idl
|
|
|
nsICycleCollectorListener.idl
|
|
|
nsIDebug2.idl
|
|
|
nsIErrorService.idl
|
|
|
nsIException.idl
|
Bug 1229664. Drop the concept of inner exceptions from Exception/DOMException. r=bholley
|
2015-12-02 13:52:59 -05:00 |
nsIGZFileWriter.idl
|
|
|
nsIID.h
|
|
|
nsIInterfaceRequestor.idl
|
|
|
nsIMacUtils.idl
|
|
|
nsIMemory.idl
|
|
|
nsIMemoryInfoDumper.idl
|
|
|
nsIMemoryReporter.idl
|
|
|
nsIMessageLoop.idl
|
|
|
nsIMutable.idl
|
|
|
nsInterfaceRequestorAgg.cpp
|
|
|
nsInterfaceRequestorAgg.h
|
|
|
nsIProgrammingLanguage.idl
|
|
|
nsISecurityConsoleMessage.idl
|
|
|
nsISizeOf.h
|
|
|
nsIStatusReporter.idl
|
|
|
nsISupports.idl
|
|
|
nsISupportsBase.h
|
|
|
nsIUUIDGenerator.idl
|
|
|
nsIVersionComparator.idl
|
|
|
nsIWeakReference.idl
|
|
|
nsMacUtilsImpl.cpp
|
|
|
nsMacUtilsImpl.h
|
|
|
nsMemoryImpl.cpp
|
|
|
nsMemoryImpl.h
|
|
|
nsMemoryInfoDumper.cpp
|
|
|
nsMemoryInfoDumper.h
|
|
|
nsMemoryReporterManager.cpp
|
Bug 1203272 - Fix build of nsMemoryReporterManager on linux systems without mallinfo(). r=glandium,njn.
|
2016-01-01 11:10:54 +01:00 |
nsMemoryReporterManager.h
|
|
|
nsMessageLoop.cpp
|
|
|
nsMessageLoop.h
|
|
|
nsObjCExceptions.h
|
|
|
NSPRLogModulesParser.cpp
|
Bug 1174972 - Add basic mozilla logging backend. r=froydnj,r=bwc,r=jduell
|
2016-01-05 13:05:19 -08:00 |
NSPRLogModulesParser.h
|
Bug 1223222 - Part 1: Add NSPRLogModulesParser. r=froydnj
|
2015-12-21 17:10:26 -08:00 |
nsQueryObject.h
|
|
|
nsrootidl.idl
|
|
|
nsSecurityConsoleMessage.cpp
|
|
|
nsSecurityConsoleMessage.h
|
|
|
nsSetDllDirectory.h
|
|
|
nsStatusReporterManager.cpp
|
|
|
nsStatusReporterManager.h
|
|
|
nsSystemInfo.cpp
|
Bug 1239516 - Use nsDependentCSubstring for wrapping a slice of a char buffer. r=karlt
|
2016-01-14 23:11:44 +01:00 |
nsSystemInfo.h
|
|
|
nsTraceRefcnt.cpp
|
|
|
nsTraceRefcnt.h
|
|
|
nsUUIDGenerator.cpp
|
|
|
nsUUIDGenerator.h
|
|
|
nsVersionComparatorImpl.cpp
|
|
|
nsVersionComparatorImpl.h
|
|
|
nsWeakPtr.h
|
|
|
nsWindowsHelpers.h
|
|
|
OwningNonNull.h
|
|
|
StaticMutex.h
|
Bug 1226376 - Part 2: Annotate StaticMutex with MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS, r=nfroyd
|
2016-01-08 15:34:24 -05:00 |
StaticPtr.h
|
|
|
SystemMemoryReporter.cpp
|
|
|
SystemMemoryReporter.h
|
|
|