.. |
AutoRestore.h
|
…
|
|
AvailableMemoryTracker.cpp
|
…
|
|
AvailableMemoryTracker.h
|
…
|
|
ClearOnShutdown.cpp
|
…
|
|
ClearOnShutdown.h
|
…
|
|
CodeAddressService.h
|
…
|
|
CountingAllocatorBase.h
|
…
|
|
CycleCollectedJSContext.cpp
|
Bug 1372405 - Provide names for all runnables in the tree (r=froydnj)
|
2017-06-26 14:19:58 -07:00 |
CycleCollectedJSContext.h
|
Bug 1359245 - Remove references to context from the cycle collector (r=mccr8)
|
2017-04-27 15:34:46 -07:00 |
CycleCollectedJSRuntime.cpp
|
Bug 1376089 - Backed out changeset 96941e476121 for bustage.
|
2017-07-21 17:56:08 +02:00 |
CycleCollectedJSRuntime.h
|
Bug 1378717 - Store JS holders in a vector for faster iteration r=smaug
|
2017-07-11 16:52:01 +01:00 |
Debug.cpp
|
…
|
|
Debug.h
|
…
|
|
DebuggerOnGCRunnable.cpp
|
Bug 1378930 - Part 2: Remove the aName parameter from SchedulerGroup/DocGroup/DispatcherTrait. r=billm
|
2017-07-26 16:13:35 +08:00 |
DebuggerOnGCRunnable.h
|
…
|
|
DeferredFinalize.cpp
|
Bug 1359245 - Remove references to context from the cycle collector (r=mccr8)
|
2017-04-27 15:34:46 -07:00 |
DeferredFinalize.h
|
…
|
|
EnumeratedArrayCycleCollection.h
|
…
|
|
ErrorList.py
|
Bug 1375277 - New safebrowsing threat type "POTENTIALLY_HARMFUL_APPLICATION" introduced by v4. r=francois
|
2017-07-27 15:37:57 +08:00 |
ErrorNames.cpp
|
…
|
|
ErrorNames.h
|
…
|
|
HoldDropJSObjects.cpp
|
Bug 1359245 - Remove references to context from the cycle collector (r=mccr8)
|
2017-04-27 15:34:46 -07:00 |
HoldDropJSObjects.h
|
…
|
|
IntentionalCrash.h
|
…
|
|
JSObjectHolder.cpp
|
…
|
|
JSObjectHolder.h
|
Bug 1350958 - Finish labeling ProxyReleaseEvent, r=billm
|
2017-07-14 08:49:22 +02:00 |
LinuxUtils.cpp
|
…
|
|
LinuxUtils.h
|
…
|
|
LogModulePrefWatcher.cpp
|
Bug 1384835 (part 1, attempt 2) - Use nsA[C]String references instead of pointers for outparams of Get*String() pref functions. r=froydnj.
|
2017-07-31 10:52:51 +10:00 |
LogModulePrefWatcher.h
|
…
|
|
Logging.cpp
|
Bug 1334279 - mark vsprintf-likes with MOZ_FORMAT_PRINTF; r=froydnj
|
2017-05-04 12:10:19 -06:00 |
Logging.h
|
Bug 1334279 - mark vsprintf-likes with MOZ_FORMAT_PRINTF; r=froydnj
|
2017-05-04 12:10:19 -06:00 |
MacHelpers.h
|
…
|
|
MacHelpers.mm
|
…
|
|
MemoryReportingProcess.h
|
Bug 1378712 - Remove all trailing whitespaces r=Ehsan
|
2017-07-06 14:00:35 +02:00 |
NSPRLogModulesParser.cpp
|
Bug 1339537 - Part 6: Pass std::function values tree by const reference instead of by value, r=ehsan
|
2017-04-27 12:44:57 -04:00 |
NSPRLogModulesParser.h
|
Bug 1339537 - Part 6: Pass std::function values tree by const reference instead of by value, r=ehsan
|
2017-04-27 12:44:57 -04:00 |
OwningNonNull.h
|
…
|
|
SizeOfState.h
|
Bug 1383982 (attempt 2) - Introduce a general mechanism for measuring memory usage of graph-like structures. r=erahm.
|
2017-07-28 20:10:04 +10:00 |
StaticMutex.h
|
…
|
|
StaticPtr.h
|
Refactor PaintThread for async painting. (bug 1377060 part 1, r=mchang)
|
2017-07-05 15:19:47 -07:00 |
SystemMemoryReporter.cpp
|
…
|
|
SystemMemoryReporter.h
|
…
|
|
moz.build
|
Bug 1149830 - Remove nsIStackFrame::language. r=bz,mccr8
|
2017-08-03 15:50:07 +09:00 |
nsAgg.h
|
…
|
|
nsAlgorithm.h
|
…
|
|
nsAutoPtr.h
|
…
|
|
nsAutoRef.h
|
…
|
|
nsCOMPtr.cpp
|
…
|
|
nsCOMPtr.h
|
…
|
|
nsCRTGlue.cpp
|
…
|
|
nsCRTGlue.h
|
…
|
|
nsClassInfoImpl.cpp
|
…
|
|
nsCom.h
|
…
|
|
nsConsoleMessage.cpp
|
…
|
|
nsConsoleMessage.h
|
…
|
|
nsConsoleService.cpp
|
Bug 1378930 - Part 2: Remove the aName parameter from SchedulerGroup/DocGroup/DispatcherTrait. r=billm
|
2017-07-26 16:13:35 +08:00 |
nsConsoleService.h
|
…
|
|
nsCrashOnException.cpp
|
…
|
|
nsCrashOnException.h
|
…
|
|
nsCycleCollectionNoteChild.h
|
…
|
|
nsCycleCollectionNoteRootCallback.h
|
Bug 1385474 - Avoid QIing for NoteXPCOMRoot. r=smaug
|
2017-07-28 16:11:03 -07:00 |
nsCycleCollectionParticipant.cpp
|
…
|
|
nsCycleCollectionParticipant.h
|
Bug 1384821 - Optimize inherited cycle-collectible QueryInterface() implementations for nsCycleCollectionISupports; r=peterv
|
2017-08-14 12:42:01 -04:00 |
nsCycleCollectionTraversalCallback.h
|
…
|
|
nsCycleCollector.cpp
|
Bug 1385474 - Avoid QIing for NoteXPCOMRoot. r=smaug
|
2017-07-28 16:11:03 -07:00 |
nsCycleCollector.h
|
Bug 1376614 - Pass budget to forgetSkippable and return early when budget has been used, r=mccr8
|
2017-06-30 13:44:59 +03:00 |
nsCycleCollectorTraceJSHelpers.cpp
|
…
|
|
nsDebug.h
|
Bug 1334279 - mark vsprintf-likes with MOZ_FORMAT_PRINTF; r=froydnj
|
2017-05-04 12:10:19 -06:00 |
nsDebugImpl.cpp
|
Bug 1360321 - 6. Add AArch64 support in xpcom; r=froydnj
|
2017-05-17 13:06:23 -04:00 |
nsDebugImpl.h
|
…
|
|
nsDumpUtils.cpp
|
Bug 1384835 (part 1, attempt 2) - Use nsA[C]String references instead of pointers for outparams of Get*String() pref functions. r=froydnj.
|
2017-07-31 10:52:51 +10:00 |
nsDumpUtils.h
|
Bug 1372405 - Provide names for all runnables in the tree (r=froydnj)
|
2017-06-26 14:19:58 -07:00 |
nsError.h
|
…
|
|
nsErrorService.cpp
|
…
|
|
nsErrorService.h
|
…
|
|
nsGZFileWriter.cpp
|
…
|
|
nsGZFileWriter.h
|
…
|
|
nsIClassInfoImpl.h
|
Bug 1369622 - Restore static asserts for lack of arguments on some macros. r=froydnj
|
2017-06-02 15:07:58 +09:00 |
nsIConsoleListener.idl
|
…
|
|
nsIConsoleMessage.idl
|
…
|
|
nsIConsoleService.idl
|
…
|
|
nsICycleCollectorListener.idl
|
…
|
|
nsID.cpp
|
…
|
|
nsID.h
|
…
|
|
nsIDebug2.idl
|
…
|
|
nsIErrorService.idl
|
…
|
|
nsIException.idl
|
Bug 1149830 - Remove nsIStackFrame::language. r=bz,mccr8
|
2017-08-03 15:50:07 +09:00 |
nsIGZFileWriter.idl
|
…
|
|
nsIID.h
|
…
|
|
nsIInterfaceRequestor.idl
|
…
|
|
nsIInterfaceRequestorUtils.cpp
|
…
|
|
nsIInterfaceRequestorUtils.h
|
…
|
|
nsIMacUtils.idl
|
…
|
|
nsIMemory.idl
|
…
|
|
nsIMemoryInfoDumper.idl
|
…
|
|
nsIMemoryReporter.idl
|
Backed out 3 changesets (bug 1376038) to see if it affects the ghost window numbers in bug 1388111.
|
2017-08-07 21:11:42 -04:00 |
nsIMessageLoop.idl
|
…
|
|
nsIMutable.idl
|
…
|
|
nsINIParser.cpp
|
…
|
|
nsINIParser.h
|
…
|
|
nsISecurityConsoleMessage.idl
|
…
|
|
nsISizeOf.h
|
…
|
|
nsIStatusReporter.idl
|
…
|
|
nsISupports.idl
|
…
|
|
nsISupportsBase.h
|
…
|
|
nsISupportsImpl.cpp
|
Bug 1384395 - Use nsAutoOwningThread for mfbt/WeakPtr.h thread assertions (r=froydnj)
|
2017-07-28 13:11:44 -07:00 |
nsISupportsImpl.h
|
Bug 1384395 - Use nsAutoOwningThread for mfbt/WeakPtr.h thread assertions (r=froydnj)
|
2017-07-28 13:11:44 -07:00 |
nsISupportsUtils.h
|
…
|
|
nsIUUIDGenerator.idl
|
…
|
|
nsIVersionComparator.idl
|
…
|
|
nsIWeakReference.idl
|
Bug 1372829 - part2: mozilla::EditorBase should cache raw pointer of nsISelectionController and nsIDocument with nsWeakPtr r=froydnj,m_kato
|
2017-06-20 00:55:00 +09:00 |
nsIWeakReferenceUtils.h
|
…
|
|
nsInterfaceRequestorAgg.cpp
|
Bug 1372453 - Part 2: Name the caller of ProxyReleaseEvent. r=billm
|
2017-06-14 09:27:17 +08:00 |
nsInterfaceRequestorAgg.h
|
…
|
|
nsMacUtilsImpl.cpp
|
…
|
|
nsMacUtilsImpl.h
|
…
|
|
nsMemory.cpp
|
…
|
|
nsMemory.h
|
…
|
|
nsMemoryImpl.cpp
|
Bug 1360321 - 6. Add AArch64 support in xpcom; r=froydnj
|
2017-05-17 13:06:23 -04:00 |
nsMemoryImpl.h
|
…
|
|
nsMemoryInfoDumper.cpp
|
Bug 1372405 - Provide names for all runnables in the tree (r=froydnj)
|
2017-06-26 14:19:58 -07:00 |
nsMemoryInfoDumper.h
|
…
|
|
nsMemoryReporterManager.cpp
|
Bug 1382099 - Remove MOZ_WIDGET_GONK from xpcom/. r=erahm.
|
2017-07-21 10:45:39 +10:00 |
nsMemoryReporterManager.h
|
Bug 1375281 - Part 2: Implementation of nsMemoryReporterManager::GetHeapAllocatedAsync(). r=erahm,froydnj
|
2017-07-06 11:19:40 +08:00 |
nsMessageLoop.cpp
|
Bug 1382172 - Name nsITimerCallback instances in native implementation. r=billm
|
2017-07-27 02:18:20 +08:00 |
nsMessageLoop.h
|
…
|
|
nsObjCExceptions.h
|
…
|
|
nsQueryObject.h
|
…
|
|
nsSecurityConsoleMessage.cpp
|
…
|
|
nsSecurityConsoleMessage.h
|
…
|
|
nsSetDllDirectory.h
|
…
|
|
nsStatusReporterManager.cpp
|
Bug 1372405 - Provide names for all runnables in the tree (r=froydnj)
|
2017-06-26 14:19:58 -07:00 |
nsStatusReporterManager.h
|
…
|
|
nsSystemInfo.cpp
|
Bug 1382099 - Remove MOZ_WIDGET_GONK from xpcom/. r=erahm.
|
2017-07-21 10:45:39 +10:00 |
nsSystemInfo.h
|
…
|
|
nsTWeakRef.h
|
…
|
|
nsTraceRefcnt.cpp
|
Bug 1384819 (part 1) - Split MozStackWalk(). r=glandium.
|
2017-07-27 12:46:47 +10:00 |
nsTraceRefcnt.h
|
…
|
|
nsUUIDGenerator.cpp
|
…
|
|
nsUUIDGenerator.h
|
…
|
|
nsVersionComparator.cpp
|
…
|
|
nsVersionComparator.h
|
…
|
|
nsVersionComparatorImpl.cpp
|
…
|
|
nsVersionComparatorImpl.h
|
…
|
|
nsWeakPtr.h
|
…
|
|
nsWeakReference.cpp
|
Bug 1372829 - part2: mozilla::EditorBase should cache raw pointer of nsISelectionController and nsIDocument with nsWeakPtr r=froydnj,m_kato
|
2017-06-20 00:55:00 +09:00 |
nsWeakReference.h
|
…
|
|
nsWindowsHelpers.h
|
…
|
|
nscore.h
|
Bug 1389702 - Remove MOZ_DEPRECATED. r=froydnj
|
2017-08-13 21:00:10 +09:00 |
nsrootidl.idl
|
…
|
|