.. |
AppShutdown.cpp
|
Bug 1732168 - Part 2: Add ShutdownPhase after JS_ShutDown. r=kmag
|
2021-10-22 21:03:52 +00:00 |
AppShutdown.h
|
Bug 1731564: Introduce a motivated SpinEventLoopUntil for direct use from C++. r=xpcom-reviewers,nika,necko-reviewers
|
2021-10-07 08:06:10 +00:00 |
AutoRestore.h
|
…
|
|
AvailableMemoryTracker.cpp
|
Bug 1733308 - Fix non-unified builds errors in xpcom/base. r=xpcom-reviewers,mccr8
|
2021-10-01 01:49:16 +00:00 |
AvailableMemoryTracker.h
|
…
|
|
AvailableMemoryWatcher.cpp
|
Bug 1729918 - Annotate the user interaction state. r=haik
|
2021-10-05 04:41:53 +00:00 |
AvailableMemoryWatcher.h
|
Bug 1730066 - Enable tab unloading on macOS r=spohl
|
2021-10-21 04:43:35 +00:00 |
AvailableMemoryWatcherMac.cpp
|
Bug 1730066 - Enable tab unloading on macOS r=spohl
|
2021-10-21 04:43:35 +00:00 |
AvailableMemoryWatcherWin.cpp
|
Bug 1729918 - Annotate the user interaction state. r=haik
|
2021-10-05 04:41:53 +00:00 |
ClearOnShutdown.cpp
|
Bug 1696397: Move SpinEventLoopUntilOrShutdown to -Quit and move the current shutdown state logic from nsThreadManager to AppShutdown; r=kmag,xpcom-reviewers
|
2021-03-17 08:07:48 +00:00 |
ClearOnShutdown.h
|
Bug 1696397: Move SpinEventLoopUntilOrShutdown to -Quit and move the current shutdown state logic from nsThreadManager to AppShutdown; r=kmag,xpcom-reviewers
|
2021-03-17 08:07:48 +00:00 |
CodeAddressService.h
|
Bug 1699375 - Make MozFormatCodeAddress* return the printed size, and use that instead of strlen. r=nika
|
2021-03-22 21:25:30 +00:00 |
CountingAllocatorBase.h
|
…
|
|
CycleCollectedJSContext.cpp
|
Bug 1727137 - Require IdleRunnable instances to have a name, r=bas.
|
2021-08-31 13:41:45 +00:00 |
CycleCollectedJSContext.h
|
Bug 1734724 - Remove EnqueuePromiseJobCallback and GetIncumbentGlobalCallback declaration from CycleCollectedJSContext; r=smaug
|
2021-10-08 13:03:44 +00:00 |
CycleCollectedJSRuntime.cpp
|
Backed out 5 changesets (bug 1738627) for causing xpcshell failures on test_ext_geckoProfiler_schema.js CLOSED TREE
|
2021-11-05 05:12:28 -04:00 |
CycleCollectedJSRuntime.h
|
Bug 1732161 - Track CCReason for all cycle collections (replacing ccType) r=smaug
|
2021-10-14 18:15:40 +00:00 |
Debug.cpp
|
…
|
|
Debug.h
|
…
|
|
DebuggerOnGCRunnable.cpp
|
…
|
|
DebuggerOnGCRunnable.h
|
…
|
|
DeferredFinalize.cpp
|
…
|
|
DeferredFinalize.h
|
Bug 1733308 - Fix non-unified builds errors in xpcom/base. r=xpcom-reviewers,mccr8
|
2021-10-01 01:49:16 +00:00 |
EnumeratedArrayCycleCollection.h
|
…
|
|
ErrorList.py
|
Bug 1737032 - Removed traces of "remote XUL". r=Gijs,fluent-reviewers
|
2021-10-25 11:00:47 +00:00 |
ErrorNames.cpp
|
…
|
|
ErrorNames.h
|
…
|
|
GkRustUtils.cpp
|
Bug 1724152: Replace GkRustUtils::GenerateUUID with nsID::GenerateUUID. r=ckerschb
|
2021-11-04 08:55:46 +00:00 |
GkRustUtils.h
|
Bug 1724152: Replace GkRustUtils::GenerateUUID with nsID::GenerateUUID. r=ckerschb
|
2021-11-04 08:55:46 +00:00 |
HoldDropJSObjects.cpp
|
…
|
|
HoldDropJSObjects.h
|
Bug 1712725 - Disallow using HoldJSObjects/DropJSObjects for non-nsISupports classes that don't have a CC participant. r=mccr8
|
2021-05-27 08:35:41 +00:00 |
IntentionalCrash.h
|
…
|
|
JSObjectHolder.cpp
|
…
|
|
JSObjectHolder.h
|
…
|
|
LogCommandLineHandler.cpp
|
…
|
|
LogCommandLineHandler.h
|
…
|
|
LogModulePrefWatcher.cpp
|
…
|
|
LogModulePrefWatcher.h
|
…
|
|
Logging.cpp
|
Backed out 5 changesets (bug 1738627) for causing xpcshell failures on test_ext_geckoProfiler_schema.js CLOSED TREE
|
2021-11-05 05:12:28 -04:00 |
Logging.h
|
…
|
|
MacHelpers.h
|
…
|
|
MacHelpers.mm
|
Bug 1692391 - Replace the NS_OBJC_BEGIN/END_TRY_ABORT_BLOCK_NSRESULT macros with the functionally identical NS_OBJC_BEGIN/END_TRY_BLOCK_RETURN(NS_ERROR_FAILURE). r=haik
|
2021-02-16 22:55:20 +00:00 |
MacStringHelpers.h
|
…
|
|
MacStringHelpers.mm
|
Bug 1692391 - Replace the NS_OBJC_BEGIN/END_TRY_ABORT_BLOCK_NSRESULT macros with the functionally identical NS_OBJC_BEGIN/END_TRY_BLOCK_RETURN(NS_ERROR_FAILURE). r=haik
|
2021-02-16 22:55:20 +00:00 |
MemoryInfo.cpp
|
Bug 1701368 - Part1: Extract nsAvailableMemoryWatcher as AvailableMemoryWatcherWin.cpp. r=gsvelto
|
2021-07-06 22:30:57 +00:00 |
MemoryInfo.h
|
…
|
|
MemoryMapping.cpp
|
…
|
|
MemoryMapping.h
|
Bug 1701368 - Part1: Extract nsAvailableMemoryWatcher as AvailableMemoryWatcherWin.cpp. r=gsvelto
|
2021-07-06 22:30:57 +00:00 |
MemoryPressureLevelMac.h
|
Bug 1730066 - Enable tab unloading on macOS r=spohl
|
2021-10-21 04:43:35 +00:00 |
MemoryReportingProcess.h
|
…
|
|
MemoryTelemetry.cpp
|
Bug 1733308 - Fix non-unified builds errors in xpcom/base. r=xpcom-reviewers,mccr8
|
2021-10-01 01:49:16 +00:00 |
MemoryTelemetry.h
|
Bug 1689182 - Collect content memory telemetry from the parent process, r=kmag
|
2021-01-28 19:48:03 +00:00 |
NSPRLogModulesParser.cpp
|
…
|
|
NSPRLogModulesParser.h
|
…
|
|
OwningNonNull.h
|
…
|
|
ShutdownPhase.h
|
Bug 1732168 - Part 2: Add ShutdownPhase after JS_ShutDown. r=kmag
|
2021-10-22 21:03:52 +00:00 |
SizeOfState.h
|
…
|
|
StaticLocalPtr.h
|
…
|
|
StaticMonitor.h
|
…
|
|
StaticMutex.h
|
…
|
|
StaticPtr.h
|
…
|
|
TupleCycleCollection.h
|
…
|
|
components.conf
|
Bug 1701368 - Part5: Convert nsAvailableMemoryWatcher to an XPCOM object. r=gsvelto
|
2021-07-06 22:30:59 +00:00 |
moz.build
|
Bug 1733308 - Fix non-unified builds errors in xpcom/base. r=xpcom-reviewers,mccr8
|
2021-10-01 01:49:16 +00:00 |
nsAlgorithm.h
|
…
|
|
nsAutoRef.h
|
Bug 1601556 - Make Result<V, E> a literal type if V and E are literal types and PackingStrategy is not Variant. r=emilio
|
2021-03-23 12:35:19 +00:00 |
nsCOMPtr.cpp
|
…
|
|
nsCOMPtr.h
|
Bug 1729011 - Change dead link to MDN in nsCOMPtr.h to reference source docs. r=xpcom-reviewers,mccr8 DONTBUILD
|
2021-09-03 15:14:01 +00:00 |
nsCRTGlue.cpp
|
Bug 1680402. Use stderr in printf_stderr instead of reopening fd 2. r=glandium
|
2021-03-16 20:45:21 +00:00 |
nsCRTGlue.h
|
…
|
|
nsClassInfoImpl.cpp
|
…
|
|
nsCom.h
|
…
|
|
nsConsoleMessage.cpp
|
Bug 1696856 - [devtools] Move isForwardedFromContentProcess to nsConsoleMessage. r=baku.
|
2021-03-10 12:44:22 +00:00 |
nsConsoleMessage.h
|
Bug 1696856 - [devtools] Move isForwardedFromContentProcess to nsConsoleMessage. r=baku.
|
2021-03-10 12:44:22 +00:00 |
nsConsoleService.cpp
|
Bug 1715257 - Remove Task Tracer code from the profiler, r=gerald,necko-reviewers.
|
2021-06-17 09:33:00 +00:00 |
nsConsoleService.h
|
…
|
|
nsCrashOnException.cpp
|
…
|
|
nsCrashOnException.h
|
…
|
|
nsCycleCollectionNoteChild.h
|
…
|
|
nsCycleCollectionNoteRootCallback.h
|
…
|
|
nsCycleCollectionParticipant.cpp
|
…
|
|
nsCycleCollectionParticipant.h
|
Bug 1732161 - Track CCReason for all cycle collections (replacing ccType) r=smaug
|
2021-10-14 18:15:40 +00:00 |
nsCycleCollectionTraversalCallback.h
|
…
|
|
nsCycleCollector.cpp
|
Bug 1732161 - Track CCReason for all cycle collections (replacing ccType) r=smaug
|
2021-10-14 18:15:40 +00:00 |
nsCycleCollector.h
|
Bug 1732161 - Track CCReason for all cycle collections (replacing ccType) r=smaug
|
2021-10-14 18:15:40 +00:00 |
nsCycleCollectorTraceJSHelpers.cpp
|
Bug 1733308 - Fix non-unified builds errors in xpcom/base. r=xpcom-reviewers,mccr8
|
2021-10-01 01:49:16 +00:00 |
nsDebug.h
|
…
|
|
nsDebugImpl.cpp
|
Bug 1201994 - Replace mozalloc_abort() with MOZ_CRASH_UNSAFE() in NS_DebugBreak(). r=xpcom-reviewers,mccr8
|
2021-10-22 02:14:57 +00:00 |
nsDebugImpl.h
|
…
|
|
nsDumpUtils.cpp
|
…
|
|
nsDumpUtils.h
|
…
|
|
nsError.h
|
…
|
|
nsErrorService.cpp
|
Bug 1733308 - Fix non-unified builds errors in xpcom/base. r=xpcom-reviewers,mccr8
|
2021-10-01 01:49:16 +00:00 |
nsErrorService.h
|
…
|
|
nsGZFileWriter.cpp
|
…
|
|
nsGZFileWriter.h
|
…
|
|
nsIAvailableMemoryWatcherBase.idl
|
Bug 1729911 - Define minInactiveDurationInMS not to unload fresh tabs. r=NeilDeakin
|
2021-10-20 23:22:57 +00:00 |
nsIClassInfoImpl.h
|
…
|
|
nsIConsoleListener.idl
|
…
|
|
nsIConsoleMessage.idl
|
Bug 1696856 - [devtools] Move isForwardedFromContentProcess to nsConsoleMessage. r=baku.
|
2021-03-10 12:44:22 +00:00 |
nsIConsoleService.idl
|
…
|
|
nsICycleCollectorListener.idl
|
…
|
|
nsID.cpp
|
Bug 1723674 - Move nsUUIDGenerator logic to new nsID::GenerateUUID() factory functions that use nsRandomGenerator. r=keeler
|
2021-10-14 03:28:49 +00:00 |
nsID.h
|
Bug 1723674 - Move nsUUIDGenerator logic to new nsID::GenerateUUID() factory functions that use nsRandomGenerator. r=keeler
|
2021-10-14 03:28:49 +00:00 |
nsIDUtils.h
|
Bug 1726648 - Add a helper to trim brackets from nsID r=mccr8,smaug
|
2021-08-23 10:54:11 +00:00 |
nsIDebug2.idl
|
…
|
|
nsIErrorService.idl
|
…
|
|
nsIException.idl
|
…
|
|
nsIGZFileWriter.idl
|
…
|
|
nsIInterfaceRequestor.idl
|
…
|
|
nsIInterfaceRequestorUtils.cpp
|
…
|
|
nsIInterfaceRequestorUtils.h
|
…
|
|
nsIMacPreferencesReader.idl
|
…
|
|
nsIMacUtils.idl
|
…
|
|
nsIMemory.idl
|
…
|
|
nsIMemoryInfoDumper.idl
|
…
|
|
nsIMemoryReporter.idl
|
Bug 1586236 - Use memory resource notifications to detect low memory scenarios on Windows. r=gsvelto
|
2021-03-31 15:18:05 +00:00 |
nsIMessageLoop.idl
|
…
|
|
nsINIParser.cpp
|
Bug 1184468 - Use nsTHashtable::Keys where possible. r=xpcom-reviewers,nika
|
2021-03-24 17:56:50 +00:00 |
nsINIParser.h
|
…
|
|
nsISecurityConsoleMessage.idl
|
…
|
|
nsISizeOf.h
|
…
|
|
nsISupports.idl
|
…
|
|
nsISupportsBase.h
|
…
|
|
nsISupportsImpl.cpp
|
…
|
|
nsISupportsImpl.h
|
…
|
|
nsISupportsUtils.h
|
…
|
|
nsIUUIDGenerator.idl
|
…
|
|
nsIVersionComparator.idl
|
…
|
|
nsIWeakReference.idl
|
…
|
|
nsIWeakReferenceUtils.h
|
…
|
|
nsInterfaceRequestorAgg.cpp
|
…
|
|
nsInterfaceRequestorAgg.h
|
…
|
|
nsMacPreferencesReader.h
|
…
|
|
nsMacPreferencesReader.mm
|
Bug 1733308 - Fix non-unified builds errors in xpcom/base. r=xpcom-reviewers,mccr8
|
2021-10-01 01:49:16 +00:00 |
nsMacUtilsImpl.cpp
|
…
|
|
nsMacUtilsImpl.h
|
…
|
|
nsMaybeWeakPtr.h
|
…
|
|
nsMemory.cpp
|
…
|
|
nsMemory.h
|
…
|
|
nsMemoryImpl.cpp
|
Bug 1701269 - Remove mobile/android/base. r=nalexander,flod,owlish
|
2021-05-20 22:03:03 +00:00 |
nsMemoryImpl.h
|
…
|
|
nsMemoryInfoDumper.cpp
|
Bug 1732161 - Track CCReason for all cycle collections (replacing ccType) r=smaug
|
2021-10-14 18:15:40 +00:00 |
nsMemoryInfoDumper.h
|
…
|
|
nsMemoryReporterManager.cpp
|
Bug 1737199 - Avoid some VLAs when using jemalloc_stats r=glandium
|
2021-10-27 08:46:51 +00:00 |
nsMemoryReporterManager.h
|
Bug 1586236 - Use memory resource notifications to detect low memory scenarios on Windows. r=gsvelto
|
2021-03-31 15:18:05 +00:00 |
nsMessageLoop.cpp
|
…
|
|
nsMessageLoop.h
|
…
|
|
nsObjCExceptions.h
|
Bug 1694000 - Ignore "Missing Touches." exception when it bubbles up to the event loop. r=spohl
|
2021-02-20 22:11:34 +00:00 |
nsObjCExceptions.mm
|
Bug 1694000 - Ignore "Missing Touches." exception when it bubbles up to the event loop. r=spohl
|
2021-02-20 22:11:34 +00:00 |
nsQueryObject.h
|
…
|
|
nsSecurityConsoleMessage.cpp
|
…
|
|
nsSecurityConsoleMessage.h
|
…
|
|
nsSystemInfo.cpp
|
Bug 1733308 - Fix non-unified builds errors in xpcom/base. r=xpcom-reviewers,mccr8
|
2021-10-01 01:49:16 +00:00 |
nsSystemInfo.h
|
Bug 1723945 - nsSystemInfo.cpp: On non-x86_{32,64} Linux, CollectProcessInfo can silently fail and insert junk data into the process. r=nika.
|
2021-09-13 09:43:36 +00:00 |
nsTraceRefcnt.cpp
|
Bug 1733308 - Fix non-unified builds errors in xpcom/base. r=xpcom-reviewers,mccr8
|
2021-10-01 01:49:16 +00:00 |
nsTraceRefcnt.h
|
Bug 1699375 - Move WalkTheStack to mozglue. r=nika
|
2021-03-22 21:25:30 +00:00 |
nsUUIDGenerator.cpp
|
Bug 1723674 - Move nsUUIDGenerator logic to new nsID::GenerateUUID() factory functions that use nsRandomGenerator. r=keeler
|
2021-10-14 03:28:49 +00:00 |
nsUUIDGenerator.h
|
Bug 1723674 - Move nsUUIDGenerator logic to new nsID::GenerateUUID() factory functions that use nsRandomGenerator. r=keeler
|
2021-10-14 03:28:49 +00:00 |
nsVersionComparator.cpp
|
…
|
|
nsVersionComparator.h
|
…
|
|
nsVersionComparatorImpl.cpp
|
…
|
|
nsVersionComparatorImpl.h
|
…
|
|
nsWeakReference.cpp
|
…
|
|
nsWeakReference.h
|
…
|
|
nsWindowsHelpers.h
|
Bug 1695817 - Part 6: Show name and publisher of an application owning a module. r=Gijs,fluent-reviewers,mhowell
|
2021-05-28 22:35:59 +00:00 |
nscore.h
|
Bug 1731801 - Allow ToResult to return other nsresult like error types; r=glandium
|
2021-10-11 08:34:01 +00:00 |
nsrootidl.idl
|
…
|
|