gecko-dev/xpcom/base
2024-02-10 00:24:33 +00:00
..
AppShutdown.cpp
AppShutdown.h
AutoRestore.h
AvailableMemoryTracker.cpp
AvailableMemoryTracker.h
AvailableMemoryWatcher.cpp
AvailableMemoryWatcher.h
AvailableMemoryWatcherLinux.cpp Bug 1869457 - Don't attempt to compute low-memory conditions if we don't know how much memory is in the system r=KrisWright 2023-12-19 20:29:45 +00:00
AvailableMemoryWatcherMac.cpp
AvailableMemoryWatcherUtils.h
AvailableMemoryWatcherWin.cpp
ClearOnShutdown.cpp
ClearOnShutdown.h
CodeAddressService.h
components.conf
CountingAllocatorBase.h
CycleCollectedJSContext.cpp Bug 1866385 - Re-enqeue suppressed microtasks when destroying SavedMicroTaskQueue r=arai 2023-12-08 21:56:02 +00:00
CycleCollectedJSContext.h Bug 1862782, part 1 - Move DeferredFinalizeType to CycleCollectedJSRuntime. r=smaug 2023-11-03 14:27:22 +00:00
CycleCollectedJSRuntime.cpp Bug 1869835 - Part 3: Convert CC/GC markers to the new MarkerSchema so it gets full ETW support. r=smaug 2023-12-21 18:17:41 +00:00
CycleCollectedJSRuntime.h Bug 1862782, part 2 - Split out cases where we must never immediately finalize. r=smaug 2023-11-03 14:27:22 +00:00
Debug.cpp
Debug.h
DebuggerOnGCRunnable.cpp
DebuggerOnGCRunnable.h
DeferredFinalize.cpp
DeferredFinalize.h
EnumeratedArrayCycleCollection.h
ErrorList.py Bug 1878039 - part1 : implement getStatusPolicy for WMFCDM. r=jolin 2024-02-10 00:24:33 +00:00
ErrorNames.cpp
ErrorNames.h
GkRustUtils.cpp
GkRustUtils.h
HoldDropJSObjects.cpp
HoldDropJSObjects.h
IntentionalCrash.h
JSObjectHolder.cpp
JSObjectHolder.h
JSONStringWriteFuncs.h
LogCommandLineHandler.cpp
LogCommandLineHandler.h
Logging.cpp Bug 1874226 - Use unique_ptr not Scoped in xpcom/*. r=xpcom-reviewers,necko-reviewers,valentin,emilio 2024-02-07 18:30:22 +00:00
Logging.h
LogModulePrefWatcher.cpp
LogModulePrefWatcher.h
MacHelpers.h
MacHelpers.mm
MacStringHelpers.h
MacStringHelpers.mm
MemoryInfo.cpp
MemoryInfo.h
MemoryMapping.cpp
MemoryMapping.h
MemoryPressureLevelMac.h
MemoryReportingProcess.h
MemoryTelemetry.cpp Bug 1829127 - Add telemetry for PHC slop r=glandium 2023-11-06 04:59:33 +00:00
MemoryTelemetry.h
moz.build
nsAlgorithm.h
nsAutoRef.h
nsClassInfoImpl.cpp
nsCom.h
nsCOMPtr.cpp
nsCOMPtr.h
nsConsoleMessage.cpp Bug 1856795 - Remove redundant member init r=emilio 2023-10-15 15:29:02 +00:00
nsConsoleMessage.h
nsConsoleService.cpp
nsConsoleService.h
nscore.h
nsCrashOnException.cpp
nsCrashOnException.h
nsCRTGlue.cpp Bug 1790873 - Move printf_stderr() to mozglue so it can be used within js/src r=glandium,nika 2024-01-11 02:09:30 +00:00
nsCRTGlue.h
nsCycleCollectionNoteChild.h
nsCycleCollectionNoteRootCallback.h
nsCycleCollectionParticipant.cpp
nsCycleCollectionParticipant.h
nsCycleCollectionTraversalCallback.h
nsCycleCollector.cpp Bug 1865383 - Check slice budget when we start marking or sweeping r=sfink 2023-11-20 16:28:11 +00:00
nsCycleCollector.h
nsCycleCollectorTraceJSHelpers.cpp
nsDebug.h Bug 1790873 - Move printf_stderr() to mozglue so it can be used within js/src r=glandium,nika 2024-01-11 02:09:30 +00:00
nsDebugImpl.cpp
nsDebugImpl.h
nsDumpUtils.cpp
nsDumpUtils.h
nsError.h
nsGZFileWriter.cpp
nsGZFileWriter.h
nsIAvailableMemoryWatcherBase.idl
nsIClassInfoImpl.h
nsIConsoleListener.idl
nsIConsoleMessage.idl
nsIConsoleService.idl Bug 1872969 - Avoid js keywords as argument names r=nika 2024-01-05 22:17:01 +00:00
nsICycleCollectorListener.idl
nsID.cpp
nsID.h
nsIDebug2.idl
nsIDUtils.h
nsIException.idl
nsIInterfaceRequestor.idl
nsIInterfaceRequestorUtils.cpp
nsIInterfaceRequestorUtils.h
nsIMacPreferencesReader.idl
nsIMemoryInfoDumper.idl
nsIMemoryReporter.idl
nsINIParser.cpp
nsINIParser.h
nsInterfaceRequestorAgg.cpp
nsInterfaceRequestorAgg.h
nsISecurityConsoleMessage.idl
nsISizeOf.h
nsISupports.idl
nsISupportsImpl.cpp
nsISupportsImpl.h
nsISupportsUtils.h
nsIUUIDGenerator.idl
nsIVersionComparator.idl
nsIWeakReference.idl
nsIWeakReferenceUtils.h
nsMacPreferencesReader.h
nsMacPreferencesReader.mm
nsMacUtilsImpl.cpp
nsMacUtilsImpl.h
nsMaybeWeakPtr.h Bug 1860952 warn when nsMaybeWeakPtr::GetValue() returns null for unexpected reasons r=xpcom-reviewers,mccr8 2023-10-26 00:22:49 +00:00
nsMemory.h
nsMemoryImpl.cpp
nsMemoryInfoDumper.cpp
nsMemoryInfoDumper.h
nsMemoryReporterManager.cpp Bug 1854550 - pt 9. Move PHC interface from the bridge to PHC.h r=glandium 2023-10-19 06:38:42 +00:00
nsMemoryReporterManager.h
nsObjCExceptions.h
nsObjCExceptions.mm
NSPRLogModulesParser.cpp
NSPRLogModulesParser.h
nsQueryObject.h
nsrootidl.idl
nsSecurityConsoleMessage.cpp
nsSecurityConsoleMessage.h
nsSystemInfo.cpp Bug 1874038 - Add Linux distro name and version to recorded system info. r=chutten 2024-01-15 22:26:46 +00:00
nsSystemInfo.h
nsTraceRefcnt.cpp Bug 1856795 - ride along: use = default; on some recently modified files r=emilio 2023-10-15 15:29:03 +00:00
nsTraceRefcnt.h
nsUUIDGenerator.cpp
nsUUIDGenerator.h
nsVersionComparator.cpp
nsVersionComparator.h
nsVersionComparatorImpl.cpp
nsVersionComparatorImpl.h
nsWeakReference.cpp
nsWeakReference.h
nsWindowsHelpers.h
OwningNonNull.h
PHCManager.cpp Bug 1867190 - Add prefs for PHC probablities r=glandium 2024-01-30 05:33:38 +00:00
PHCManager.h Bug 1829127 - Add telemetry for PHC slop r=glandium 2023-11-06 04:59:33 +00:00
RLBoxSandboxPool.cpp
RLBoxSandboxPool.h
RLBoxUtils.h
ShutdownPhase.h
SizeOfState.h
StaticLocalPtr.h
StaticMonitor.h
StaticMutex.h
StaticPtr.h