gecko-dev/media
Eric Rahm 9f7262d417 Bug 1322095 - Part 1a: Move WrapRunnable's args when running. r=gerald
In order to support `UniquePtr` as an arg type for `WrapRunnable` as well as
avoid unnecessary copies in the future we need to switch to moving args when
invoking a runnable.

This updates `WrapRunnables` so that they move their args when running and
adds/updates some tests. To accomplish this `std::apply` is swapped in for our
bespoke implementation and `std::tuple` is used to hold the args. We then
`std::move` the args when `Run` is called. We also needed to support an r-value
`Class` param for the runnable method on a bound object versions could work
with `UniquePtr` as the holder class.

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

--HG--
extra : moz-landing-system : lando
2020-02-21 22:43:42 +00:00
..
audioipc Bug 1612512 - Update to audio_thread_priority 0.22. r=padenot 2020-02-13 10:28:09 +00:00
ffvpx Bug 1582271 - pt4 - add ffvpx mp3 decoding for android32. r=jya 2019-09-25 14:50:02 +00:00
gmp-clearkey/0.1 Bug 1608657 - Drop version check from WMFDecoderDllName and inline when possible. r=jya 2020-01-14 04:03:28 +00:00
kiss_fft
libaom Bug 1592855 - run mach vendor aom with python3 r=dminor 2019-11-04 20:31:43 +00:00
libcubeb Bug 1612139 - Unship libcubeb's obsolete AudioTrack backend. r=padenot 2020-02-03 10:04:53 +00:00
libdav1d Bug 1611326 - Default to py3_action, and add a py2 attribute to GENERATED_FILES; r=firefox-build-system-reviewers,rstewart 2020-02-14 13:22:46 +00:00
libjpeg Bug 1607379 - Update libjpeg-turbo to 2.0.4. r=aosmond 2020-01-07 12:12:52 +00:00
libmkv
libnestegg Bug 1592193 - Update libnestegg to b50521d4. r=bryce 2019-11-05 00:08:16 +00:00
libogg
libopus Bug 1496746 - Remove VPATH; r=glandium 2019-09-09 17:44:47 +00:00
libpng
libsoundtouch Bug 1588233 - Follow-up: Update moz.yaml for the 2.1.2 update. r=chunmin 2020-01-09 23:19:35 +00:00
libspeex_resampler
libtheora Bug 1496746 - Remove VPATH; r=glandium 2019-09-09 17:44:47 +00:00
libtremor
libvorbis
libvpx Bug 1585358 - Remove mingw-gcc configuration stuf from libvpx r=jya 2019-10-10 18:30:56 +00:00
libwebp
libyuv
mp4parse-rust Bug 1614097 - Update mp4parse-rust to bbb4a12. r=kinetik 2020-02-08 02:13:05 +00:00
mtransport Bug 1322095 - Part 1a: Move WrapRunnable's args when running. r=gerald 2020-02-21 22:43:42 +00:00
openmax_dl
openmax_il/il112
psshparser Bug 1609996 - Reorder some includes affected by the previous patches. r=froydnj 2020-01-20 16:19:48 +00:00
webrtc Bug 1613985 - Use MOZ_COUNTED_DEFAULT_CTOR_*/MOZ_COUNTED_DTOR_* macros. r=froydnj 2020-02-20 11:40:14 +00:00
moz.build
update-libjpeg.sh