mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
b71747b2ac
The new name makes the sense of the condition much clearer. E.g. compare: NS_WARN_IF_FALSE(!rv.Failed()); with: NS_WARNING_ASSERTION(!rv.Failed()); The new name also makes it clearer that it only has effect in debug builds, because that's standard for assertions. --HG-- extra : rebase_source : 886e57a9e433e0cb6ed635cc075b34b7ebf81853 |
||
---|---|---|
.. | ||
AbstractThread.cpp | ||
AbstractThread.h | ||
BackgroundHangMonitor.cpp | ||
BackgroundHangMonitor.h | ||
HangAnnotations.cpp | ||
HangAnnotations.h | ||
HangMonitor.cpp | ||
HangMonitor.h | ||
LazyIdleThread.cpp | ||
LazyIdleThread.h | ||
LeakRefPtr.h | ||
moz.build | ||
MozPromise.h | ||
nsEnvironment.cpp | ||
nsEnvironment.h | ||
nsEventQueue.cpp | ||
nsEventQueue.h | ||
nsICancelableRunnable.h | ||
nsIEnvironment.idl | ||
nsIEventTarget.idl | ||
nsIProcess.idl | ||
nsIRunnable.idl | ||
nsISupportsPriority.idl | ||
nsIThread.idl | ||
nsIThreadInternal.idl | ||
nsIThreadManager.idl | ||
nsIThreadPool.idl | ||
nsITimer.idl | ||
nsMemoryPressure.cpp | ||
nsMemoryPressure.h | ||
nsProcess.h | ||
nsProcessCommon.cpp | ||
nsThread.cpp | ||
nsThread.h | ||
nsThreadManager.cpp | ||
nsThreadManager.h | ||
nsThreadPool.cpp | ||
nsThreadPool.h | ||
nsThreadSyncDispatch.h | ||
nsTimerImpl.cpp | ||
nsTimerImpl.h | ||
SharedThreadPool.cpp | ||
SharedThreadPool.h | ||
StateMirroring.h | ||
StateWatching.h | ||
SyncRunnable.h | ||
TaskDispatcher.h | ||
TaskQueue.cpp | ||
TaskQueue.h | ||
ThreadStackHelper.cpp | ||
ThreadStackHelper.h | ||
TimerThread.cpp | ||
TimerThread.h |