gecko-dev/xpcom/threads
Bevis Tseng 024ff96b5b Bug 1363318 - Part 2: Label FetchBody. r=baku 2017-05-16 18:12:24 +08:00
..
AbstractThread.cpp Bug 1313200 - Init AbstractThread properly and early. r=froydnj 2017-04-19 13:24:09 +08:00
AbstractThread.h Bug 1313200 - Init AbstractThread properly and early. r=froydnj 2017-04-19 13:24:09 +08:00
BackgroundHangMonitor.cpp Bug 1363883 - Share memory maps between BHR native stacks, dr=bsmedberg, r=froydnj 2017-05-23 13:41:52 -04:00
BackgroundHangMonitor.h
BlockingResourceBase.cpp Bug 1363172 - add mozilla::RWLock; r=erahm 2017-05-22 21:26:26 -04:00
BlockingResourceBase.h Bug 1332631 part D - file moves from xpcom/glue to xpcom/threads, r=froydnj 2017-01-20 14:13:57 -05:00
CondVar.h Bug 1312087 - part 1 - move mozilla::{Mutex,CondVar} to use mozglue locking primitives; r=erahm 2017-03-21 10:20:36 -05:00
DeadlockDetector.h Bug 1332631 part D - file moves from xpcom/glue to xpcom/threads, r=froydnj 2017-01-20 14:13:57 -05:00
HangAnnotations.cpp
HangAnnotations.h
HangMonitor.cpp Bug 1358320 - Make TimeStamp::ProcessCreation()'s outparam optional. r=gsvelto. 2017-04-26 14:55:54 +10:00
HangMonitor.h
LazyIdleThread.cpp Bug 1353206 - Expose nsIThread::idleDispatch to script. r=froydnj 2017-05-24 12:16:04 +02:00
LazyIdleThread.h Bug 1366869 - Make DISPATCH_NORMAL be the default flags argument for nsIEventTarget::Dispatch (r=froydnj) 2017-05-23 12:05:43 -07:00
LeakRefPtr.h
MainThreadIdlePeriod.cpp Bug 1311425 - Add pref for how far into the timer queue, r=smaug,f=froydnj 2017-05-24 21:14:29 -04:00
MainThreadIdlePeriod.h Bug 1311425 - Add pref for how far into the timer queue, r=smaug,f=froydnj 2017-05-24 21:14:29 -04:00
MainThreadUtils.h Bug 1332631 part D - file moves from xpcom/glue to xpcom/threads, r=froydnj 2017-01-20 14:13:57 -05:00
Monitor.h Bug 1332631 part D - file moves from xpcom/glue to xpcom/threads, r=froydnj 2017-01-20 14:13:57 -05:00
MozPromise.h Bug 1367674. P2 - remove unused code. r=gerald 2017-05-25 15:42:35 +08:00
Mutex.h Bug 1312087 - part 1 - move mozilla::{Mutex,CondVar} to use mozglue locking primitives; r=erahm 2017-03-21 10:20:36 -05:00
RWLock.cpp Bug 1367619 - Use RWLock when accessing font prefs service off main thread; r=heycam 2017-05-25 15:04:13 -07:00
RWLock.h Bug 1367619 - Use RWLock when accessing font prefs service off main thread; r=heycam 2017-05-25 15:04:13 -07:00
ReentrantMonitor.h Bug 1339327 (part 5) - Rename some profiler functions related to sleeping. r=mstange. 2017-02-15 14:26:23 +11:00
SchedulerGroup.cpp Backout the experimental patch for bug 1366156 because it didn't help 2017-05-24 09:46:39 -04:00
SchedulerGroup.h Bug 1363474 - Add a method to ask whether it's safe to run code related to a given SchedulerGroup (r=froydnj) 2017-05-19 14:31:52 -07:00
SharedThreadPool.cpp Bug 1359490 - add an event loop spinning abstraction function; r=gerald 2017-05-15 09:34:19 -04:00
SharedThreadPool.h Bug 1366869 - Make DISPATCH_NORMAL be the default flags argument for nsIEventTarget::Dispatch (r=froydnj) 2017-05-23 12:05:43 -07:00
StateMirroring.h Bug 1320785 - Remove obsolete 'ns' from 'StorensRefPtrPassByPtr' - r=froydnj 2017-01-09 07:55:19 +11:00
StateWatching.h Bug 1313469 - Part 2: Convert TestCOMArray to a gtest. r=froydnj 2016-11-04 16:21:59 -07:00
SyncRunnable.h
SystemGroup.cpp Bug 1363877 - Label IPC shmem messages as SystemGroup (r=dvander) 2017-05-19 16:38:12 -07:00
SystemGroup.h Bug 1363877 - Label IPC shmem messages as SystemGroup (r=dvander) 2017-05-19 16:38:12 -07:00
TaskCategory.h Bug 1337575 - Use SystemGroup for GC/CC (r=mccr8) 2017-02-13 17:02:59 -08:00
TaskDispatcher.h Bug 1353610 - Add null checks. r=bobbyholley 2017-03-31 17:01:35 +08:00
TaskQueue.cpp Bug 1359309. P1 - give mozilla::TaskQueue a name which will be useful in debugging Dispatch() failures. r=jya 2017-04-25 14:57:55 +08:00
TaskQueue.h Bug 1359309. P2 - dump the name of the TaskQueue when Dispatch() fails. r=jya 2017-04-25 15:08:23 +08:00
ThreadStackHelper.cpp Bug 1366650 (part 1) - Move PseudoStack into SpiderMonkey. r=mstange,shu. 2017-05-26 09:37:28 +10:00
ThreadStackHelper.h Backed out 4 changesets (bug 1357829) for build bustage in xpcshell\selftest.py on windows 8 x64 opt. a=backout 2017-05-19 11:27:38 +08:00
ThrottledEventQueue.cpp Bug 1368358 - ThrottledEventQueue::Inner::IsOnCurrentThread should work similarly to other IsOnCurrentThread implementations, r=bkelly 2017-05-29 17:04:36 +03:00
ThrottledEventQueue.h Bug 1366869 - Make DISPATCH_NORMAL be the default flags argument for nsIEventTarget::Dispatch (r=froydnj) 2017-05-23 12:05:43 -07:00
TimerThread.cpp Bug 1311425, review comment fix to ensure low priority timers aren't taken into account when calling NS_GetTimerDeadlineHintOnCurrentThread, r=smaug 2017-05-26 09:13:39 -04:00
TimerThread.h Bug 1311425 - Add pref for how far into the timer queue, r=smaug,f=froydnj 2017-05-24 21:14:29 -04:00
moz.build Bug 1366750 - Rename nsIIncrementalRunnable to nsIIdleRunnable. r=smaug 2017-05-23 13:24:25 +02:00
nsEnvironment.cpp Bug 1334278 - change mozilla::Smprintf to return a UniquePtr; r=froydnj 2017-03-03 08:17:27 -07:00
nsEnvironment.h
nsEventQueue.cpp Bug 1331804 - Name each runnable from the ThrottledEventQueue queue (r=bkelly) 2017-01-24 16:34:37 -08:00
nsEventQueue.h Bug 1331804 - Name each runnable from the ThrottledEventQueue queue (r=bkelly) 2017-01-24 16:34:37 -08:00
nsICancelableRunnable.h
nsIEnvironment.idl
nsIEventTarget.idl Bug 1366869 - Make DISPATCH_NORMAL be the default flags argument for nsIEventTarget::Dispatch (r=froydnj) 2017-05-23 12:05:43 -07:00
nsIIdlePeriod.idl Bug 1198381 - Extend nsIThread with idleDispatch, r=froydnj,smaug 2016-08-24 16:18:06 +02:00
nsIIdleRunnable.h Bug 1358476, add support for timeout when doing idle dispatch, p=farre,smaug, r=nfroyd 2017-05-24 17:34:50 -04:00
nsINamed.idl Bug 1331804 - Measure runnable times keyed by name for telemetry (r=ehsan,bsmedberg) 2017-01-24 16:34:37 -08:00
nsIProcess.idl Bug 1366711 - Make it possible to hide applications launched with nsIProcess; r=bsmedberg 2017-05-22 10:23:00 +02:00
nsIRunnable.idl bug 1306591, add secondary event queue to let high priority messages to be processed sooner, r=billm 2016-11-08 14:05:45 +02:00
nsISupportsPriority.idl
nsIThread.idl Bug 1353206 - Expose nsIThread::idleDispatch to script. r=froydnj 2017-05-24 12:16:04 +02:00
nsIThreadInternal.idl
nsIThreadManager.idl Bug 1355161 - provide a scriptable equivalent of NS_DispatchToMainThread, r=froydnj. 2017-04-14 18:27:32 +02:00
nsIThreadPool.idl
nsITimer.idl Bug 1311425 - Make idle callbacks aware of nsITimers, r=froydnj 2017-05-24 21:12:55 -04:00
nsMemoryPressure.cpp
nsMemoryPressure.h
nsProcess.h Bug 1366711 - Make it possible to hide applications launched with nsIProcess; r=bsmedberg 2017-05-22 10:23:00 +02:00
nsProcessCommon.cpp Bug 1366711 - Make it possible to hide applications launched with nsIProcess; r=bsmedberg 2017-05-22 10:23:00 +02:00
nsProxyRelease.cpp Bug 1332631 part D - file moves from xpcom/glue to xpcom/threads, r=froydnj 2017-01-20 14:13:57 -05:00
nsProxyRelease.h Bug 1363318 - Part 2: Label FetchBody. r=baku 2017-05-16 18:12:24 +08:00
nsThread.cpp Bug 1368286 - Take the idle queue into account in nsThread::HasPendingEvents(); r=smaug 2017-05-29 14:34:34 -04:00
nsThread.h Bug 1366869 - Make DISPATCH_NORMAL be the default flags argument for nsIEventTarget::Dispatch (r=froydnj) 2017-05-23 12:05:43 -07:00
nsThreadManager.cpp Bug 1313200 - Init AbstractThread properly and early. r=froydnj 2017-04-19 13:24:09 +08:00
nsThreadManager.h
nsThreadPool.cpp Bug 1359490 - add an event loop spinning abstraction function; r=gerald 2017-05-15 09:34:19 -04:00
nsThreadPool.h Bug 1366869 - Make DISPATCH_NORMAL be the default flags argument for nsIEventTarget::Dispatch (r=froydnj) 2017-05-23 12:05:43 -07:00
nsThreadSyncDispatch.h Bug 1363560 - Name more runnables (r=mccr8) 2017-05-09 21:53:25 -07:00
nsThreadUtils.cpp Bug 1358476, add support for timeout when doing idle dispatch, p=farre,smaug, r=nfroyd 2017-05-24 17:34:50 -04:00
nsThreadUtils.h Bug 1311425 - Add pref for how far into the timer queue, r=smaug,f=froydnj 2017-05-24 21:14:29 -04:00
nsTimerImpl.cpp Bug 1311425 - Add pref for how far into the timer queue, r=smaug,f=froydnj 2017-05-24 21:14:29 -04:00
nsTimerImpl.h Bug 1311425 - Make idle callbacks aware of nsITimers, r=froydnj 2017-05-24 21:12:55 -04:00