..
AbstractThread.cpp
Bug 1219392 - Capitalize mozilla::unused to avoid conflicts. r=froydnj
2015-11-02 07:53:26 +02:00
AbstractThread.h
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
2015-10-18 01:24:48 -04:00
BackgroundHangMonitor.cpp
Bug 1219751 - Change the the depth limit of the thread hangs stack to use the 99th percentile. r=gfritzsche
2015-10-29 08:05:00 +01:00
BackgroundHangMonitor.h
Bug 1219216 - Fix a wrong comment in BackgroundHangMonitor.h. r=gfritzsche
2015-10-28 05:47:00 +01:00
HangAnnotations.cpp
HangAnnotations.h
HangMonitor.cpp
Bug 1198196
- rework EVENTLOOP_UI_LAG_EXP_MS to record all lag. r=vladan
2015-11-11 14:01:00 +01:00
HangMonitor.h
LazyIdleThread.cpp
Bug 1200922: Add the ability to shut down a thread asynchronously. r=froydnj
2015-09-14 18:24:43 -07:00
LazyIdleThread.h
LeakRefPtr.h
Bug 1186745 part 1 - Add LeakRefPtr for pointer leaking by default. r=froydnj
2015-10-06 13:00:59 +11:00
moz.build
Bug 1207031 - Suppress -Wshadow warnings from google-breakpad headers in xpcom/threads. r=froydnj
2015-09-21 22:41:52 -07:00
MozPromise.h
Bug 1174785 - Part 2: Convert xpcom over to LogModule. r=froydnj
2015-10-19 12:50:14 -07:00
nsEnvironment.cpp
nsEnvironment.h
nsEventQueue.cpp
Bug 1174785 - Part 2: Convert xpcom over to LogModule. r=froydnj
2015-10-19 12:50:14 -07:00
nsEventQueue.h
Bug 1202497 - follow-up - fix static analysis bustage; r=me
2015-09-22 19:25:37 -04:00
nsICancelableRunnable.idl
nsIEnvironment.idl
nsIEventTarget.idl
Bug 1186745 part 5 - Make nsThread::Dispatch() always leak the event if it fails. r=froydnj
2015-10-06 13:00:59 +11:00
nsIProcess.idl
nsIRunnable.idl
nsISupportsPriority.idl
nsIThread.idl
Bug 1200922: Add the ability to shut down a thread asynchronously. r=froydnj
2015-09-14 18:24:43 -07:00
nsIThreadInternal.idl
Bug 1179909: Refactor stable state handling. r=smaug
2015-08-11 06:10:46 -07:00
nsIThreadManager.idl
nsIThreadPool.idl
nsITimer.idl
Bug 1203427 (part 4) - Remove trailing whitespace from nsITimer.idl. r=froydnj.
2015-09-14 15:57:17 -07:00
nsMemoryPressure.cpp
nsMemoryPressure.h
nsProcess.h
nsProcessCommon.cpp
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
2015-10-18 01:24:48 -04:00
nsThread.cpp
Bug 1174785 - Part 2: Convert xpcom over to LogModule. r=froydnj
2015-10-19 12:50:14 -07:00
nsThread.h
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
2015-10-18 01:24:48 -04:00
nsThreadManager.cpp
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
2015-10-18 01:24:48 -04:00
nsThreadManager.h
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
2015-10-18 01:24:48 -04:00
nsThreadPool.cpp
Bug 1174785 - Part 2: Convert xpcom over to LogModule. r=froydnj
2015-10-19 12:50:14 -07:00
nsThreadPool.h
Bug 1202497 - part 6 - make the locking requirements of nsEventQueue explicit; r=gerald
2015-09-21 04:34:51 -04:00
nsThreadSyncDispatch.h
Bug 1186745 part 3 - Make nsThreadSyncDispatch leak the sync task by default when Run() is not called. r=froydnj
2015-10-06 13:00:59 +11:00
nsTimerImpl.cpp
Bug 1174785 - Part 2: Convert xpcom over to LogModule. r=froydnj
2015-10-19 12:50:14 -07:00
nsTimerImpl.h
Bug 1174785 - Part 2: Convert xpcom over to LogModule. r=froydnj
2015-10-19 12:50:14 -07:00
SharedThreadPool.cpp
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
2015-10-18 01:24:48 -04:00
SharedThreadPool.h
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
2015-10-18 01:24:48 -04:00
StateMirroring.h
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
2015-10-18 01:24:48 -04:00
StateWatching.h
Bug 1174785 - Part 2: Convert xpcom over to LogModule. r=froydnj
2015-10-19 12:50:14 -07:00
SyncRunnable.h
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
2015-10-18 01:24:48 -04:00
TaskDispatcher.h
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
2015-10-18 01:24:48 -04:00
TaskQueue.cpp
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
2015-10-18 01:24:48 -04:00
TaskQueue.h
Bug 1219392 - Capitalize mozilla::unused to avoid conflicts. r=froydnj
2015-11-02 07:53:26 +02:00
ThreadStackHelper.cpp
Bug 1207031 - Suppress -Wshadow warnings from google-breakpad headers in xpcom/threads. r=froydnj
2015-09-21 22:41:52 -07:00
ThreadStackHelper.h
Bug 1196381 - Eliminate breakpad dependency in ThreadStackHelper; r=nfroyd r=snorp
2015-09-18 09:17:10 -04:00
TimerThread.cpp
Bug 1213795, Part 1: Don't fire timers in the Nuwa process to fix test case test_NuwaProcessDeadlock.html. r=khuey
2015-10-19 14:32:12 +08:00
TimerThread.h
Bug 1197152: Alternative to remove all sleep/wake functionality from Timers r=froydnj
2015-09-08 11:34:09 -04:00