gecko-dev/xpcom/base
2024-04-08 23:07:38 +00:00
..
AppShutdown.cpp Bug 1831092 - Use the new pull-based API for all crash annotations and remove the global annotations table r=jgilbert,necko-reviewers,media-playback-reviewers,profiler-reviewers,win-reviewers,padenot,handyman,afranchuk,valentin,alwu,sotaro 2024-03-04 10:24:43 +00:00
AppShutdown.h
AutoRestore.h
AvailableMemoryTracker.cpp Bug 1852806 - Remove macros for older Windows SDK from xpcom/. r=xpcom-reviewers,glandium 2023-09-15 03:19:28 +00:00
AvailableMemoryTracker.h
AvailableMemoryWatcher.cpp Bug 1829252 - Guard parent AvailableMemoryWatcherBase members with a mutex. r=xpcom-reviewers,nika 2023-09-25 17:25:19 +00:00
AvailableMemoryWatcher.h Bug 1829252 - Guard parent AvailableMemoryWatcherBase members with a mutex. r=xpcom-reviewers,nika 2023-09-25 17:25:19 +00:00
AvailableMemoryWatcherLinux.cpp Bug 1831092 - Use the new pull-based API for all crash annotations and remove the global annotations table r=jgilbert,necko-reviewers,media-playback-reviewers,profiler-reviewers,win-reviewers,padenot,handyman,afranchuk,valentin,alwu,sotaro 2024-03-04 10:24:43 +00:00
AvailableMemoryWatcherMac.cpp Bug 1831092 - Use the new pull-based API for all crash annotations and remove the global annotations table r=jgilbert,necko-reviewers,media-playback-reviewers,profiler-reviewers,win-reviewers,padenot,handyman,afranchuk,valentin,alwu,sotaro 2024-03-04 10:24:43 +00:00
AvailableMemoryWatcherUtils.h
AvailableMemoryWatcherWin.cpp Bug 1831092 - Use the new pull-based API for all crash annotations and remove the global annotations table r=jgilbert,necko-reviewers,media-playback-reviewers,profiler-reviewers,win-reviewers,padenot,handyman,afranchuk,valentin,alwu,sotaro 2024-03-04 10:24:43 +00:00
CFTypeRefPtr.h Bug 1884832 - Move CFTypeRefPtr.h to xpcom. r=nika 2024-03-13 20:54:20 +00:00
ClearOnShutdown.cpp
ClearOnShutdown.h
CodeAddressService.h
components.conf Bug 1834278 - Get rid of nsIMessageLoop. r=emilio 2023-08-01 13:15:50 +00:00
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 1620223 - Part 2: Do not assert the job queue emptiness if the job queue itself is interrupted. r=jandem 2024-03-19 02:06:33 +00:00
CycleCollectedJSRuntime.cpp Bug 1787526 - Part 18: Browser integration for semispace nursery r=sfink 2024-03-18 16:13:58 +00:00
CycleCollectedJSRuntime.h Bug 1787526 - Part 18: Browser integration for semispace nursery r=sfink 2024-03-18 16:13:58 +00:00
DarwinObjectPtr.h Bug 1881636 - Part 1: Add DarwinObjectPtr, r=glandium,sylvestre 2024-03-26 22:56:26 +00:00
Debug.cpp
Debug.h
DebuggerOnGCRunnable.cpp Bug 1624819 - Remove TaskCategory and other quantum dom remnants. r=smaug,media-playback-reviewers,credential-management-reviewers,cookie-reviewers,places-reviewers,win-reviewers,valentin,mhowell,sgalich,alwu 2023-10-10 08:51:12 +00:00
DebuggerOnGCRunnable.h
DeferredFinalize.cpp
DeferredFinalize.h
EnumeratedArrayCycleCollection.h Bug 1640839 - Add some helpers for enums to calculate the size and use it in EnumeratedArray. r=glandium,jgilbert,media-playback-reviewers,padenot 2024-03-02 07:50:19 +00:00
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 Bug 1843207 - Rename CopyCocoaStringToXPCOMString to CopyNSStringToXPCOMString. r=nika 2024-03-13 20:54:19 +00:00
MacStringHelpers.h Bug 1843207 - Add a XPCOMStringToNSString function that similar to nsCocoaUtils::ToNSString. r=nika 2024-03-13 20:54:20 +00:00
MacStringHelpers.mm Bug 1843207 - Add a XPCOMStringToNSString function that similar to nsCocoaUtils::ToNSString. r=nika 2024-03-13 20:54:20 +00:00
MemoryInfo.cpp
MemoryInfo.h
MemoryMapping.cpp Bug 1850948 - Use std::string::data() as strtok param in GetMemoryMappings, avoiding a buffer copy in the process r=emilio 2023-09-07 16:36:38 +00:00
MemoryMapping.h
MemoryPressureLevelMac.h Bug 1791961 - xpcom: Fix C++20 -Wambiguous-reversed-operator warnings. r=emilio 2023-05-26 04:51:44 +00:00
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 Bug 1881636 - Part 1: Add DarwinObjectPtr, r=glandium,sylvestre 2024-03-26 22:56:26 +00:00
nsAlgorithm.h
nsAutoRef.h
nsClassInfoImpl.cpp
nsCom.h
nsCOMPtr.cpp Bug 1835119 - Remove nsCOMPtr_base. r=xpcom-reviewers,kmag 2023-05-31 21:58:43 +00:00
nsCOMPtr.h Bug 1843477, make nsCOMPtr use RefPtrTraits, r=nika 2023-09-26 12:36:21 +00:00
nsConsoleMessage.cpp Bug 1856795 - Remove redundant member init r=emilio 2023-10-15 15:29:02 +00:00
nsConsoleMessage.h
nsConsoleService.cpp Bug 1624819 - Remove TaskCategory and other quantum dom remnants. r=smaug,media-playback-reviewers,credential-management-reviewers,cookie-reviewers,places-reviewers,win-reviewers,valentin,mhowell,sgalich,alwu 2023-10-10 08:51:12 +00:00
nsConsoleService.h
nscore.h Bug 1841178 - Remove xpcom-config.h. r=xpcom-reviewers,mccr8 2023-06-29 23:02:15 +00:00
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 1890208 - Consider to drop non-purple entries from the nursery and not move them to the purple buffer, r=mccr8 2024-04-08 23:07:38 +00:00
nsCycleCollector.h Bug 1865826 - Add a way to get CC logs without GC logs. r=smaug 2024-03-20 13:40:44 +00:00
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 Bug 1831092 - Use the new pull-based API for all crash annotations and remove the global annotations table r=jgilbert,necko-reviewers,media-playback-reviewers,profiler-reviewers,win-reviewers,padenot,handyman,afranchuk,valentin,alwu,sotaro 2024-03-04 10:24:43 +00:00
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 Bug 1865826 - Add a way to get CC logs without GC logs. r=smaug 2024-03-20 13:40:44 +00:00
nsID.cpp Bug 1833293 - Optimize UUID stringification. r=nika 2023-05-16 18:27:16 +00:00
nsID.h
nsIDebug2.idl Bug 1881863 - Part 1: Standardize on boolean over bool in xpidl, r=xpcom-reviewers,necko-reviewers,valentin,extension-reviewers,application-update-reviewers,media-playback-reviewers,credential-management-reviewers,search-reviewers,anti-tracking-reviewers,places-reviewers,nalexander,emilio,zombie,sgalich,karlt,lina,Standard8 2024-04-04 18:45:21 +00:00
nsIDUtils.h
nsIException.idl
nsIInterfaceRequestor.idl
nsIInterfaceRequestorUtils.cpp
nsIInterfaceRequestorUtils.h
nsIMacPreferencesReader.idl Bug 1881863 - Part 1: Standardize on boolean over bool in xpidl, r=xpcom-reviewers,necko-reviewers,valentin,extension-reviewers,application-update-reviewers,media-playback-reviewers,credential-management-reviewers,search-reviewers,anti-tracking-reviewers,places-reviewers,nalexander,emilio,zombie,sgalich,karlt,lina,Standard8 2024-04-04 18:45:21 +00:00
nsIMemoryInfoDumper.idl Bug 1881863 - Part 1: Standardize on boolean over bool in xpidl, r=xpcom-reviewers,necko-reviewers,valentin,extension-reviewers,application-update-reviewers,media-playback-reviewers,credential-management-reviewers,search-reviewers,anti-tracking-reviewers,places-reviewers,nalexander,emilio,zombie,sgalich,karlt,lina,Standard8 2024-04-04 18:45:21 +00:00
nsIMemoryReporter.idl
nsINIParser.cpp Bug 1855134 - Move existing MOZ_TRY macros to a dedicated header file; r=glandium 2023-09-28 20:46:07 +00:00
nsINIParser.h
nsInterfaceRequestorAgg.cpp
nsInterfaceRequestorAgg.h
nsISecurityConsoleMessage.idl
nsISizeOf.h
nsISupports.idl
nsISupportsImpl.cpp Bug 1882698 - Fix ref counting in nsAutoOwningEventTarget; r=xpcom-reviewers,nika 2024-03-14 08:51:56 +00:00
nsISupportsImpl.h Bug 1882698 - Fix ref counting in nsAutoOwningEventTarget; r=xpcom-reviewers,nika 2024-03-14 08:51:56 +00:00
nsISupportsUtils.h
nsIUUIDGenerator.idl
nsIVersionComparator.idl
nsIWeakReference.idl
nsIWeakReferenceUtils.h
nsMacPreferencesReader.h
nsMacPreferencesReader.mm Bug 1851529 - Set clang-format ColumnLimit consistently. r=sylvestre,necko-reviewers,kershaw 2023-09-05 11:23:01 +00:00
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 Bug 1865826 - Add a way to get CC logs without GC logs. r=smaug 2024-03-20 13:40:44 +00:00
nsMemoryInfoDumper.h
nsMemoryReporterManager.cpp Bug 1885466 - Rename jemalloc_stats::page_cache to pages_dirty r=glandium 2024-03-28 02:41:09 +00:00
nsMemoryReporterManager.h Bug 1831852 - Avoid extra call to jemalloc_stats in telemetry r=mccr8 2023-05-11 04:40:44 +00:00
nsObjCExceptions.h
nsObjCExceptions.mm Bug 1851529 - Set clang-format ColumnLimit consistently. r=sylvestre,necko-reviewers,kershaw 2023-09-05 11:23:01 +00:00
NSPRLogModulesParser.cpp
NSPRLogModulesParser.h
nsQueryObject.h
nsrootidl.idl Bug 1881863 - Part 3: Use the XPIDL-generated PRTime typedef, r=xpcom-reviewers,emilio 2024-04-04 18:45:22 +00:00
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 Bug 1831006 - Add a way to enable refcount logging whenever. r=xpcom-reviewers,nika 2023-05-03 13:59:55 +00:00
nsUUIDGenerator.cpp
nsUUIDGenerator.h
nsVersionComparator.cpp
nsVersionComparator.h
nsVersionComparatorImpl.cpp
nsVersionComparatorImpl.h
nsWeakReference.cpp
nsWeakReference.h
nsWindowsHelpers.h Bug 1843701 - Unconditionally use LOAD_LIBRARY_SEARCH_SYSTEM32. r=handyman 2023-07-17 18:13:51 +00:00
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 Bug 1827704 - Migrate to the upstream wasm2c for RLBox sandboxing r=glandium 2023-04-21 01:31:35 +00:00
RLBoxSandboxPool.h
RLBoxUtils.h
ShutdownPhase.h
SizeOfState.h
StaticLocalPtr.h
StaticMonitor.h
StaticMutex.h
StaticPtr.h Bug 1831827 - Remove constructors with redundant asserts for StaticRefPtr and StaticAutoPtr r=emilio 2023-05-09 22:53:43 +00:00