.. |
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 1414150 - Remove the "memory.low_*" prefs. r=erahm,dmajor.
|
2017-11-08 07:49:46 +11: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
|
Bug 1172216 - Move nsStackwalk to mozglue. r=glandium
|
2015-06-10 16:32:45 -04:00 |
CountingAllocatorBase.h
|
Bug 1297658 - Avoid unnecessary checking in memory reporters. r=erahm.
|
2016-08-24 15:23:45 +10:00 |
CycleCollectedJSContext.cpp
|
Bug 1428605 - Add JS:: namespace to API where it's missing. r=sfink
|
2018-01-07 19:08:33 -08:00 |
CycleCollectedJSContext.h
|
Bug 1428605 - Add JS:: namespace to API where it's missing. r=sfink
|
2018-01-07 19:08:33 -08:00 |
CycleCollectedJSRuntime.cpp
|
Bug 1409852 - Expose an API in ChromeUtils to detect chrome JS dev errors;r=bz
|
2017-11-16 10:48:45 +01:00 |
CycleCollectedJSRuntime.h
|
Bug 1428535 - Add missing override specifiers to overridden virtual functions. r=froydnj
|
2017-11-05 19:37:28 -08: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
|
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
|
Bug 1174796 - Make sure ReleaseNow releases everything. r=smaug
|
2015-06-16 14:19:07 -07:00 |
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 1424917 - Remove support for HSTS Priming. r=mayhemer, r=ckerschb
|
2018-01-10 11:07:00 -05:00 |
ErrorNames.cpp
|
Bug 1408951 - Fix non-unified build in ErrorNames.cpp. r=froydnj
|
2017-10-16 11:03:21 +02:00 |
ErrorNames.h
|
Bug 1391803 - Use nsStringFwd.h for forward declaring string classes. r=froydnj
|
2017-08-16 16:48:52 -07:00 |
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 1342564 - Don't attempt to write out intentional crash files in opt builds. r=ted
|
2017-12-07 13:36:49 -05:00 |
JSObjectHolder.cpp
|
Bug 1179924 - Create a more modern JS object holder for cross-thread references to JS objects. r=smaug
|
2015-07-21 11:31:44 -07:00 |
JSObjectHolder.h
|
Bug 1350958 - Finish labeling ProxyReleaseEvent, r=billm
|
2017-07-14 08:49:22 +02:00 |
LogModulePrefWatcher.cpp
|
Backed out changeset e2beba7e6875 (bug 1423798) for failing Browser Chrome tests browser_temporary_permissions_expiry.js on Windows 7 debug. r=backout on a CLOSED TREE
|
2017-12-09 07:23:35 +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 1428979 - MOZ_LOG should include the pid with the thread name by default. r=erahm
|
2018-01-09 01:50:53 -05:00 |
Logging.h
|
Bug 1386918 - out-of-line LazyLogModule::operator LogModule*(); r=erahm
|
2017-08-18 12:32:05 -04:00 |
MacHelpers.h
|
Bug 1131325 - Move system country code from nsIGfxInfo2 to a more appropriate location. r=aklotz,smichaud
|
2015-07-28 15:45:34 -07:00 |
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 1295941 - Let mozilla::Tokenizer read signed integers from the input, r=erahm
|
2018-01-17 06:23:00 +02: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 1380423 - Add static-analysis to enforce strict rules on functions which can run scripts. r=mystor
|
2017-08-08 19:48:53 +03:00 |
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
|
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
|
Bug 1431109 - Ignore a second incorrect warning with gcc (-Wuninitialized) r=froydnj
|
2018-01-17 15:58:00 +01:00 |
moz.build
|
Backed out 3 changesets (bug 1418131) for failing Browser-chrome on toolkit/modules/tests/browser/browser_Troubleshoot.js on a CLOSED TREE
|
2018-01-16 03:39:43 +02:00 |
nsAgg.h
|
Bug 1428535 - Add missing override specifiers to overridden virtual functions. r=froydnj
|
2017-11-05 19:37:28 -08:00 |
nsAlgorithm.h
|
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
|
2015-07-13 08:25:42 -07:00 |
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 1390568 - manually de-virtualize do_QueryReferent; r=ehsan
|
2017-08-24 20:04:31 -04:00 |
nsCOMPtr.h
|
Bug 1411817: Add do_AddRef overloads for nsCOMPtr<T> and nsRevocableEventPtr<T>. r=froydnj
|
2017-10-25 19:46:50 -07:00 |
nsCRTGlue.cpp
|
Bug 1426989 - Fix NS_strncmp. r=erahm
|
2017-12-24 16:39:24 +09:00 |
nsCRTGlue.h
|
Bug 1407838 - Remove the remains of NS_Alloc/NS_Realloc/NS_Free. r=njn
|
2017-10-12 11:08:44 +09:00 |
nsClassInfoImpl.cpp
|
Bug 1410460 - Non-unified build fix for nsClassInfoImpl.cpp. r=cpearce
|
2017-10-20 16:46:40 +01:00 |
nsCom.h
|
…
|
|
nsConsoleMessage.cpp
|
…
|
|
nsConsoleMessage.h
|
…
|
|
nsConsoleService.cpp
|
Bug 1417185 - Introduce MOZ_CONSOLESERVICE_DISABLE_DEBUGGER_OUTPUT env var to prevent nsConsoleService from flooding debugger's output window, r=jchen
|
2018-01-16 12:27:00 +02: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
|
Bug 1402519 - Remove MOZ_CRASHREPORTER directives from xpcom; r=froydnj
|
2017-10-10 11:59:39 +02:00 |
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 1385474 - Avoid QIing for NoteXPCOMRoot. r=smaug
|
2017-07-28 16:11:03 -07: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 1402499 - Add NS_IMPL_ISUPPORTS_CYCLE_COLLECTION_INHERITED_0 r=bz
|
2017-09-28 23:21:09 -07: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 1428535 - Add missing override specifiers to overridden virtual functions. r=froydnj
|
2017-11-05 19:37:28 -08: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 1416164 - Replace NS_POSTCONDITION with MOZ_ASSERT. r=froydnj
|
2017-11-04 22:48:48 -07:00 |
nsDebugImpl.cpp
|
Bug 1428535 - Add missing override specifiers to overridden virtual functions. r=froydnj
|
2017-11-05 19:37:28 -08:00 |
nsDebugImpl.h
|
Bug 1163916 (part 1) - Avoid a static nsDebugImpl constructor. r=froydnj.
|
2015-05-13 16:47:55 -07:00 |
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 1428535 - Add missing override specifiers to overridden virtual functions. r=froydnj
|
2017-11-05 19:37:28 -08: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
|
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
|
2015-10-18 01:24:48 -04:00 |
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 1409227 (part 4) - Replace nsMemory::Clone(id, sizeof(nsID)) with nsID::Clone(id). r=mccr8.
|
2017-10-18 10:39:20 +11:00 |
nsIConsoleListener.idl
|
…
|
|
nsIConsoleMessage.idl
|
…
|
|
nsIConsoleService.idl
|
Bug 1152574: Fix console service discarding to run when it is actually safe to do so (off of inner-window-destroyed). Also add a backstop at xpcom-shutdown to discard any cycle collected messages before it is too late. r=froydnj
|
2015-07-31 06:49:27 -07:00 |
nsICycleCollectorListener.idl
|
Bug 1163006, part 4 - De-COM the nsICycleCollectorListener methods we only call from C++. r=smaug
|
2015-06-04 14:41:31 -07:00 |
nsID.cpp
|
Bug 1409227 (part 4) - Replace nsMemory::Clone(id, sizeof(nsID)) with nsID::Clone(id). r=mccr8.
|
2017-10-18 10:39:20 +11:00 |
nsID.h
|
Bug 1409227 (part 4) - Replace nsMemory::Clone(id, sizeof(nsID)) with nsID::Clone(id). r=mccr8.
|
2017-10-18 10:39:20 +11: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 1149830 - Remove nsIStackFrame::language. r=bz,mccr8
|
2017-08-03 15:50:07 +09: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 |
nsILoadURIDelegate.idl
|
Bug 1396065 - [1.3] Add nsILoadURIDelegate to handle load delegation to the window (GeckoView). r=smaug,snorp
|
2017-09-05 19:08:04 +02: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 1423773 - Part 1: Remove usage of nsStringGlue.h. r=glandium
|
2017-12-06 16:52:51 -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 1420427 - Stop using native charset in URLPreloader. r=kmag
|
2017-11-28 00:21:00 +09:00 |
nsINIParser.h
|
Bug 1420427 - Stop using native charset in URLPreloader. r=kmag
|
2017-11-28 00:21:00 +09:00 |
nsISecurityConsoleMessage.idl
|
…
|
|
nsISizeOf.h
|
…
|
|
nsISupports.idl
|
…
|
|
nsISupportsBase.h
|
…
|
|
nsISupportsImpl.cpp
|
Bug 1399308 - Include nsThreadUtils.h in nsISupportsImpl.cpp. r=froydnj
|
2017-09-13 13:45:03 +12:00 |
nsISupportsImpl.h
|
Bug 1429244 - Make Selection to use main thread only AddRef/Release, r=mccr8
|
2018-01-10 09:47:07 +02: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 1393592 - manually de-virtualize nsIWeakReference::QueryReferent; r=ehsan
|
2017-08-25 13:48:29 -04:00 |
nsIWeakReferenceUtils.h
|
Bug 1393885 - provide a faster path for do_GetWeakReference; r=erahm
|
2017-09-05 15:39:40 -04: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
|
Bug 1191100 - Remove XPIDL signature comments in .cpp files. r=ehsan
|
2015-08-04 16:17:36 -07:00 |
nsMacUtilsImpl.h
|
…
|
|
nsMemory.cpp
|
Bug 1407838 - Remove the remains of NS_Alloc/NS_Realloc/NS_Free. r=njn
|
2017-10-12 11:08:44 +09:00 |
nsMemory.h
|
Bug 1407838 - Remove the remains of NS_Alloc/NS_Realloc/NS_Free. r=njn
|
2017-10-12 11:08:44 +09: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 1428535 - Add missing override specifiers to overridden virtual functions. r=froydnj
|
2017-11-05 19:37:28 -08:00 |
nsMemoryInfoDumper.h
|
…
|
|
nsMemoryReporterManager.cpp
|
Bug 1235982: Work around GetProcessHeaps giving us some read-only heaps with CFG. r=froydnj
|
2017-12-30 13:10:54 -06: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 1404198: Part 2b - Switch to NS_NewTimer* in xpcom. r=njn
|
2017-10-15 23:11:22 -07:00 |
nsMessageLoop.h
|
…
|
|
nsObjCExceptions.h
|
Bug 1402519 - Remove MOZ_CRASHREPORTER directives from xpcom; r=froydnj
|
2017-10-10 11:59:39 +02:00 |
nsQueryObject.h
|
Bug 1428535 - Add missing override specifiers to overridden virtual functions. r=froydnj
|
2017-11-05 19:37:28 -08:00 |
nsSecurityConsoleMessage.cpp
|
…
|
|
nsSecurityConsoleMessage.h
|
…
|
|
nsSetDllDirectory.h
|
…
|
|
nsSystemInfo.cpp
|
Backed out 3 changesets (bug 1418131) for failing Browser-chrome on toolkit/modules/tests/browser/browser_Troubleshoot.js on a CLOSED TREE
|
2018-01-16 03:39:43 +02:00 |
nsSystemInfo.h
|
Backed out changeset 8d3ff1d1a809 (bug 1220344) for failing android tests
|
2015-11-05 11:48:06 +01:00 |
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 1420975 - Add a environment variable to record JS stack for leaks. r=froydnj,mrbkap
|
2018-01-10 14:02:45 -08:00 |
nsTraceRefcnt.h
|
Bug 1408459, part 2 - Remove unused declaration of NS_MeanAndStdDev(). r=erahm
|
2017-10-15 08:30:57 -07:00 |
nsUUIDGenerator.cpp
|
Bug 1134923 - Remove NS_Alloc/NS_Realloc/NS_Free. r=nfroyd
|
2015-05-01 09:40:30 +09:00 |
nsUUIDGenerator.h
|
…
|
|
nsVersionComparator.cpp
|
Bug 1423773 - Part 1: Remove usage of nsStringGlue.h. r=glandium
|
2017-12-06 16:52:51 -08:00 |
nsVersionComparator.h
|
Bug 1426898 - Stop including Char16.h everywhere. r=Waldo
|
2017-12-23 00:53:12 +09:00 |
nsVersionComparatorImpl.cpp
|
…
|
|
nsVersionComparatorImpl.h
|
…
|
|
nsWeakPtr.h
|
…
|
|
nsWeakReference.cpp
|
Bug 1393885 - provide a faster path for do_GetWeakReference; r=erahm
|
2017-09-05 15:39:40 -04: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 1423512 - Remove infallible allocator exception for xpcom glue code. r=erahm
|
2017-12-06 09:56:02 +09:00 |
nsrootidl.idl
|
Bug 1391803 - Use nsStringFwd.h for forward declaring string classes. r=froydnj
|
2017-08-16 16:48:52 -07:00 |