gecko-dev/dom/media/ogg
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
..
moz.build Bug 1168674: [ogg] P1. Add OggDemuxer object. r=me 2016-07-21 11:28:47 +10:00
OggCodecState.cpp Bug 1195723: [ogg/flac] P3. Add flac support in ogg. r=kamidphish 2016-08-04 17:21:53 +10:00
OggCodecState.h Bug 1195723: [ogg/flac] P3. Add flac support in ogg. r=kamidphish 2016-08-04 17:21:53 +10:00
OggCodecStore.cpp Bug 1168674: [ogg] P1. Add OggDemuxer object. r=me 2016-07-21 11:28:47 +10:00
OggCodecStore.h Bug 1168674: [ogg] P1. Add OggDemuxer object. r=me 2016-07-21 11:28:47 +10:00
OggDecoder.cpp Bug 1195723: [ogg/flac] P3. Add flac support in ogg. r=kamidphish 2016-08-04 17:21:53 +10:00
OggDecoder.h Bug 1195723: [ogg] P2. Refactor mimetype parsing for ogg. r=kamidphish 2016-08-04 17:14:28 +10:00
OggDemuxer.cpp Bug 1299727 - Rename NS_WARN_IF_FALSE as NS_WARNING_ASSERTION. r=erahm. 2016-09-01 15:01:16 +10:00
OggDemuxer.h Bug 1195723: [ogg/flac] P3. Add flac support in ogg. r=kamidphish 2016-08-04 17:21:53 +10:00
OggReader.cpp Bug 1299727 - Rename NS_WARN_IF_FALSE as NS_WARNING_ASSERTION. r=erahm. 2016-09-01 15:01:16 +10:00
OggReader.h Bug 1168674: [ogg] P1. Add OggDemuxer object. r=me 2016-07-21 11:28:47 +10:00
OggWriter.cpp Bug 1294753: encode all available audio on each cycle instead of one 'packet' r=rillian 2016-08-18 00:31:11 -04:00
OggWriter.h Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
OpusParser.cpp Bug 1276523 - Fix -Wshadow warnings in dom/media/ogg/. r=gerald 2016-05-30 22:17:35 -07:00
OpusParser.h