.. |
AbstractThread.cpp
|
Bug 1288618 - Part 6: Avoid unnecessarily allocating a TailDispatcher for XPCOMThreadWrapper. r=bholley
|
2016-09-21 21:24:43 +12:00 |
AbstractThread.h
|
Bug 1288618 - Part 6: Avoid unnecessarily allocating a TailDispatcher for XPCOMThreadWrapper. r=bholley
|
2016-09-21 21:24:43 +12:00 |
BackgroundHangMonitor.cpp
|
Bug 1309031 - Remove support for prohibiting the background hang monitor; r=froydnj
|
2016-10-11 09:37:46 -04:00 |
BackgroundHangMonitor.h
|
Bug 1309031 - Remove support for prohibiting the background hang monitor; r=froydnj
|
2016-10-11 09:37:46 -04:00 |
HangAnnotations.cpp
|
…
|
|
HangAnnotations.h
|
…
|
|
HangMonitor.cpp
|
Bug 1302914 - Use GetThreadContext after calling SuspendThread to ensure threads are really suspended. r=froydnj
|
2016-09-29 20:05:36 +02:00 |
HangMonitor.h
|
…
|
|
LazyIdleThread.cpp
|
Bug 1263595 - Avoid deadlock between the JIT and the gecko profiler on win64. (r=froydnj)
|
2016-09-15 21:35:14 -07:00 |
LazyIdleThread.h
|
Bug 1238404 - Use 'using' directive instead of having separate Dispatch impl in subclasses of nsIEventTarget. r=froydnj
|
2016-01-12 15:18:47 +11:00 |
LeakRefPtr.h
|
…
|
|
MozPromise.h
|
Bug 1293603 (part 2) - Make Run() declarations consistent. r=erahm.
|
2016-08-08 12:18:10 +10:00 |
SharedThreadPool.cpp
|
Bug 1273190, part 3 - Fix some modelines in xpcom/. r=froydnj
|
2016-05-24 14:45:44 -07:00 |
SharedThreadPool.h
|
Bug 1300118 P0 Rename NS_DISPATCH_TAIL to NS_DISPATCH_AT_END to avoid confusion with AbstractThread::TailDispatch. r=bholley
|
2016-09-13 20:12:15 -07:00 |
StateMirroring.h
|
Bug 1297276 - Rename mfbt/unused.h to mfbt/Unused.h for consistency. r=froydnj
|
2016-08-24 14:47:04 +08:00 |
StateWatching.h
|
Bug 1297276 - Rename mfbt/unused.h to mfbt/Unused.h for consistency. r=froydnj
|
2016-08-24 14:47:04 +08:00 |
SyncRunnable.h
|
Bug 1293603 (part 2) - Make Run() declarations consistent. r=erahm.
|
2016-08-08 12:18:10 +10:00 |
TaskDispatcher.h
|
Bug 1297276 - Rename mfbt/unused.h to mfbt/Unused.h for consistency. r=froydnj
|
2016-08-24 14:47:04 +08:00 |
TaskQueue.cpp
|
Bug 1288618 - Part 6: Avoid unnecessarily allocating a TailDispatcher for XPCOMThreadWrapper. r=bholley
|
2016-09-21 21:24:43 +12:00 |
TaskQueue.h
|
Bug 1300118 P5 Expose the TaskQueue backlog ImpreciseLengthForHeuristics(). r=bholley
|
2016-09-13 20:12:15 -07:00 |
ThreadStackHelper.cpp
|
Bug 1302914 - Use GetThreadContext after calling SuspendThread to ensure threads are really suspended. r=froydnj
|
2016-09-29 20:05:36 +02:00 |
ThreadStackHelper.h
|
…
|
|
TimerThread.cpp
|
Bug 1306733: Don't crash on release builds if mTimer isn't set here. r=froydnj
|
2016-09-30 16:42:45 -05:00 |
TimerThread.h
|
Bug 1157323 - Part 3: Do not allow mTimeout to change while a timer is in the queue. r=froydnj
|
2016-08-05 10:07:38 -05:00 |
moz.build
|
Bug 1286877 - do not set c-basic-offset for python-mode; r=gps
|
2016-07-14 10:16:42 -06:00 |
nsEnvironment.cpp
|
…
|
|
nsEnvironment.h
|
…
|
|
nsEventQueue.cpp
|
Bug 1267819: Add a diagnostic assertion. r=froydnj
|
2016-06-28 10:47:23 -07:00 |
nsEventQueue.h
|
…
|
|
nsICancelableRunnable.h
|
Bug 1273190, part 3 - Fix some modelines in xpcom/. r=froydnj
|
2016-05-24 14:45:44 -07:00 |
nsIEnvironment.idl
|
…
|
|
nsIEventTarget.idl
|
Bug 1300118 P0 Rename NS_DISPATCH_TAIL to NS_DISPATCH_AT_END to avoid confusion with AbstractThread::TailDispatch. r=bholley
|
2016-09-13 20:12:15 -07:00 |
nsIProcess.idl
|
…
|
|
nsIRunnable.idl
|
…
|
|
nsISupportsPriority.idl
|
…
|
|
nsIThread.idl
|
Bug 1263595 - Avoid deadlock between the JIT and the gecko profiler on win64. (r=froydnj)
|
2016-09-15 21:35:14 -07:00 |
nsIThreadInternal.idl
|
Bug 1238404 - Use 'using' directive instead of having separate Dispatch impl in subclasses of nsIEventTarget. r=froydnj
|
2016-01-12 15:18:47 +11:00 |
nsIThreadManager.idl
|
…
|
|
nsIThreadPool.idl
|
Bug 1238404 - Use 'using' directive instead of having separate Dispatch impl in subclasses of nsIEventTarget. r=froydnj
|
2016-01-12 15:18:47 +11:00 |
nsITimer.idl
|
…
|
|
nsMemoryPressure.cpp
|
Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj
|
2016-04-25 17:23:21 -07:00 |
nsMemoryPressure.h
|
…
|
|
nsProcess.h
|
…
|
|
nsProcessCommon.cpp
|
Bug 1268313: Part 7 - Move NS_NewRunnableMethod and friends to mozilla::NewRunnableMethod. r=froydnj
|
2016-05-05 01:45:00 -07:00 |
nsThread.cpp
|
merge mozilla-inbound to mozilla-central a=merge
|
2016-09-22 11:55:12 +02:00 |
nsThread.h
|
Bug 1263595 - Avoid deadlock between the JIT and the gecko profiler on win64. (r=froydnj)
|
2016-09-15 21:35:14 -07:00 |
nsThreadManager.cpp
|
Bug 1299389 - Replace some raw pointers in nsThreadManager. r=froydnj.
|
2016-06-10 16:04:49 +10:00 |
nsThreadManager.h
|
Bug 1299389 - Replace some raw pointers in nsThreadManager. r=froydnj.
|
2016-06-10 16:04:49 +10:00 |
nsThreadPool.cpp
|
Bug 1300118 P0 Rename NS_DISPATCH_TAIL to NS_DISPATCH_AT_END to avoid confusion with AbstractThread::TailDispatch. r=bholley
|
2016-09-13 20:12:15 -07:00 |
nsThreadPool.h
|
Bug 1276549 - Remove rvalue reference mark for already_AddRefed params of nsIEventTarget::Dispatch and related methods. r=froydnj
|
2016-06-01 10:04:54 +10:00 |
nsThreadSyncDispatch.h
|
Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj
|
2016-04-25 17:23:21 -07:00 |
nsTimerImpl.cpp
|
Bug 1157323 - Part 5: Remove some unnecessary members. r=froydnj
|
2016-08-05 13:39:34 -05:00 |
nsTimerImpl.h
|
Bug 1157323 - Part 6: Some comment improvements. r=froydnj
|
2016-08-05 13:46:07 -05:00 |