gecko/xpcom/base
Gabriel Ivăncescu 1b847d364f
Export ccref_stabilize_for_deletion.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2023-08-31 19:13:23 +03:00
..
AvailableMemoryTracker.cpp
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
CountingAllocatorBase.h
CycleCollectedJSRuntime.cpp Bug 1252565 part 1. Push the script environment preparer bits up from XPCJSRuntime to CycleCollectedJSRuntime, because we need them on workers to do ctypes on workers properly. r=bholley 2016-03-02 12:38:24 -05:00
CycleCollectedJSRuntime.h Bug 1265035 - Make ~WorkerJSRuntime() handle Initialize() failure better. r=khuey. a=ritu 2016-04-19 14:04:32 +10:00
Debug.cpp
Debug.h
DebuggerOnGCRunnable.cpp
DebuggerOnGCRunnable.h
DeferredFinalize.cpp
DeferredFinalize.h
ErrorList.h Bug 1237198 - [experiment] Block SWFs on the content blocking list hosted on the Shavar service 0.6.9 r=francois a=ritu 2016-04-06 16:34:08 -07:00
ErrorNames.cpp
ErrorNames.h
HoldDropJSObjects.cpp
HoldDropJSObjects.h
JSObjectHolder.cpp
JSObjectHolder.h
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 18:10:56 -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
MacHelpers.mm
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
nsAllocator.h
nsAutoPtr.h Bug 1241901 part 4 - Stop using nsAutoPtr for holding primitive arrays. r=froydnj 2016-01-30 10:33:41 +11:00
nsAutoRef.h
nsCom.h
nsConsoleMessage.cpp
nsConsoleMessage.h
nsConsoleService.cpp Bug 1258231 - Lock while iterating console messages. r=mccr8, a=lizzard 2016-03-21 12:15:42 -07:00
nsConsoleService.h
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 Export ccref_stabilize_for_deletion. 2023-08-31 19:13:23 +03:00
nsCycleCollector.h Expose CycleCollectFull in nsIDOMWindowUtils to force a full CC. 2023-08-29 19:08:01 +03: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 18:10:56 -08:00
nsDebugImpl.h
nsDumpUtils.cpp
nsDumpUtils.h
nsError.h bug 1252104 - make NS_ERROR_GET_CODE() and NS_ERROR_GET_MODULE() constexpr r=froydnj 2016-02-29 14:49:45 -05:00
nsErrorService.cpp
nsErrorService.h
nsGZFileWriter.cpp
nsGZFileWriter.h
nsIConsoleListener.idl
nsIConsoleMessage.idl
nsIConsoleService.idl
nsICycleCollectorListener.idl
nsIDebug2.idl
nsIErrorService.idl
nsIException.idl
nsIGZFileWriter.idl
nsIID.h
nsIInterfaceRequestor.idl
nsIMacUtils.idl
nsIMemory.idl Bug 1253142 - Remove the long-deprecated nsIMemory.isLowMemory function. r=froydnj. 2016-03-06 21:07:51 +11:00
nsIMemoryInfoDumper.idl
nsIMemoryReporter.idl Bug 1252375 - Fix up jemalloc stats reporting. r=erahm. 2016-03-03 12:49:27 +11: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
nsISecurityConsoleMessage.idl
nsISizeOf.h
nsIStatusReporter.idl
nsISupports.idl
nsISupportsBase.h
nsIUUIDGenerator.idl
nsIVersionComparator.idl
nsIWeakReference.idl
nsMacUtilsImpl.cpp
nsMacUtilsImpl.h
nsMemoryImpl.cpp Merge tag 'FIREFOX_AURORA_47_BASE' 2016-03-08 19:50:18 +01:00
nsMemoryImpl.h
nsMemoryInfoDumper.cpp
nsMemoryInfoDumper.h
nsMemoryReporterManager.cpp Bug 1252375 - Fix up jemalloc stats reporting. r=erahm. 2016-03-03 12:49:27 +11:00
nsMemoryReporterManager.h
nsMessageLoop.cpp
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
nsrootidl.idl
nsSecurityConsoleMessage.cpp
nsSecurityConsoleMessage.h
nsSetDllDirectory.h
nsStatusReporterManager.cpp
nsStatusReporterManager.h
nsSystemInfo.cpp bug 1245745 include libpulse version in update URL r=glandium 2016-02-09 14:35:03 +13:00
nsSystemInfo.h
nsTraceRefcnt.cpp Bug 1251895 - don't race on nsTraceRefcnt's object serial number tables; r=mccr8 2016-02-29 15:04:36 -05:00
nsTraceRefcnt.h
nsUUIDGenerator.cpp
nsUUIDGenerator.h
nsVersionComparatorImpl.cpp
nsVersionComparatorImpl.h
nsWeakPtr.h
nsWindowsHelpers.h Bug 1242343 - p1. ConstructSystem32Path from LoadLibrarySystem32 - r=jimm 2016-03-03 08:40:23 +11:00
OwningNonNull.h
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
SystemMemoryReporter.h