.. |
AutoRestore.h
|
Bug 1332631 part B - file moves from xpcom/glue to xpcom/base, r=froydnj
|
2017-01-23 09:24:01 -05:00 |
AvailableMemoryTracker.cpp
|
Bug 1301667 - Increase the low memory threshold under Windows and clean up the available memory tracker r=njn
|
2016-09-14 13:52:45 +02:00 |
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
|
Bug 1297658 - Avoid unnecessary checking in memory reporters. r=erahm.
|
2016-08-24 15:23:45 +10:00 |
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 1375776 (part 4) - Allow ProfilerMarkerPayload.h to be #included unconditionally. r=mstange.
|
2017-06-23 16:24:15 +10:00 |
CycleCollectedJSRuntime.h
|
Bug 1376954 part 1. Ensure that we don't try to nursery-allocate non-wrappercached DOM objects. r=smaug
|
2017-06-30 10:15:51 -07:00 |
Debug.cpp
|
…
|
|
Debug.h
|
…
|
|
DebuggerOnGCRunnable.cpp
|
Bug 1376985 - Label DebuggerOnGCRunnable (r=fitzgen)
|
2017-07-03 16:20:00 -07:00 |
DebuggerOnGCRunnable.h
|
Bug 1339289 - Give names to a lot of common runnables (r=ehsan)
|
2017-02-15 12:30:01 -08:00 |
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
|
Bug 1332631 part B - file moves from xpcom/glue to xpcom/base, r=froydnj
|
2017-01-23 09:24:01 -05:00 |
ErrorList.py
|
Bug 1352575 (part 5) - Remove PluginModuleParent::mIsStartingAsync. r=jimm.
|
2017-04-18 16:56:43 +10:00 |
ErrorNames.cpp
|
Bug 1320179 - Part 1: Move nsresult value calculation into a python script, r=froydnj
|
2017-04-06 18:36:22 -04:00 |
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
|
Bug 1332631 part B - file moves from xpcom/glue to xpcom/base, r=froydnj
|
2017-01-23 09:24:01 -05:00 |
JSObjectHolder.cpp
|
…
|
|
JSObjectHolder.h
|
…
|
|
LinuxUtils.cpp
|
…
|
|
LinuxUtils.h
|
…
|
|
LogModulePrefWatcher.cpp
|
Bug 1239686 - Add method to set logging file at runtime r=nfroyd
|
2016-09-19 17:39:47 +02:00 |
LogModulePrefWatcher.h
|
Bug 1233881 - Support dynamically setting log levels at runtime via prefs. r=froydnj
|
2015-12-22 15:09:41 -08:00 |
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
|
Bug 1310814 - Use public NSLocale API for getting the system country code. r=spohl
|
2016-10-26 17:56:59 -04:00 |
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
|
Bug 1273661 part 2. Add a way to trace a RefPtr<T> or OwningNonNull<T> via a Rooted. r=terrence,smaug
|
2016-05-18 12:23:35 -04:00 |
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
|
Refactor PaintThread for async painting. (bug 1377060 part 1, r=mchang)
|
2017-07-05 15:19:47 -07:00 |
SystemMemoryReporter.cpp
|
Bug 1060419 - make AppendPrintf and nsPrintfCString use Printf.h, r=froydnj
|
2016-12-14 09:32:21 -07:00 |
SystemMemoryReporter.h
|
…
|
|
moz.build
|
Bug 1343396 - Split CycledCollectedJSContext and XPCJSContext into separate context and runtime classes (r=mccr8)
|
2017-04-18 17:01:04 -07:00 |
nsAgg.h
|
Bug 1353544 - Replace usage of PR_BEGIN_MACRO in xpcom. r=froydnj
|
2017-04-05 18:06:44 -07:00 |
nsAlgorithm.h
|
…
|
|
nsAutoPtr.h
|
Bug 1296189 - Replace NS_RUNTIMEABORT("some string literal message") with MOZ_CRASH(). r=froydnj
|
2016-12-02 13:46:53 -08:00 |
nsAutoRef.h
|
…
|
|
nsCOMPtr.cpp
|
Bug 1332631 part B - file moves from xpcom/glue to xpcom/base, r=froydnj
|
2017-01-23 09:24:01 -05:00 |
nsCOMPtr.h
|
Bug 1331434 - Part 2: Add MOZ_MAY_CALL_AFTER_MUST_RETURN and MOZ_MUST_RETURN_FROM_CALLER annotations, r=ehsan
|
2017-03-07 19:06:48 -05:00 |
nsCRTGlue.cpp
|
Bug 1346132 (part 2) - Remove set_stderr_callback(). r=mstange.
|
2017-03-16 08:17:56 +11:00 |
nsCRTGlue.h
|
Bug 1332631 part B - file moves from xpcom/glue to xpcom/base, r=froydnj
|
2017-01-23 09:24:01 -05:00 |
nsClassInfoImpl.cpp
|
Bug 1332631 part B - file moves from xpcom/glue to xpcom/base, r=froydnj
|
2017-01-23 09:24:01 -05:00 |
nsCom.h
|
…
|
|
nsConsoleMessage.cpp
|
…
|
|
nsConsoleMessage.h
|
…
|
|
nsConsoleService.cpp
|
Bug 1372405 - Provide names for all runnables in the tree (r=froydnj)
|
2017-06-26 14:19:58 -07:00 |
nsConsoleService.h
|
Bug 1332631 part B - file moves from xpcom/glue to xpcom/base, r=froydnj
|
2017-01-23 09:24:01 -05:00 |
nsCrashOnException.cpp
|
…
|
|
nsCrashOnException.h
|
…
|
|
nsCycleCollectionNoteChild.h
|
Bug 1332631 part B - file moves from xpcom/glue to xpcom/base, r=froydnj
|
2017-01-23 09:24:01 -05:00 |
nsCycleCollectionNoteRootCallback.h
|
Bug 1332631 part B - file moves from xpcom/glue to xpcom/base, r=froydnj
|
2017-01-23 09:24:01 -05:00 |
nsCycleCollectionParticipant.cpp
|
Bug 1332631 part B - file moves from xpcom/glue to xpcom/base, r=froydnj
|
2017-01-23 09:24:01 -05:00 |
nsCycleCollectionParticipant.h
|
Bug 1368932 - Allow MOZ_PASTE_PREFIX_AND_ARG_COUNT to work with 0 arguments. r=froydnj
|
2017-05-25 15:47:21 +09:00 |
nsCycleCollectionTraversalCallback.h
|
Bug 1332631 part B - file moves from xpcom/glue to xpcom/base, r=froydnj
|
2017-01-23 09:24:01 -05:00 |
nsCycleCollector.cpp
|
Bug 1376614 - Pass budget to forgetSkippable and return early when budget has been used, r=mccr8
|
2017-06-30 13:44:59 +03: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
|
Bug 1326507, trace after traverse, r=mccr8
|
2017-01-03 21:46:49 +02:00 |
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 1372405 - Provide names for all runnables in the tree (r=froydnj)
|
2017-06-26 14:19:58 -07: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
|
Bug 1320179 - Part 1: Move nsresult value calculation into a python script, r=froydnj
|
2017-04-06 18:36:22 -04:00 |
nsErrorService.cpp
|
…
|
|
nsErrorService.h
|
…
|
|
nsGZFileWriter.cpp
|
Bug 1296164 (part 2) - Use [must_use] on nsIFile.open{NSPR,ANSI}FileDesc(). r=froydnj.
|
2016-08-18 15:27:16 +10:00 |
nsGZFileWriter.h
|
Bug 1295825 (part 3) - Use [must_use] and MOZ_MUST_USE in nsIGZFileWriter.idl. r=froydnj.
|
2016-08-17 17:09:45 +10:00 |
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
|
Bug 1332631 part B - file moves from xpcom/glue to xpcom/base, r=froydnj
|
2017-01-23 09:24:01 -05:00 |
nsID.h
|
Bug 1332631 part B - file moves from xpcom/glue to xpcom/base, r=froydnj
|
2017-01-23 09:24:01 -05:00 |
nsIDebug2.idl
|
bug 1300152 - Add nsIDebug2::rustPanic to allow triggering Rust panic for testing. r=froydnj
|
2017-03-31 12:08:57 -04:00 |
nsIErrorService.idl
|
…
|
|
nsIException.idl
|
Bug 1257919 part 10. Make the caller and formattedStack getters on JSStackFrame take an explicit JSContext. r=khuey
|
2016-03-22 13:50:35 -04:00 |
nsIGZFileWriter.idl
|
Bug 1295825 (part 3) - Use [must_use] and MOZ_MUST_USE in nsIGZFileWriter.idl. r=froydnj.
|
2016-08-17 17:09:45 +10:00 |
nsIID.h
|
…
|
|
nsIInterfaceRequestor.idl
|
…
|
|
nsIInterfaceRequestorUtils.cpp
|
Bug 1332631 part B - file moves from xpcom/glue to xpcom/base, r=froydnj
|
2017-01-23 09:24:01 -05:00 |
nsIInterfaceRequestorUtils.h
|
Bug 1332631 part B - file moves from xpcom/glue to xpcom/base, r=froydnj
|
2017-01-23 09:24:01 -05:00 |
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 1375281 - Part 1: Add getHeapAllocatedAsync() to nsIMemoryReporter.idl. r=erahm
|
2017-07-06 11:19:32 +08:00 |
nsIMessageLoop.idl
|
Bug 1268160: Assert that PostIdleTask is only used on the main thread. r=jld
|
2016-05-12 15:15:43 -07:00 |
nsIMutable.idl
|
…
|
|
nsINIParser.cpp
|
Bug 1332631 part B - file moves from xpcom/glue to xpcom/base, r=froydnj
|
2017-01-23 09:24:01 -05:00 |
nsINIParser.h
|
Bug 1332631 part B - file moves from xpcom/glue to xpcom/base, r=froydnj
|
2017-01-23 09:24:01 -05:00 |
nsIProgrammingLanguage.idl
|
…
|
|
nsISecurityConsoleMessage.idl
|
…
|
|
nsISizeOf.h
|
…
|
|
nsIStatusReporter.idl
|
…
|
|
nsISupports.idl
|
…
|
|
nsISupportsBase.h
|
…
|
|
nsISupportsImpl.cpp
|
Bug 1371080 - Use GetCurrentVirtualThread for XPCOM thread safety checks (r=froydnj)
|
2017-06-13 14:51:11 -07:00 |
nsISupportsImpl.h
|
Bug 1371080 - Use GetCurrentVirtualThread for XPCOM thread safety checks (r=froydnj)
|
2017-06-13 14:51:11 -07:00 |
nsISupportsUtils.h
|
Bug 1332631 part B - file moves from xpcom/glue to xpcom/base, r=froydnj
|
2017-01-23 09:24:01 -05:00 |
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
|
Bug 1332631 part B - file moves from xpcom/glue to xpcom/base, r=froydnj
|
2017-01-23 09:24:01 -05:00 |
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
|
Bug 1332631 part B - file moves from xpcom/glue to xpcom/base, r=froydnj
|
2017-01-23 09:24:01 -05:00 |
nsMemory.h
|
Bug 1353544 - Replace usage of PR_BEGIN_MACRO in xpcom. r=froydnj
|
2017-04-05 18:06:44 -07:00 |
nsMemoryImpl.cpp
|
Bug 1360321 - 6. Add AArch64 support in xpcom; r=froydnj
|
2017-05-17 13:06:23 -04:00 |
nsMemoryImpl.h
|
Bug 1277775 - Replace MOZ_CONSTEXPR{_VAR,_TMPL} with constexpr. r=froydnj
|
2016-07-08 14:39:53 -07:00 |
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 1375281 - Part 2: Implementation of nsMemoryReporterManager::GetHeapAllocatedAsync(). r=erahm,froydnj
|
2017-07-06 11:19:40 +08: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 1372405 - Provide names for all runnables in the tree (r=froydnj)
|
2017-06-26 14:19:58 -07:00 |
nsMessageLoop.h
|
…
|
|
nsObjCExceptions.h
|
Bug 1293541 - Clean up NS_OBJC_*_TRY_* macros. r=mstange.
|
2016-08-09 14:27:59 +10:00 |
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 1353593 - Part 2: Remove wwc functions. r=froydnj
|
2017-06-12 16:20:49 -07:00 |
nsSystemInfo.h
|
…
|
|
nsTWeakRef.h
|
Bug 1332631 part B - file moves from xpcom/glue to xpcom/base, r=froydnj
|
2017-01-23 09:24:01 -05:00 |
nsTraceRefcnt.cpp
|
Bug 1376638 - Minimize uses of prmem.h. r=glandium.
|
2017-06-30 19:05:41 -07:00 |
nsTraceRefcnt.h
|
Bug 1308995, part 2 - Remove nsTraceRefcnt::StatisticsType arguments. r=froydnj
|
2016-10-10 10:56:09 -07:00 |
nsUUIDGenerator.cpp
|
…
|
|
nsUUIDGenerator.h
|
…
|
|
nsVersionComparator.cpp
|
Bug 1332631 part B - file moves from xpcom/glue to xpcom/base, r=froydnj
|
2017-01-23 09:24:01 -05:00 |
nsVersionComparator.h
|
Bug 1332631 part B - file moves from xpcom/glue to xpcom/base, r=froydnj
|
2017-01-23 09:24:01 -05:00 |
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
|
Bug 1332631 part B - file moves from xpcom/glue to xpcom/base, r=froydnj
|
2017-01-23 09:24:01 -05:00 |
nsWindowsHelpers.h
|
Bug 1322465 part 15 - Use explicit/MOZ_IMPLICIT for the unary constructors in xpcom/. r=bobowen,Ehsan
|
2016-12-16 16:01:11 +08:00 |
nscore.h
|
Bug 1330235 - Remove NS_STDCALL_FUNCPROTO and replace its usage with decltype. r=froydnj
|
2017-05-09 23:00:37 +10:00 |
nsrootidl.idl
|
…
|
|