..
AutoRestore.h
AvailableMemoryTracker.cpp
Backed out changeset 9fccb38453a4 (bug 1586236) for causing mass devtools failures
2019-11-03 05:17:02 +02:00
AvailableMemoryTracker.h
ClearOnShutdown.cpp
Bug 1573623: Add RunOnShutdown, a variant of ClearOnShutdown which supports passing callables; r=froydnj
2019-08-15 19:08:39 +00:00
ClearOnShutdown.h
Bug 1573623: Add RunOnShutdown, a variant of ClearOnShutdown which supports passing callables; r=froydnj
2019-08-15 19:08:39 +00:00
CodeAddressService.h
Bug 1573090 - Part 2: Look up ELF symbol tables directly when pre-symbolicating Gecko profiles on Linux. r=gerald
2019-08-23 05:45:16 +00:00
components.conf
Bug 1539029 - pt 1 - give RDD its own process selector. r=froydnj
2019-04-09 21:13:16 +00:00
CountingAllocatorBase.h
Bug 1573229 - part 1 - Add infallible versions of the memory-allocation functions in CountingAllocatorBase. r=njn
2019-08-15 00:49:55 +00:00
CycleCollectedJSContext.cpp
Bug 1578241 - Get rid of dom.promise_rejection_events.enabled; r=mccr8
2019-11-04 18:08:54 +00:00
CycleCollectedJSContext.h
Bug 1591923 - Remove some dead code for cooperative contexts from XPConnect, XPCOM and JSAPI. r=mccr8
2019-10-28 14:38:03 +00:00
CycleCollectedJSRuntime.cpp
Bug 1592598 - Ensure CC selected zones are scheduled for GC r=sfink,mccr8
2019-10-30 21:39:07 +00:00
CycleCollectedJSRuntime.h
Bug 1590776 - Store the external-string-sizeOf callback with the finalize callback instead of per-runtime. r=jwalden,bzbarsky
2019-10-24 08:49:39 +00:00
Debug.cpp
Debug.h
DebuggerOnGCRunnable.cpp
DebuggerOnGCRunnable.h
DeferredFinalize.cpp
Bug 1573938 - Never collect wrapper JSObjects when recording/replaying, r=mccr8.
2019-08-16 20:51:12 +00:00
DeferredFinalize.h
Bug 1573938 - Never collect wrapper JSObjects when recording/replaying, r=mccr8.
2019-08-16 20:51:12 +00:00
EnumeratedArrayCycleCollection.h
ErrorList.py
Bug 1594350 - Fix two python pycompat warnings r=ahal
2019-11-15 20:52:59 +00:00
ErrorNames.cpp
ErrorNames.h
GkRustUtils.cpp
GkRustUtils.h
Bug 1562642 - Part 2 - Add missing MPL2 headers r=Gijs
2019-07-08 09:27:47 +00:00
HoldDropJSObjects.cpp
HoldDropJSObjects.h
IntentionalCrash.h
Bug 1595812 - Fix include guard in IntentionalCrash.h. r=froydnj
2019-11-12 16:13:14 +00:00
JSObjectHolder.cpp
JSObjectHolder.h
LogCommandLineHandler.cpp
LogCommandLineHandler.h
Logging.cpp
Bug 1593007: Allow for moz_log suffix in sandbox policy rules. r=mayhemer
2019-11-05 13:05:36 +00:00
Logging.h
Bug 1593007: Allow for moz_log suffix in sandbox policy rules. r=mayhemer
2019-11-05 13:05:36 +00:00
LogModulePrefWatcher.cpp
Bug 1593007: Allow for moz_log suffix in sandbox policy rules. r=mayhemer
2019-11-05 13:05:36 +00:00
LogModulePrefWatcher.h
MacHelpers.h
MacHelpers.mm
MacStringHelpers.h
MacStringHelpers.mm
MemoryInfo.cpp
MemoryInfo.h
MemoryMapping.cpp
MemoryMapping.h
MemoryReportingProcess.h
MemoryTelemetry.cpp
Backed out changeset 9fccb38453a4 (bug 1586236) for causing mass devtools failures
2019-11-03 05:17:02 +02:00
MemoryTelemetry.h
moz.build
Bug 1586358 - Replace existing instances of GENERATED_FILES with references to the GeneratedFile template r=firefox-build-system-reviewers,mshal
2019-10-07 21:15:19 +00:00
nsAgg.h
Bug 1122740 - remove useless null checks after allocating memory with |new| r=erahm
2019-06-04 04:43:11 +00:00
nsAlgorithm.h
nsAutoPtr.h
nsAutoRef.h
Bug 1554380 - Fix some issues in mozilla::ReadAhead. r=aklotz
2019-05-29 10:13:28 +00:00
nsClassInfoImpl.cpp
nsCom.h
nsCOMPtr.cpp
nsCOMPtr.h
Bug 1540854: Add MOZ_DBG support for nsIURI and nsIFile. r=froydnj
2019-04-01 15:05:37 -07:00
nsConsoleMessage.cpp
nsConsoleMessage.h
nsConsoleService.cpp
Bug 1577767 - Call maybeForwardScriptError independently of parent process listeners state. r=baku
2019-09-04 09:44:50 +00:00
nsConsoleService.h
Bug 1577767 - Call maybeForwardScriptError independently of parent process listeners state. r=baku
2019-09-04 09:44:50 +00:00
nscore.h
Bug 1547519 - Rename NS_STRINGIFY to MOZ_STRINGIFY, move to mfbt, and unify stragglers r=glandium
2019-09-04 02:40:32 +00:00
nsCrashOnException.cpp
nsCrashOnException.h
nsCRTGlue.cpp
nsCRTGlue.h
nsCycleCollectionNoteChild.h
nsCycleCollectionNoteRootCallback.h
nsCycleCollectionParticipant.cpp
nsCycleCollectionParticipant.h
Bug 1587378 - Remove TraceCallbacks method that takes raw JSObject pointers r=mccr8
2019-10-09 14:34:16 +00:00
nsCycleCollectionTraversalCallback.h
nsCycleCollector.cpp
Bug 1591923 - Remove some dead code for cooperative contexts from XPConnect, XPCOM and JSAPI. r=mccr8
2019-10-28 14:38:03 +00:00
nsCycleCollector.h
Bug 1591923 - Remove some dead code for cooperative contexts from XPConnect, XPCOM and JSAPI. r=mccr8
2019-10-28 14:38:03 +00:00
nsCycleCollectorTraceJSHelpers.cpp
Bug 1587378 - Remove TraceCallbacks method that takes raw JSObject pointers r=mccr8
2019-10-09 14:34:16 +00:00
nsDebug.h
Bug 1538081 - Part 1: Add MOZ_DBG macro. r=froydnj,gerald
2019-03-30 04:25:13 +00:00
nsDebugImpl.cpp
Bug 1595629 - Note intentional crashes in NS_DEBUG_ABORT and nsTerminator. r=froydnj
2019-11-16 01:38:22 +00:00
nsDebugImpl.h
nsDumpUtils.cpp
Bug 1163103 - stop using NS_GetSpecialDirectory off the main thread within the cycle collector (via nsDumpUtils.cpp), r=mccr8
2019-08-21 17:23:03 +00:00
nsDumpUtils.h
nsError.h
nsErrorService.cpp
nsErrorService.h
nsGZFileWriter.cpp
nsGZFileWriter.h
nsIClassInfoImpl.h
nsIConsoleListener.idl
nsIConsoleMessage.idl
nsIConsoleService.idl
Bug 1558653. Stop using [array] in nsIConsoleService. r=froydnj
2019-06-12 18:10:19 +00:00
nsICycleCollectorListener.idl
nsID.cpp
nsID.h
Bug 1577263: Use memcmp for nsID::Equals. r=froydnj
2019-08-28 19:08:44 +00:00
nsIDebug2.idl
Bug 1552795 - Remove all trailing whitespaces in idl files r=Ehsan
2019-05-22 22:37:14 +00:00
nsIErrorService.idl
Bug 1552795 - Remove all trailing whitespaces in idl files r=Ehsan
2019-05-22 22:37:14 +00:00
nsIException.idl
nsIGZFileWriter.idl
nsIInterfaceRequestor.idl
Bug 1552795 - Remove all trailing whitespaces in idl files r=Ehsan
2019-05-22 22:37:14 +00:00
nsIInterfaceRequestorUtils.cpp
nsIInterfaceRequestorUtils.h
nsIMacPreferencesReader.idl
nsIMacUtils.idl
nsIMemory.idl
Bug 1552795 - Remove all trailing whitespaces in idl files r=Ehsan
2019-05-22 22:37:14 +00:00
nsIMemoryInfoDumper.idl
nsIMemoryReporter.idl
Backed out changeset 9fccb38453a4 (bug 1586236) for causing mass devtools failures
2019-11-03 05:17:02 +02:00
nsIMessageLoop.idl
nsIMutable.idl
nsINIParser.cpp
nsINIParser.h
nsInterfaceRequestorAgg.cpp
Bug 1122740 - remove useless null checks after allocating memory with |new| r=erahm
2019-06-04 04:43:11 +00:00
nsInterfaceRequestorAgg.h
nsISecurityConsoleMessage.idl
nsISizeOf.h
nsISupports.idl
Bug 1552795 - Remove all trailing whitespaces in idl files r=Ehsan
2019-05-22 22:37:14 +00:00
nsISupportsBase.h
nsISupportsImpl.cpp
Backed out 2 changesets (bug 1510226) for causing xpcshell crashes and xpcshell failures in test_TelemetrySession.js CLOSED TREE
2019-09-25 04:25:07 +03:00
nsISupportsImpl.h
nsISupportsUtils.h
nsIUUIDGenerator.idl
nsIVersionComparator.idl
Bug 1552795 - Remove all trailing whitespaces in idl files r=Ehsan
2019-05-22 22:37:14 +00:00
nsIWeakReference.idl
nsIWeakReferenceUtils.h
nsMacPreferencesReader.h
nsMacPreferencesReader.mm
nsMacUtilsImpl.cpp
Bug 1498742 - Part 2 - Start the GMP sandbox earlier during process startup r=jya,cpearce
2019-06-14 22:55:27 +00:00
nsMacUtilsImpl.h
Bug 1498742 - Part 2 - Start the GMP sandbox earlier during process startup r=jya,cpearce
2019-06-14 22:55:27 +00:00
nsMaybeWeakPtr.h
nsMemory.cpp
nsMemory.h
nsMemoryImpl.cpp
nsMemoryImpl.h
nsMemoryInfoDumper.cpp
nsMemoryInfoDumper.h
nsMemoryReporterManager.cpp
Backed out changeset 9fccb38453a4 (bug 1586236) for causing mass devtools failures
2019-11-03 05:17:02 +02:00
nsMemoryReporterManager.h
Backed out changeset 9fccb38453a4 (bug 1586236) for causing mass devtools failures
2019-11-03 05:17:02 +02:00
nsMessageLoop.cpp
nsMessageLoop.h
nsObjCExceptions.h
Bug 1595828 - Fix some include guards. r=froydnj
2019-11-12 17:27:20 +00:00
NSPRLogModulesParser.cpp
NSPRLogModulesParser.h
nsQueryObject.h
nsrootidl.idl
Bug 1552795 - Remove all trailing whitespaces in idl files r=Ehsan
2019-05-22 22:37:14 +00:00
nsSecurityConsoleMessage.cpp
nsSecurityConsoleMessage.h
nsSystemInfo.cpp
Bug 1553546, moving telemetry environment isWoW data and installYear data off-main-thread and implementing them on an idle task instead of on the main thread during startup r=mconley,chutten
2019-09-20 20:52:32 +00:00
nsSystemInfo.h
Bug 1553546, moving telemetry environment isWoW data and installYear data off-main-thread and implementing them on an idle task instead of on the main thread during startup r=mconley,chutten
2019-09-20 20:52:32 +00:00
nsTraceRefcnt.cpp
Bug 1572238 - Dump assertion stacks using __android_log_print. r=Ehsan
2019-09-24 20:50:41 +00:00
nsTraceRefcnt.h
Bug 1572238 - Dump assertion stacks using __android_log_print. r=Ehsan
2019-09-24 20:50:41 +00:00
nsUUIDGenerator.cpp
nsUUIDGenerator.h
nsVersionComparator.cpp
Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan
2019-07-06 08:18:28 +00:00
nsVersionComparator.h
Bug 1556832: Comparing compatibility versions goes on to check the build IDs when the version is newer. r=froydnj
2019-06-04 10:44:16 -07:00
nsVersionComparatorImpl.cpp
nsVersionComparatorImpl.h
nsWeakReference.cpp
nsWeakReference.h
nsWindowsHelpers.h
Bug 1486637 - Backout bug 1486637 and related patches. r=agashlin
2019-08-19 19:43:17 +00:00
OwningNonNull.h
Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan
2019-03-31 15:12:55 +00:00
SizeOfState.h
StaticLocalPtr.h
Bug 1568361: Use StaticLocalAutoPtr for BackgroundMTAData; r=Jamie
2019-08-07 01:48:31 +00:00
StaticMonitor.h
Bug 1570982 - remove CPP_THROW_NEW
; r=glandium
2019-08-14 01:32:41 +00:00
StaticMutex.h
Bug 1570982 - remove CPP_THROW_NEW
; r=glandium
2019-08-14 01:32:41 +00:00
StaticPtr.h
TupleCycleCollection.h