gecko-dev/dom/media/platforms
Chris Peterson 406763af7f Bug 1570499 - Part 1: Replace MOZ_FALLTHROUGH macro with C++17's [[fallthrough]] attribute. r=froydnj
This changeset is a simple find and replace of `MOZ_FALLTHROUGH` and `[[fallthrough]]`.

Unfortunately, the MOZ_FALLTHROUGH_ASSERT macro (to assert on case fallthrough in debug builds) is still necessary after switching from [[clang::fallthrough]] to [[fallthrough]] because:

* MOZ_ASSERT(false) followed by [[fallthrough]] triggers a -Wunreachable-code warning in DEBUG builds
* but MOZ_ASSERT(false) without [[fallthrough]] triggers a -Wimplicit-fallthrough warning in NDEBUG builds.

Differential Revision: https://phabricator.services.mozilla.com/D56440

--HG--
extra : moz-landing-system : lando
2019-12-20 07:16:43 +00:00
..
agnostic Bug 1600545 - Remove useless inclusions of header files generated from IDL files in dom/ r=Ehsan 2019-12-06 09:24:56 +00:00
android Bug 1570499 - Part 1: Replace MOZ_FALLTHROUGH macro with C++17's [[fallthrough]] attribute. r=froydnj 2019-12-20 07:16:43 +00:00
apple Bug 1570499 - Part 1: Replace MOZ_FALLTHROUGH macro with C++17's [[fallthrough]] attribute. r=froydnj 2019-12-20 07:16:43 +00:00
ffmpeg Bug 1588233 - P2: Set ST_NO_EXCEPTION_HANDLING before using SoundTouch. r=glandium 2019-11-26 00:48:24 +00:00
omx Bug 1543359 - P13. Let the video decoder determines the default colorspace if unknown. r=mattwoodrow 2019-07-26 08:45:39 +00:00
wmf Bug 1600545 - Remove useless inclusions of header files generated from IDL files in dom/ r=Ehsan 2019-12-06 09:24:56 +00:00
wrappers Bug 1568058 - pt 2 - Add batch decode methods to MediaDataDecoder. r=jya 2019-11-14 16:06:39 +00:00
AllocationPolicy.cpp Bug 1582812 - fix some dom/media/ header cargo-culting; r=mccr8 2019-09-20 20:19:32 +00:00
AllocationPolicy.h Bug 1533252 - P4. Serialize all the video MediaCapabilities queries. r=pehrsons 2019-03-15 13:54:19 +00:00
MediaTelemetryConstants.h
moz.build Bug 1570337 - p4: implement Android encoder. r=jya 2019-09-12 18:19:08 +00:00
PDMFactory.cpp Bug 1563139 - Remove StaticPrefs.h. r=glandium 2019-07-26 01:10:23 +00:00
PDMFactory.h Bug 1555891 - Merge PVideoDecoder into PRemoteDecoder. r=jya,jld 2019-06-11 02:01:51 +00:00
PEMFactory.cpp Bug 1570337 - p4: implement Android encoder. r=jya 2019-09-12 18:19:08 +00:00
PEMFactory.h
PlatformDecoderModule.h Bug 1568058 - pt 2 - Add batch decode methods to MediaDataDecoder. r=jya 2019-11-14 16:06:39 +00:00
PlatformEncoderModule.h Bug 1570337 - p3: extract method for reuse. r=jya 2019-09-12 18:19:00 +00:00
ReorderQueue.h
SimpleMap.h