gecko-dev/dom/media/doctor
Nathan Froyd e7492f2d00 Bug 1443932 - part 1 - add nsIThreadManager::kThreadPoolStackSize; r=erahm
A lot of our thread pools use the default stack size for the platform
they're on, which can be rather large (8MB, usually, on Linux and OS X)
and is probably too much for the typical thread in the thread pool
regardless.  SharedThreadPool already has some logic for selecting a
reasonable stack size for worker threads; let's move that logic to
nsIThreadManager so that logic (and constant) can be shared more
broadly.  (That we already have a couple of instances of
SharedThreadPool usage solely for this constant suggests that it is a
concept that should be available in a more central location.)
2018-03-07 20:33:17 -05:00
..
gtest Bug 1394734 - Replace CONFIG['GNU_C*'] by CONFIG['CC_TYPE'] r=glandium 2017-12-07 22:09:15 +01:00
DDLifetime.cpp
DDLifetime.h
DDLifetimes.cpp
DDLifetimes.h
DDLogCategory.cpp Bug 1407810 - DDMOZ_LOG to replace MOZ_LOG and also output to DDLogger - r=jwwang 2017-10-13 16:31:28 +11:00
DDLogCategory.h Bug 1407810 - DDMOZ_LOG to replace MOZ_LOG and also output to DDLogger - r=jwwang 2017-10-13 16:31:28 +11:00
DDLoggedTypeTraits.h
DDLogMessage.cpp Bug 1407909 - Rename DDLogClass to DDLogCategory - r=jwwang 2017-10-12 16:15:35 +11:00
DDLogMessage.h Bug 1407909 - Rename DDLogClass to DDLogCategory - r=jwwang 2017-10-12 16:15:35 +11:00
DDLogObject.cpp
DDLogObject.h
DDLogUtils.cpp
DDLogUtils.h
DDLogValue.cpp
DDLogValue.h
DDMediaLog.cpp
DDMediaLog.h
DDMediaLogs.cpp Bug 1443932 - part 1 - add nsIThreadManager::kThreadPoolStackSize; r=erahm 2018-03-07 20:33:17 -05:00
DDMediaLogs.h Bug 1407909 - Rename DDLogClass to DDLogCategory - r=jwwang 2017-10-12 16:15:35 +11:00
DDMessageIndex.h
DDTimeStamp.cpp
DDTimeStamp.h
DecoderDoctorDiagnostics.cpp Bug 1404198: Part 2i - Switch to NS_NewTimer* in dom. r=njn 2017-10-15 23:15:40 -07:00
DecoderDoctorDiagnostics.h
DecoderDoctorLogger.cpp Bug 1407810 - Enable DDLogging from the beginning if MOZ_LOG contains DDLogger - r=jwwang 2017-12-04 10:52:51 +11:00
DecoderDoctorLogger.h Bug 1407810 - DDMOZ_LOG to replace MOZ_LOG and also output to DDLogger - r=jwwang 2017-10-13 16:31:28 +11:00
moz.build Bug 1407909 - Rename DDLogClass to DDLogCategory - r=jwwang 2017-10-12 16:15:35 +11:00
MultiWriterQueue.h Bug 1407810 - DDMediaLogs::SizeOf accounts for shallow message queue size - r=jwwang 2017-10-17 16:10:05 +11:00
RollingNumber.h Bug 1394995 - RollingNumber - r=jwwang 2017-09-15 14:31:13 +12:00