..
AbstractThread.cpp
AbstractThread.h
BlockingResourceBase.cpp
BlockingResourceBase.h
components.conf
Bug 1828013 - Add a scriptable API to list all current nsITimer instances, r=smaug.
2023-04-20 09:43:41 +00:00
CondVar.h
CPUUsageWatcher.cpp
Bug 1855134 - Move existing MOZ_TRY macros to a dedicated header file; r=glandium
2023-09-28 20:46:07 +00:00
CPUUsageWatcher.h
DataMutex.h
DeadlockDetector.h
DelayedRunnable.cpp
DelayedRunnable.h
EventQueue.cpp
EventQueue.h
Bug 1858080 - Add a missing include in EventQueue.h. CLOSED TREE
2023-10-10 20:57:35 +03:00
EventTargetCapability.h
IdlePeriodState.cpp
Bug 1861848 - Let foreground content processes run idle tasks without consulting the parent process, r=farre,pbone
2023-11-20 12:46:33 +00:00
IdlePeriodState.h
Bug 1861848 - Let foreground content processes run idle tasks without consulting the parent process, r=farre,pbone
2023-11-20 12:46:33 +00:00
IdleTaskRunner.cpp
Bug 1868744 - If JS engine triggered a GC slice, don't trigger another too soon from CCGCScheduler, r=jonco
2023-12-07 12:34:33 +00:00
IdleTaskRunner.h
Bug 1868744 - If JS engine triggered a GC slice, don't trigger another too soon from CCGCScheduler, r=jonco
2023-12-07 12:34:33 +00:00
InputTaskManager.cpp
InputTaskManager.h
LazyIdleThread.cpp
Bug 1542802 - Part 1: Replace LazyIdleThread with a thin wrapper around nsThreadPool, r=jesup,gstoll
2023-03-02 15:52:32 +00:00
LazyIdleThread.h
Bug 1542802 - Part 1: Replace LazyIdleThread with a thin wrapper around nsThreadPool, r=jesup,gstoll
2023-03-02 15:52:32 +00:00
LeakRefPtr.h
MainThreadIdlePeriod.cpp
Bug 1870008 - make high rate mode handling dynamic, r=farre
2023-12-18 15:40:09 +00:00
MainThreadIdlePeriod.h
MainThreadUtils.h
Bug 1824465 - Part 1: Introduce ReleaseAssertIsOnMainThread, r=xpcom-reviewers,emilio,kmag
2023-04-19 22:10:07 +00:00
Monitor.h
moz.build
Bug 1861848 - Let foreground content processes run idle tasks without consulting the parent process, r=farre,pbone
2023-11-20 12:46:33 +00:00
MozPromise.h
Bug 1842007 - Part 7: Remove MozPromise::FromDomPromise r=xpcom-reviewers,necko-reviewers,nika,jesup
2023-07-13 12:43:41 +00:00
Mutex.h
Bug 1795186 - Specialize Maybe<*AutoLock> to silence thread-safety analysis. r=nika
2023-10-01 20:41:21 +00:00
nsEnvironment.cpp
nsEnvironment.h
nsICancelableRunnable.h
nsIDirectTaskDispatcher.idl
nsIDiscardableRunnable.h
nsIEnvironment.idl
Bug 1802288 - remove trailing whitespaces in idl/webidl files r=credential-management-reviewers,webidl,smaug,sgalich
2022-12-28 09:52:44 +00:00
nsIEventTarget.idl
Bug 1843568 - Part 3: Annotate nsIEventTarget as rust_sync, r=xpcom-reviewers,barret
2023-07-20 17:39:03 +00:00
nsIIdlePeriod.idl
nsIIdleRunnable.h
nsINamed.idl
nsIProcess.idl
nsIRunnable.idl
nsISerialEventTarget.idl
Bug 1843568 - Part 3: Annotate nsIEventTarget as rust_sync, r=xpcom-reviewers,barret
2023-07-20 17:39:03 +00:00
nsISupportsPriority.idl
nsITargetShutdownTask.h
nsIThread.idl
Bug 1843568 - Part 3: Annotate nsIEventTarget as rust_sync, r=xpcom-reviewers,barret
2023-07-20 17:39:03 +00:00
nsIThreadInternal.idl
Bug 1843568 - Part 3: Annotate nsIEventTarget as rust_sync, r=xpcom-reviewers,barret
2023-07-20 17:39:03 +00:00
nsIThreadManager.idl
Bug 1862556: Allow LongTask markers to be generated for any nsThread r=nika
2023-12-07 04:15:44 +00:00
nsIThreadPool.idl
Bug 1843568 - Part 3: Annotate nsIEventTarget as rust_sync, r=xpcom-reviewers,barret
2023-07-20 17:39:03 +00:00
nsIThreadShutdown.idl
nsITimer.idl
Bug 1828013 - Add a scriptable API to list all current nsITimer instances, r=smaug.
2023-04-20 09:43:41 +00:00
nsMemoryPressure.cpp
nsMemoryPressure.h
nsProcess.h
nsProcessCommon.cpp
Bug 1858279 - Prelude: change Unix LaunchApp to take LaunchOptions by move. r=nika
2023-12-02 01:49:58 +00:00
nsProxyRelease.cpp
nsProxyRelease.h
Bug 1858842 - Fix nsMainThreadPtrHolder's destructor during shutdown. r=xpcom-reviewers,mccr8
2023-10-17 11:23:13 +00:00
nsThread.cpp
Bug 1862556: Allow LongTask markers to be generated for any nsThread r=nika
2023-12-07 04:15:44 +00:00
nsThread.h
Bug 1862556: Allow LongTask markers to be generated for any nsThread r=nika
2023-12-07 04:15:44 +00:00
nsThreadManager.cpp
Bug 1862557: Add LongTask profiler marker generation to SocketThread r=necko-reviewers,kershaw
2023-12-07 04:15:44 +00:00
nsThreadManager.h
Bug 1862556: Allow LongTask markers to be generated for any nsThread r=nika
2023-12-07 04:15:44 +00:00
nsThreadPool.cpp
Bug 1872327 - Don't leak runnables on shutdown in nsThreadPool. r=aosmond
2023-12-29 06:37:44 +00:00
nsThreadPool.h
Bug 1748378 - Create a way to deprioritize threadpools. r=nika
2023-02-03 16:36:47 +00:00
nsThreadSyncDispatch.h
Bug 1825360 - Remove the NS_DISPATCH_SYNC flag, r=necko-reviewers,geckoview-reviewers,media-playback-reviewers,karlt,jesup,m_kato,emilio
2023-03-30 16:53:51 +00:00
nsThreadUtils.cpp
Bug 1840313 return full TaskQueue class from CreateBackgroundTaskQueue() r=xpcom-reviewers,nika
2023-06-26 21:52:50 +00:00
nsThreadUtils.h
Bug 1825360 - Remove the NS_DISPATCH_SYNC flag, r=necko-reviewers,geckoview-reviewers,media-playback-reviewers,karlt,jesup,m_kato,emilio
2023-03-30 16:53:51 +00:00
nsTimerImpl.cpp
Bug 1855134 - Move existing MOZ_TRY macros to a dedicated header file; r=glandium
2023-09-28 20:46:07 +00:00
nsTimerImpl.h
Bug 1828013 - Add a scriptable API to list all current nsITimer instances, r=smaug.
2023-04-20 09:43:41 +00:00
Queue.h
RecursiveMutex.cpp
RecursiveMutex.h
ReentrantMonitor.h
RWLock.cpp
RWLock.h
SchedulerGroup.cpp
Bug 1624819 - Remove TaskCategory and other quantum dom remnants. r=smaug,media-playback-reviewers,credential-management-reviewers,cookie-reviewers,places-reviewers,win-reviewers,valentin,mhowell,sgalich,alwu
2023-10-10 08:51:12 +00:00
SchedulerGroup.h
Bug 1624819 - Remove TaskCategory and other quantum dom remnants. r=smaug,media-playback-reviewers,credential-management-reviewers,cookie-reviewers,places-reviewers,win-reviewers,valentin,mhowell,sgalich,alwu
2023-10-10 08:51:12 +00:00
SharedThreadPool.cpp
SharedThreadPool.h
Bug 1843568 - Part 3: Annotate nsIEventTarget as rust_sync, r=xpcom-reviewers,barret
2023-07-20 17:39:03 +00:00
SpinEventLoopUntil.h
StateMirroring.h
Bug 1837570 - Canonical::ConnectMirror must also sync its value.
2023-06-22 21:23:48 +00:00
StateWatching.h
SynchronizedEventQueue.cpp
SynchronizedEventQueue.h
SyncRunnable.h
Bug 1825360 - Remove the NS_DISPATCH_SYNC flag, r=necko-reviewers,geckoview-reviewers,media-playback-reviewers,karlt,jesup,m_kato,emilio
2023-03-30 16:53:51 +00:00
TaskController.cpp
Bug 1869835 - Part 4: Convert TaskMarker to the new MarkerSchema so it gets full ETW support. r=smaug,canaltinova
2023-12-21 18:17:42 +00:00
TaskController.h
Bug 1846407 - Use enum class for Task::Run return value. r=bas,win-reviewers,rkraesig
2023-10-18 15:23:29 +00:00
TaskDispatcher.h
TaskQueue.cpp
Bug 1840313 fetch and remove the first element of queue in one operation r=emilio
2023-06-26 21:52:50 +00:00
TaskQueue.h
Bug 1840313 remove declaration of non-existent TaskQueue::CancelDelayedRunnables() r=emilio
2023-06-26 21:52:50 +00:00
ThreadBound.h
ThreadDelay.cpp
ThreadDelay.h
ThreadEventQueue.cpp
Bug 1754554: Resolve TSAN issue with mBaseQueue in memory reporting r=mccr8
2023-05-15 16:42:30 +00:00
ThreadEventQueue.h
Bug 1754554: Resolve TSAN issue with mBaseQueue in memory reporting r=mccr8
2023-05-15 16:42:30 +00:00
ThreadEventTarget.cpp
Bug 1856087 - Bypass assertion if NS_DISPATCH_IGNORE_BLOCK_DISPATCH is set, r=xpcom-reviewers,jstutte
2023-10-06 20:57:58 +00:00
ThreadEventTarget.h
Bug 1799222 - Part 1: Prevent accidental dispatches to threadpool and timer threads, r=xpcom-reviewers,necko-reviewers,geckoview-reviewers,media-playback-reviewers,jesup,m_kato,padenot,kmag
2022-12-16 17:09:16 +00:00
ThreadLocalVariables.cpp
ThrottledEventQueue.cpp
ThrottledEventQueue.h
TimerThread.cpp
Bug 1826224: Enable high-precision timers on Windows for foreground processes when not on battery power r=smaug
2023-10-31 14:34:39 +00:00
TimerThread.h
Bug 1826224: Enable high-precision timers on Windows for foreground processes when not on battery power r=smaug
2023-10-31 14:34:39 +00:00
VsyncTaskManager.cpp
VsyncTaskManager.h
WinHandleWatcher.cpp
Bug 1837079 - [8/10] Implement file-dialog utility-process-crash tests r=handyman,ipc-reviewers,mstange,gerard-majax,nika,profiler-reviewers,julienw
2023-10-26 18:21:30 +00:00
WinHandleWatcher.h
Bug 1837079 - [8/10] Implement file-dialog utility-process-crash tests r=handyman,ipc-reviewers,mstange,gerard-majax,nika,profiler-reviewers,julienw
2023-10-26 18:21:30 +00:00