gecko-dev/dom/mobilemessage
Nicholas Nethercote b71747b2ac Bug 1299727 - Rename NS_WARN_IF_FALSE as NS_WARNING_ASSERTION. r=erahm.
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
2016-09-01 15:01:16 +10:00
..
android Bug 1291373 - [geckoview] part 4, Remove GeckoEvent and AndroidGeckoEvent r=jchen 2016-08-16 14:33:43 -07:00
gonk
interfaces Bug 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06:00
ipc Bug 1299727 - Rename NS_WARN_IF_FALSE as NS_WARNING_ASSERTION. r=erahm. 2016-09-01 15:01:16 +10:00
tests
Assertions.cpp
Constants.cpp
Constants.h
DeletedMessageInfo.cpp
DeletedMessageInfo.h
DOMMobileMessageError.cpp
DOMMobileMessageError.h
MmsMessage.cpp
MmsMessage.h
MmsMessageInternal.cpp
MmsMessageInternal.h
MobileMessageCallback.cpp Bug 1292091 - Part 2 - replace MaybeResolve(JS::UndefinedHandleValue) with MaybeResolveWithUndefined(); r=bz 2016-08-09 17:15:13 +08:00
MobileMessageCallback.h
MobileMessageCursorCallback.cpp
MobileMessageCursorCallback.h
MobileMessageManager.cpp Bug 1298280 - Don't compile WebSMS backend in dom part by default. r=fabrice 2016-08-29 11:32:11 +09:00
MobileMessageManager.h
MobileMessageService.cpp
MobileMessageService.h
MobileMessageThread.cpp
MobileMessageThread.h
MobileMessageThreadInternal.cpp
MobileMessageThreadInternal.h
moz.build Bug 1298280 - Don't compile WebSMS backend in dom part by default. r=fabrice 2016-08-29 11:32:11 +09:00
SmsMessage.cpp
SmsMessage.h
SmsMessageInternal.cpp
SmsMessageInternal.h
Types.h