gecko-dev/xpcom/threads
JW Wang 50617e1091 Bug 1290338. Part 2 - don't call back to owner functions if the watcher is destroyed. r=bholley
MozReview-Commit-ID: FQkJYtLTBNQ

--HG--
extra : rebase_source : c947ed2de25426815f5260be9b550dfa99f88950
2016-07-29 11:30:16 +08:00
..
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 757969 - use __thread in ThreadLocal; r=froydnj 2016-01-22 10:33:44 -07: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 1228437 - Add BHR stats from e10s child process. B2G fix by Ting-Yu Chou. r=nchen 2015-12-26 19:34:11 -05: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 Bug 1186745 part 1 - Add LeakRefPtr for pointer leaking by default. r=froydnj 2015-10-06 13:00:59 +11:00
MozPromise.h Bug 1273190, part 3 - Fix some modelines in xpcom/. r=froydnj 2016-05-24 14:45:44 -07: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 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
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 1281626 - part 3 - make various things accept already_AddRefed<nsIRunnable>; r=khuey 2016-06-28 22:24:54 -04:00
TaskDispatcher.h Bug 1273190, part 3 - Fix some modelines in xpcom/. r=froydnj 2016-05-24 14:45:44 -07: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 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj 2016-04-25 17:23:21 -07:00
ThreadStackHelper.cpp bug 1069556 - sync to Breakpad c53ed143108948eb7e2d7ee77dc8c0d92050ce7c. r=glandium, benwa 2016-01-27 09:39:53 -05: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 1283151 - make nsTimerEvent final; r=tbsaunde 2016-06-29 19:44:03 -04:00
TimerThread.h Bug 1197152: Alternative to remove all sleep/wake functionality from Timers r=froydnj 2015-09-08 11:34:09 -04: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 Bug 1202497 - follow-up - fix static analysis bustage; r=me 2015-09-22 19:25:37 -04:00
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 Bug 1203427 (part 4) - Remove trailing whitespace from nsITimer.idl. r=froydnj. 2015-09-14 15:57:17 -07:00
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 1283852 - TSan: data race on nsThreadStartupEvent::mInitialized. r=nfroyd. 2016-07-11 14:14:44 +02: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 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 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 1275744 - Reference MOZ_LOG in xpcom comments. r=erahm 2016-05-25 15:26:10 -07:00
nsTimerImpl.h Bug 1174785 - Part 2: Convert xpcom over to LogModule. r=froydnj 2015-10-19 12:50:14 -07:00