.. |
AvailableMemoryTracker.cpp
|
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
|
2015-10-18 01:24:48 -04:00 |
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
|
Bug 1172216 - Move nsStackwalk to mozglue. r=glandium
|
2015-06-10 16:32:45 -04:00 |
CountingAllocatorBase.h
|
|
|
CycleCollectedJSRuntime.cpp
|
Bug 1247679, part 1 - Make ClearJSHolder publicly inherit from TraceCallbacks. r=smaug
|
2016-02-22 10:11:02 -08:00 |
CycleCollectedJSRuntime.h
|
Bug 1052793, part 1 - Do per-zone GC for CC_WAITING triggers. r=smaug
|
2016-02-18 15:21:48 -08:00 |
Debug.cpp
|
|
|
Debug.h
|
|
|
DebuggerOnGCRunnable.cpp
|
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
|
2015-10-18 01:24:48 -04:00 |
DebuggerOnGCRunnable.h
|
Bug 1150253 - Part 2: Gecko should provide a callback for SpiderMonkey to
|
2015-04-22 09:43:02 -07:00 |
DeferredFinalize.cpp
|
|
|
DeferredFinalize.h
|
Bug 1174796 - Make sure ReleaseNow releases everything. r=smaug
|
2015-06-16 14:19:07 -07:00 |
ErrorList.h
|
Bug 1250917 - Remove NS_SUCCESS_I_DID_SOMETHING; r=bholley
|
2016-02-25 09:28:06 +01:00 |
ErrorNames.cpp
|
Bug 1151541, part 2 - Fix mode lines in xpcom/. r=froydnj
|
2015-04-09 10:25:05 -07:00 |
ErrorNames.h
|
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
|
2015-07-13 08:25:42 -07:00 |
HoldDropJSObjects.cpp
|
|
|
HoldDropJSObjects.h
|
|
|
JSObjectHolder.cpp
|
Bug 1179924 - Create a more modern JS object holder for cross-thread references to JS objects. r=smaug
|
2015-07-21 11:31:44 -07:00 |
JSObjectHolder.h
|
Bug 1179924 - Create a more modern JS object holder for cross-thread references to JS objects. r=smaug
|
2015-07-21 11:31:44 -07:00 |
LinuxUtils.cpp
|
|
|
LinuxUtils.h
|
|
|
Logging.cpp
|
Bug 961430 - Allow pid be added to the log file name automatically. r=froydnj
|
2016-02-18 07:56:00 -05:00 |
Logging.h
|
Bug 1251482 - Remove remaining references to MOZILLA_XPCOMRT_API from xpcom. r=froydnj
|
2016-02-26 15:31:19 -08: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
|
Bug 1131325 - Move system country code from nsIGfxInfo2 to a more appropriate location. r=aklotz,smichaud
|
2015-07-28 15:45:34 -07:00 |
MacHelpers.mm
|
Bug 1131325 - Move system country code from nsIGfxInfo2 to a more appropriate location. r=aklotz,smichaud
|
2015-07-28 15:45:34 -07:00 |
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
|
Bug 1021151 - avoid memory leak in NS_GENERIC_AGGREGATED_CONSTRUCTOR_INIT, use nsAutoPtr instead of naked ptr. r=Ehsan
|
2016-02-23 14:12:22 +02:00 |
nsAlgorithm.h
|
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
|
2015-07-13 08:25:42 -07:00 |
nsAllocator.h
|
|
|
nsAutoPtr.h
|
Bug 1229985 - remove nsAutoArrayPtr; r=erahm
|
2015-12-06 10:51:43 -05:00 |
nsAutoRef.h
|
|
|
nsCom.h
|
|
|
nsConsoleMessage.cpp
|
|
|
nsConsoleMessage.h
|
|
|
nsConsoleService.cpp
|
Bug 1164581 - Adding an overload for NS_ProxyRelease that accepts already_AddRefed, and removing all the others. r=bobbyholley
|
2016-02-10 08:23:00 +01:00 |
nsConsoleService.h
|
Bug 1207368 - Use swap() instead of forget() to remove MessageElement::mMessage. r=froydnj
|
2015-10-02 14:47:13 -07:00 |
nscore.h
|
Remove the workaround added in bug 1022420 now that clang-cl understands __declspec(novtable)
|
2016-02-06 16:57:58 -05:00 |
nsCrashOnException.cpp
|
|
|
nsCrashOnException.h
|
|
|
nsCycleCollector.cpp
|
Bug 1250134 - assert mJSRuntime when IsGrayJS() is true. r=mccr8
|
2016-02-23 09:28:52 +02:00 |
nsCycleCollector.h
|
Bug 1203840 - Trigger dirty pages purge after CC. r=njn,r=smaug,r=mccr8
|
2015-09-20 17:43:43 +09:00 |
nsCycleCollectorTraceJSHelpers.cpp
|
Bug 1247679, part 2 - Null check inside TraceCallbackFunc::Trace. r=smaug
|
2016-02-22 10:11:02 -08:00 |
nsDebugImpl.cpp
|
Bug 1251482 - Remove remaining references to MOZILLA_XPCOMRT_API from xpcom. r=froydnj
|
2016-02-26 15:31:19 -08:00 |
nsDebugImpl.h
|
Bug 1163916 (part 1) - Avoid a static nsDebugImpl constructor. r=froydnj.
|
2015-05-13 16:47:55 -07:00 |
nsDumpUtils.cpp
|
Bug 1219392 - Capitalize mozilla::unused to avoid conflicts. r=froydnj
|
2015-11-02 07:53:26 +02:00 |
nsDumpUtils.h
|
Bug 1154435 - [nsDumpUtil] Refine nsDumpUtils::OpenTempFile to make this function more flexible. r=dhylands
|
2015-06-04 14:47:09 +08:00 |
nsError.h
|
Bug 1206302 - Use DOMException for Push errors. r=mt
|
2015-11-05 10:38:35 -08:00 |
nsErrorService.cpp
|
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
|
2015-10-18 01:24:48 -04:00 |
nsErrorService.h
|
|
|
nsGZFileWriter.cpp
|
Bug 1154435 - [nsGZFileWriter] Add one more mode for writing a GZFile (Create/Append). r=froydnj
|
2015-06-05 11:20:16 +08:00 |
nsGZFileWriter.h
|
Bug 1154435 - [nsGZFileWriter] Add one more mode for writing a GZFile (Create/Append). r=froydnj
|
2015-06-05 11:20:16 +08:00 |
nsIConsoleListener.idl
|
|
|
nsIConsoleMessage.idl
|
|
|
nsIConsoleService.idl
|
Bug 1152574: Fix console service discarding to run when it is actually safe to do so (off of inner-window-destroyed). Also add a backstop at xpcom-shutdown to discard any cycle collected messages before it is too late. r=froydnj
|
2015-07-31 06:49:27 -07:00 |
nsICycleCollectorListener.idl
|
Bug 1163006, part 4 - De-COM the nsICycleCollectorListener methods we only call from C++. r=smaug
|
2015-06-04 14:41:31 -07:00 |
nsIDebug2.idl
|
Bug 1155643 - Removed nsIDebug.idl, moved methods of nsIDebug to nsIDebug2. r=paolo
|
2015-05-07 10:58:37 +05:30 |
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
|
Bug 1181518 - Change the reason for memory-pressure fired during priority change. r=gsvelto
|
2015-07-15 17:07:39 +08:00 |
nsIMemoryInfoDumper.idl
|
|
|
nsIMemoryReporter.idl
|
Bug 1251482 - Remove remaining references to MOZILLA_XPCOMRT_API from xpcom. r=froydnj
|
2016-02-26 15:31:19 -08:00 |
nsIMessageLoop.idl
|
|
|
nsIMutable.idl
|
|
|
nsInterfaceRequestorAgg.cpp
|
Bug 1164581 - Adding an overload for NS_ProxyRelease that accepts already_AddRefed, and removing all the others. r=bobbyholley
|
2016-02-10 08:23:00 +01:00 |
nsInterfaceRequestorAgg.h
|
|
|
nsIProgrammingLanguage.idl
|
Bug 1150917 - Remove all values from nsIProgrammingLanguage except UNKNOWN and JAVASCRIPT. r=froydnj
|
2015-04-08 17:16:30 -07:00 |
nsISecurityConsoleMessage.idl
|
|
|
nsISizeOf.h
|
|
|
nsIStatusReporter.idl
|
Bug 1148527 - Indentation fix after bug 1145631, r=ehsan
|
2015-03-27 18:52:19 +00:00 |
nsISupports.idl
|
|
|
nsISupportsBase.h
|
|
|
nsIUUIDGenerator.idl
|
|
|
nsIVersionComparator.idl
|
|
|
nsIWeakReference.idl
|
|
|
nsMacUtilsImpl.cpp
|
Bug 1191100 - Remove XPIDL signature comments in .cpp files. r=ehsan
|
2015-08-04 16:17:36 -07:00 |
nsMacUtilsImpl.h
|
|
|
nsMemoryImpl.cpp
|
Bug 1134923 - Remove NS_Alloc/NS_Realloc/NS_Free. r=nfroyd
|
2015-05-01 09:40:30 +09:00 |
nsMemoryImpl.h
|
|
|
nsMemoryInfoDumper.cpp
|
Bug 1219392 - Capitalize mozilla::unused to avoid conflicts. r=froydnj
|
2015-11-02 07:53:26 +02:00 |
nsMemoryInfoDumper.h
|
Bug 1156632 - Remove unused forward class declarations - patch 6 - the rest of the tree, r=ehsan
|
2015-04-22 08:29:24 +02:00 |
nsMemoryReporterManager.cpp
|
Bug 1251127 - Gracefully handle multiple calls to nsMemoryReporterManager::Init(). r=erahm.
|
2016-02-25 14:47:29 +11:00 |
nsMemoryReporterManager.h
|
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
|
2015-10-18 01:24:48 -04:00 |
nsMessageLoop.cpp
|
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
|
2015-10-18 01:24:48 -04:00 |
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
|
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
|
2015-10-18 01:24:48 -04:00 |
nsrootidl.idl
|
|
|
nsSecurityConsoleMessage.cpp
|
|
|
nsSecurityConsoleMessage.h
|
|
|
nsSetDllDirectory.h
|
|
|
nsStatusReporterManager.cpp
|
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
|
2015-10-18 01:24:48 -04:00 |
nsStatusReporterManager.h
|
|
|
nsSystemInfo.cpp
|
bug 1245745 include libpulse version in update URL r=glandium
|
2016-02-09 14:35:03 +13:00 |
nsSystemInfo.h
|
Backed out changeset 8d3ff1d1a809 (bug 1220344) for failing android tests
|
2015-11-05 11:48:06 +01:00 |
nsTraceRefcnt.cpp
|
Bug 1245673 - Remove useless NS_INT32_TO_PTR from DumpSerialNumbers. r=froydnj
|
2016-02-10 10:29:20 -08:00 |
nsTraceRefcnt.h
|
|
|
nsUUIDGenerator.cpp
|
Bug 1134923 - Remove NS_Alloc/NS_Realloc/NS_Free. r=nfroyd
|
2015-05-01 09:40:30 +09:00 |
nsUUIDGenerator.h
|
|
|
nsVersionComparatorImpl.cpp
|
|
|
nsVersionComparatorImpl.h
|
|
|
nsWeakPtr.h
|
|
|
nsWindowsHelpers.h
|
Bug 1106321 - Serialize DEVMODE down to the content process when printing on Windows. r=jimm
|
2015-08-06 17:36:54 -04:00 |
OwningNonNull.h
|
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
|
2015-10-18 01:24:48 -04:00 |
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
|
Bug 1219392 - Capitalize mozilla::unused to avoid conflicts. r=froydnj
|
2015-11-02 07:53:26 +02:00 |
SystemMemoryReporter.h
|
|
|