.. |
AbstractThread.cpp
|
Bug 1269963. Part 1 - Add a SyncRunnable::DispatchToThread() overload for AbstractThread. r=bobbyholley.
|
2016-05-04 16:24:25 +08:00 |
AbstractThread.h
|
Bug 1273190, part 3 - Fix some modelines in xpcom/. r=froydnj
|
2016-05-24 14:45:44 -07:00 |
BackgroundHangMonitor.cpp
|
Bug 1284674 - Remove NUWA r=cyu
|
2016-08-02 14:54:00 +02:00 |
BackgroundHangMonitor.h
|
|
|
HangAnnotations.cpp
|
|
|
HangAnnotations.h
|
|
|
HangMonitor.cpp
|
Bug 1284674 - Remove NUWA r=cyu
|
2016-08-02 14:54:00 +02:00 |
HangMonitor.h
|
|
|
LazyIdleThread.cpp
|
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 |
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
|
|
|
moz.build
|
Bug 1286877 - do not set c-basic-offset for python-mode; r=gps
|
2016-07-14 10:16:42 -06:00 |
MozPromise.h
|
Bug 1293603 (part 2) - Make Run() declarations consistent. r=erahm.
|
2016-08-08 12:18:10 +10: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 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 |
nsIProcess.idl
|
|
|
nsIRunnable.idl
|
|
|
nsISupportsPriority.idl
|
|
|
nsIThread.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 |
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
|
Bug 1293603 (part 2) - Make Run() declarations consistent. r=erahm.
|
2016-08-08 12:18:10 +10:00 |
nsThread.h
|
Bug 1263774 - Include memory reports in content process crash reports. r=mccr8, r=aklotz
|
2016-06-21 11:45:25 -07:00 |
nsThreadManager.cpp
|
Bug 757969 - use __thread in ThreadLocal; r=froydnj
|
2016-01-22 10:33:44 -07:00 |
nsThreadManager.h
|
|
|
nsThreadPool.cpp
|
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 |
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 1284674 - Remove NUWA r=cyu
|
2016-08-02 14:54:00 +02:00 |
nsTimerImpl.h
|
|
|
SharedThreadPool.cpp
|
Bug 1273190, part 3 - Fix some modelines in xpcom/. r=froydnj
|
2016-05-24 14:45:44 -07:00 |
SharedThreadPool.h
|
Bug 1284887 - Replaced references to mxr.mozilla.org in the codebase with dxr.mozilla.org r=dolske
|
2016-08-15 17:28:05 -07:00 |
StateMirroring.h
|
Bug 1273190, part 3 - Fix some modelines in xpcom/. r=froydnj
|
2016-05-24 14:45:44 -07:00 |
StateWatching.h
|
Bug 1290338. Part 2 - don't call back to owner functions if the watcher is destroyed. r=bholley
|
2016-07-29 11:30:16 +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 1293603 (part 2) - Make Run() declarations consistent. r=erahm.
|
2016-08-08 12:18:10 +10:00 |
TaskQueue.cpp
|
Bug 1213050: clean up TaskQueue before dropping references to it r=cpearce
|
2016-05-12 00:53:19 -04:00 |
TaskQueue.h
|
Bug 1293117 (part 5) - Change many NS_METHOD occurrences to NS_IMETHOD. r=froydnj.
|
2016-08-08 10:54:50 +10:00 |
ThreadStackHelper.cpp
|
Bug 1293384 - Part 1: Rename snprintf_literal to SprintfLiteral. r=froydnj
|
2016-08-14 23:44:00 -07:00 |
ThreadStackHelper.h
|
|
|
TimerThread.cpp
|
Bug 1284674 - Remove NUWA r=cyu
|
2016-08-02 14:54:00 +02:00 |
TimerThread.h
|
|
|