..
AbstractEventQueue.h
…
AbstractThread.cpp
…
AbstractThread.h
…
BlockingResourceBase.cpp
Bug 1053379 - Simplify CodeAddressService so non-DMD users can rely on defaults. r=njn
2019-08-06 21:58:12 +00:00
BlockingResourceBase.h
Bug 1536129 - Fix !MOZ_CALLSTACK_DISABLED blocking resource acquisition checking, r=erahm
2019-03-19 17:12:42 +00:00
CPUUsageWatcher.cpp
…
CPUUsageWatcher.h
…
CondVar.h
…
DataMutex.h
…
DeadlockDetector.h
…
EventQueue.cpp
…
EventQueue.h
…
IdleTaskRunner.cpp
Bug 1515216, ensure IdleTaskRunners are added only once to RefreshDriver's idle runnable list, r=mccr8
2019-04-15 15:41:15 +00:00
IdleTaskRunner.h
…
InputEventStatistics.cpp
…
InputEventStatistics.h
…
LazyIdleThread.cpp
Bug 1559220 - Special case IndexedDB threads in wakeup telemetry, r=erahm
2019-06-16 21:03:45 +00:00
LazyIdleThread.h
…
LeakRefPtr.h
…
MainThreadIdlePeriod.cpp
Bug 1563139 - Remove StaticPrefs.h. r=glandium
2019-07-26 01:10:23 +00:00
MainThreadIdlePeriod.h
…
MainThreadQueue.h
Bug 1552958
- De-templatize PrioritizedEventQueue, r=froydnj
2019-05-21 18:20:34 +00:00
MainThreadUtils.h
…
Monitor.h
Bug 1570982 - remove `CPP_THROW_NEW`; r=glandium
2019-08-14 01:32:41 +00:00
MozPromise.h
Bug 1571092 - Mark various MozPromise-returning methods MOZ_MUST_USE. r=jld
2019-08-05 20:10:58 +00:00
Mutex.h
Bug 1570982 - remove `CPP_THROW_NEW`; r=glandium
2019-08-14 01:32:41 +00:00
PerformanceCounter.cpp
…
PerformanceCounter.h
…
PrioritizedEventQueue.cpp
Bug 1563139 - Remove StaticPrefs.h. r=glandium
2019-07-26 01:10:23 +00:00
PrioritizedEventQueue.h
Bug 1552958
- De-templatize PrioritizedEventQueue, r=froydnj
2019-05-21 18:20:34 +00:00
Queue.h
…
RWLock.cpp
…
RWLock.h
…
RecursiveMutex.cpp
…
RecursiveMutex.h
Bug 1570982 - remove `CPP_THROW_NEW`; r=glandium
2019-08-14 01:32:41 +00:00
ReentrantMonitor.h
Bug 1570982 - remove `CPP_THROW_NEW`; r=glandium
2019-08-14 01:32:41 +00:00
SchedulerGroup.cpp
…
SchedulerGroup.h
…
SharedThreadPool.cpp
…
SharedThreadPool.h
…
StateMirroring.h
…
StateWatching.h
…
SyncRunnable.h
…
SynchronizedEventQueue.cpp
…
SynchronizedEventQueue.h
…
SystemGroup.cpp
…
SystemGroup.h
…
TaskCategory.h
…
TaskDispatcher.h
…
TaskQueue.cpp
…
TaskQueue.h
…
ThreadBound.h
…
ThreadDelay.cpp
…
ThreadDelay.h
…
ThreadEventQueue.cpp
Bug 1552958
- De-templatize PrioritizedEventQueue, r=froydnj
2019-05-21 18:20:34 +00:00
ThreadEventQueue.h
Bug 1552958
- De-templatize PrioritizedEventQueue, r=froydnj
2019-05-21 18:20:34 +00:00
ThreadEventTarget.cpp
…
ThreadEventTarget.h
…
ThreadLocalVariables.cpp
Bug 1532253 - Add NS_NewURIOnAnyThread r=baku
2019-03-19 15:11:31 +00:00
ThrottledEventQueue.cpp
Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan
2019-05-25 17:46:15 +00:00
ThrottledEventQueue.h
Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan
2019-05-25 17:46:15 +00:00
TimerThread.cpp
Bug 1570982 - remove `CPP_THROW_NEW`; r=glandium
2019-08-14 01:32:41 +00:00
TimerThread.h
…
components.conf
Bug 1539029 - pt 1 - give RDD its own process selector. r=froydnj
2019-04-09 21:13:16 +00:00
moz.build
Bug 1532253 - Add NS_NewURIOnAnyThread r=baku
2019-03-19 15:11:31 +00:00
nsEnvironment.cpp
Bug 1575479 - Encapsulate mBaseHashtableET::mData. r=froydnj
2019-09-10 13:51:09 +00:00
nsEnvironment.h
…
nsICancelableRunnable.h
…
nsIEnvironment.idl
Bug 1552795 - Remove all trailing whitespaces in idl files r=Ehsan
2019-05-22 22:37:14 +00:00
nsIEventTarget.idl
…
nsIIdlePeriod.idl
…
nsIIdleRunnable.h
…
nsINamed.idl
…
nsIProcess.idl
…
nsIRunnable.idl
Bug 1566459, add a way to check underlying IPC message type from runnable, r=nika
2019-07-16 19:21:40 +00:00
nsISerialEventTarget.idl
…
nsISupportsPriority.idl
Bug 1552795 - Remove all trailing whitespaces in idl files r=Ehsan
2019-05-22 22:37:14 +00:00
nsIThread.idl
Bug 1559220 - Special case IndexedDB threads in wakeup telemetry, r=erahm
2019-06-16 21:03:45 +00:00
nsIThreadInternal.idl
Bug 1552795 - Remove all trailing whitespaces in idl files r=Ehsan
2019-05-22 22:37:14 +00:00
nsIThreadManager.idl
Bug 1552795 - Remove all trailing whitespaces in idl files r=Ehsan
2019-05-22 22:37:14 +00:00
nsIThreadPool.idl
Bug 1535361 - Let stream transport service idle with 5 threads instead of only one to not create/kill threads in quick bursts; add option to thread pool to shorten the idle timeout progressively with number of idle thread to save memory, r=dragana
2019-03-19 14:35:12 +00:00
nsITimer.idl
Bug 1539499. Make nsITimer builtinclass. r=froydnj
2019-03-28 13:09:03 +00:00
nsMemoryPressure.cpp
…
nsMemoryPressure.h
Bug 1560931 - Fire memory-pressure-stop events on Windows r=gsvelto
2019-06-24 18:22:53 +01:00
nsProcess.h
Bug 1386760 - Remove the ExecutableName annotation r=froydnj
2019-04-17 14:05:42 +00:00
nsProcessCommon.cpp
Bug 1575974 - Report any non-zero exit code as a process failure in nsIProcess r=gsvelto
2019-09-11 04:40:11 +00:00
nsProxyRelease.cpp
Bug 1482608 - Add owning thread pointer holders for Rust code. r=nika,myk
2019-03-25 04:49:24 +00:00
nsProxyRelease.h
Bug 1536719. Fix handling of member method calls in the MOZ_CAN_RUN_SCRIPT analysis. r=andi
2019-03-21 11:48:33 +00:00
nsThread.cpp
Bug 1576819 - Use PROFILER_ADD_MARKER{,_WITH_PAYLOAD} everywhere - r=gregtatum
2019-09-04 07:56:51 +00:00
nsThread.h
Bug 1561783 - Make nsThread::mIsMainThread a bool, r=bzbarsky
2019-06-27 00:37:53 +00:00
nsThreadManager.cpp
Bug 1552958
- De-templatize PrioritizedEventQueue, r=froydnj
2019-05-21 18:20:34 +00:00
nsThreadManager.h
…
nsThreadPool.cpp
Bug 1573160 - shutdown newly-spawned threads if we're shutting down; r=mccr8
2019-08-15 17:29:26 +00:00
nsThreadPool.h
Bug 1535361 - Let stream transport service idle with 5 threads instead of only one to not create/kill threads in quick bursts; add option to thread pool to shorten the idle timeout progressively with number of idle thread to save memory, r=dragana
2019-03-19 14:35:12 +00:00
nsThreadSyncDispatch.h
…
nsThreadUtils.cpp
Bug 1519636 - clang-format-8: Reformat recent changes to the Google coding style r=Ehsan
2019-04-05 21:41:42 +00:00
nsThreadUtils.h
Bug 1464032 Part 12: Add CanvasParent, CanvasChild and RecordedTextureData. r=mattwoodrow, jld
2018-12-02 14:19:11 +00:00
nsTimerImpl.cpp
Bug 1545120: Simplify this callback management stuff a little. r=froydnj
2019-04-18 14:53:18 +00:00
nsTimerImpl.h
Bug 1545120: Simplify this callback management stuff a little. r=froydnj
2019-04-18 14:53:18 +00:00