.. |
AutoRestore.h
|
|
|
AvailableMemoryTracker.cpp
|
Bug 1529556 - Increase the low-memory detection thresholds by 50% r=njn
|
2019-03-18 23:57:17 +00:00 |
AvailableMemoryTracker.h
|
|
|
ClearOnShutdown.cpp
|
|
|
ClearOnShutdown.h
|
Bug 1527827 - Add ShutdownPhase::ShutdownCycleCollector triggered after the CycleCollector shutdown, r=froydnj
|
2019-02-27 12:57:11 +00:00 |
CodeAddressService.h
|
|
|
components.conf
|
|
|
CountingAllocatorBase.h
|
|
|
CycleCollectedJSContext.cpp
|
Bug 1536336. Change MOZ_CAN_RUN_SCRIPT analysis to allow const members of "this" in addition to stack refptrs. r=andi
|
2019-03-21 11:47:22 +00:00 |
CycleCollectedJSContext.h
|
Bug 1535384 part 5. Eliminate MOZ_CAN_RUN_SCRIPT_BOUNDARY for mutation callbacks. r=mccr8
|
2019-03-19 15:14:11 +00:00 |
CycleCollectedJSRuntime.cpp
|
Merge mozilla-central to inbound. a=merge CLOSED TREE
|
2019-03-01 09:28:28 +02:00 |
CycleCollectedJSRuntime.h
|
|
|
Debug.cpp
|
|
|
Debug.h
|
|
|
DebuggerOnGCRunnable.cpp
|
Bug 1523969 part 27 - Move method definition inline comments to new line in 'xpcom/'. r=froydnj
|
2019-02-25 16:14:01 -06:00 |
DebuggerOnGCRunnable.h
|
|
|
DeferredFinalize.cpp
|
|
|
DeferredFinalize.h
|
|
|
EnumeratedArrayCycleCollection.h
|
|
|
ErrorList.py
|
Bug 1533077: Remove nsIAppStartup.eRestartNotSameProfile r=froydnj
|
2019-04-03 15:24:59 +00:00 |
ErrorNames.cpp
|
|
|
ErrorNames.h
|
|
|
GkRustUtils.cpp
|
Bug 1523969 part 27 - Move method definition inline comments to new line in 'xpcom/'. r=froydnj
|
2019-02-25 16:14:01 -06:00 |
GkRustUtils.h
|
|
|
HoldDropJSObjects.cpp
|
|
|
HoldDropJSObjects.h
|
|
|
IntentionalCrash.h
|
|
|
JSObjectHolder.cpp
|
|
|
JSObjectHolder.h
|
|
|
LogCommandLineHandler.cpp
|
|
|
LogCommandLineHandler.h
|
|
|
Logging.cpp
|
Bug 1525303 - make LazyLogModule::operator LogModule* inline; r=erahm
|
2019-04-02 20:35:38 +00:00 |
Logging.h
|
Bug 1525303 - make LazyLogModule::operator LogModule* inline; r=erahm
|
2019-04-02 20:35:38 +00:00 |
LogModulePrefWatcher.cpp
|
Bug 1534878 - xpcom: Make some global functions static. r=erahm
|
2019-02-24 17:35:59 -08:00 |
LogModulePrefWatcher.h
|
|
|
MacHelpers.h
|
|
|
MacHelpers.mm
|
|
|
MacStringHelpers.h
|
|
|
MacStringHelpers.mm
|
|
|
MemoryInfo.cpp
|
Bug 1523969 part 27 - Move method definition inline comments to new line in 'xpcom/'. r=froydnj
|
2019-02-25 16:14:01 -06:00 |
MemoryInfo.h
|
|
|
MemoryMapping.cpp
|
|
|
MemoryMapping.h
|
|
|
MemoryReportingProcess.h
|
Bug 1531476 - replace MaybeFileDesc with FileDescriptor? in IPDL; r=mccr8
|
2019-02-28 21:20:40 +00:00 |
MemoryTelemetry.cpp
|
|
|
MemoryTelemetry.h
|
|
|
moz.build
|
Bug 1540794 - Remove nsIID.h. r=froydnj
|
2019-04-01 18:49:28 +00:00 |
nsAgg.h
|
|
|
nsAlgorithm.h
|
|
|
nsAutoPtr.h
|
|
|
nsAutoRef.h
|
|
|
nsClassInfoImpl.cpp
|
Bug 1526382 - Part 2: Make nsIClassInfo use Array<nsIIDRef> for 'interfaces', r=mccr8
|
2019-02-13 21:42:08 +00:00 |
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 717611 - Add nsConsoleService::ResetWindow to clear messages for a given window id; r=baku.
|
2019-03-04 10:01:01 +00:00 |
nsConsoleService.h
|
|
|
nscore.h
|
|
|
nsCrashOnException.cpp
|
|
|
nsCrashOnException.h
|
|
|
nsCRTGlue.cpp
|
|
|
nsCRTGlue.h
|
Bug 1453456 - Remove nsCRT::IsAscii(null-terminated string) in favor of mozilla::IsAsciiNullTerminated. r=froydnj
|
2019-02-25 12:22:24 -08:00 |
nsCycleCollectionNoteChild.h
|
|
|
nsCycleCollectionNoteRootCallback.h
|
|
|
nsCycleCollectionParticipant.cpp
|
|
|
nsCycleCollectionParticipant.h
|
|
|
nsCycleCollectionTraversalCallback.h
|
|
|
nsCycleCollector.cpp
|
Bug 1540166, avoid some useless ForgetSkippable handling while we're already dealing with snow-white objects, r=mccr8
|
2019-03-29 17:52:14 +02:00 |
nsCycleCollector.h
|
Bug 1535384 part 5. Eliminate MOZ_CAN_RUN_SCRIPT_BOUNDARY for mutation callbacks. r=mccr8
|
2019-03-19 15:14:11 +00:00 |
nsCycleCollectorTraceJSHelpers.cpp
|
|
|
nsDebug.h
|
Bug 1538081 - Part 1: Add MOZ_DBG macro. r=froydnj,gerald
|
2019-03-30 04:25:13 +00:00 |
nsDebugImpl.cpp
|
Bug 1523969 part 27 - Move method definition inline comments to new line in 'xpcom/'. r=froydnj
|
2019-02-25 16:14:01 -06:00 |
nsDebugImpl.h
|
|
|
nsDumpUtils.cpp
|
Bug 1523969 part 27 - Move method definition inline comments to new line in 'xpcom/'. r=froydnj
|
2019-02-25 16:14:01 -06:00 |
nsDumpUtils.h
|
|
|
nsError.h
|
|
|
nsErrorService.cpp
|
|
|
nsErrorService.h
|
|
|
nsGZFileWriter.cpp
|
|
|
nsGZFileWriter.h
|
|
|
nsIClassInfoImpl.h
|
Bug 1526382 - Part 2: Make nsIClassInfo use Array<nsIIDRef> for 'interfaces', r=mccr8
|
2019-02-13 21:42:08 +00:00 |
nsIConsoleListener.idl
|
|
|
nsIConsoleMessage.idl
|
|
|
nsIConsoleService.idl
|
Bug 717611 - Add nsConsoleService::ResetWindow to clear messages for a given window id; r=baku.
|
2019-03-04 10:01:01 +00:00 |
nsICycleCollectorListener.idl
|
|
|
nsID.cpp
|
|
|
nsID.h
|
|
|
nsIDebug2.idl
|
|
|
nsIErrorService.idl
|
|
|
nsIException.idl
|
|
|
nsIGZFileWriter.idl
|
|
|
nsIInterfaceRequestor.idl
|
|
|
nsIInterfaceRequestorUtils.cpp
|
|
|
nsIInterfaceRequestorUtils.h
|
|
|
nsIMacPreferencesReader.idl
|
|
|
nsIMacUtils.idl
|
|
|
nsIMemory.idl
|
|
|
nsIMemoryInfoDumper.idl
|
|
|
nsIMemoryReporter.idl
|
|
|
nsIMessageLoop.idl
|
|
|
nsIMutable.idl
|
|
|
nsINIParser.cpp
|
Bug 1527704: Store install information in profiles.ini and use installs.ini as a backup in case an earlier Firefox throws it away. r=froydnj
|
2019-03-27 14:41:04 -07:00 |
nsINIParser.h
|
Bug 1527704: Store install information in profiles.ini and use installs.ini as a backup in case an earlier Firefox throws it away. r=froydnj
|
2019-03-27 14:41:04 -07:00 |
nsInterfaceRequestorAgg.cpp
|
|
|
nsInterfaceRequestorAgg.h
|
|
|
nsISecurityConsoleMessage.idl
|
|
|
nsISizeOf.h
|
|
|
nsISupports.idl
|
|
|
nsISupportsBase.h
|
|
|
nsISupportsImpl.cpp
|
|
|
nsISupportsImpl.h
|
Bug 1526382 - Part 2: Make nsIClassInfo use Array<nsIIDRef> for 'interfaces', r=mccr8
|
2019-02-13 21:42:08 +00:00 |
nsISupportsUtils.h
|
|
|
nsIUUIDGenerator.idl
|
|
|
nsIVersionComparator.idl
|
|
|
nsIWeakReference.idl
|
|
|
nsIWeakReferenceUtils.h
|
|
|
nsMacPreferencesReader.h
|
|
|
nsMacPreferencesReader.mm
|
|
|
nsMacUtilsImpl.cpp
|
Bug 1525086 - Part 4 - Cache the result of nsMacUtilsImpl::GetAppPath r=Alex_Gaynor
|
2019-03-28 02:25:54 +00:00 |
nsMacUtilsImpl.h
|
Bug 1525086 - Part 4 - Cache the result of nsMacUtilsImpl::GetAppPath r=Alex_Gaynor
|
2019-03-28 02:25:54 +00:00 |
nsMaybeWeakPtr.h
|
|
|
nsMemory.cpp
|
|
|
nsMemory.h
|
|
|
nsMemoryImpl.cpp
|
Bug 1523969 part 27 - Move method definition inline comments to new line in 'xpcom/'. r=froydnj
|
2019-02-25 16:14:01 -06:00 |
nsMemoryImpl.h
|
|
|
nsMemoryInfoDumper.cpp
|
Bug 1523969 part 27 - Move method definition inline comments to new line in 'xpcom/'. r=froydnj
|
2019-02-25 16:14:01 -06:00 |
nsMemoryInfoDumper.h
|
|
|
nsMemoryReporterManager.cpp
|
Bug 1520339 - Part 2: handling memory reporting for VR process. r=kip,erahm
|
2019-04-02 05:13:17 +00:00 |
nsMemoryReporterManager.h
|
|
|
nsMessageLoop.cpp
|
|
|
nsMessageLoop.h
|
|
|
nsObjCExceptions.h
|
|
|
NSPRLogModulesParser.cpp
|
|
|
NSPRLogModulesParser.h
|
|
|
nsQueryObject.h
|
|
|
nsrootidl.idl
|
|
|
nsSecurityConsoleMessage.cpp
|
|
|
nsSecurityConsoleMessage.h
|
|
|
nsSystemInfo.cpp
|
Bug 1520929 - part 1 - add an isWowARM64 property to nsSystemInfo; r=aklotz
|
2019-04-03 04:44:49 -05:00 |
nsSystemInfo.h
|
Bug 1534878 - xpcom: Rename NS_InitXPCOM2() to NS_InitXPCOM(). r=froydnj
|
2019-03-14 23:38:09 -07:00 |
nsTraceRefcnt.cpp
|
Bug 1531966 - Dump out the contents of leaked nsStringBuffers when logging them. r=froydnj
|
2019-03-05 22:00:46 +00:00 |
nsTraceRefcnt.h
|
|
|
nsTWeakRef.h
|
|
|
nsUUIDGenerator.cpp
|
|
|
nsUUIDGenerator.h
|
|
|
nsVersionComparator.cpp
|
|
|
nsVersionComparator.h
|
|
|
nsVersionComparatorImpl.cpp
|
|
|
nsVersionComparatorImpl.h
|
|
|
nsWeakReference.cpp
|
|
|
nsWeakReference.h
|
|
|
nsWindowsHelpers.h
|
|
|
OwningNonNull.h
|
Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan
|
2019-03-31 15:12:55 +00:00 |
SizeOfState.h
|
|
|
StaticMonitor.h
|
|
|
StaticMutex.h
|
|
|
StaticPtr.h
|
|
|
TupleCycleCollection.h
|
|
|