gecko-dev/media
Nathan Froyd 168a1fcbdc Bug 1336086 - remove mozilla::services::_external_Get*Service; r=bsmedberg,jesup
Removing the exported symbols is straightforward enough.

The only wrinkle is that PeerConnectionCtx.cpp gets compiled with and
without MOZILLA_INTERNAL_API.  When compiling without
MOZILLA_INTERNAL_API, mozilla::services::Get*Service was redirected to
the _external_* symbol variants.  But as the _external_* symbols no
longer exist, PeerConnectionCtx.cpp's code no longer worked.

Fortunately, PeerConnectionCtx.cpp already contains a few #ifdef
MOZILLA_INTERNAL_API blocks to handle internal/external compilation;
fixing this newest issue was just a matter of extending existing blocks
and adding new ones.  The key observation is that we never added any
observers when compiling without MOZILLA_INTERNAL_API, so we can #ifdef
out the removals of observers, as those would have no effect, and simply
skip getting the observer service for the observer additions if we're
compiling without MOZILLA_INTERNAL_API.
2017-02-03 11:52:02 -05:00
..
ffvpx Bug 1298418 - use clang modules with ffvpx's libavutil and clang-cl; r=mshal 2016-11-30 16:01:55 -05:00
gmp-clearkey/0.1 Bug 1334079 - prevent memory leak in CreateSession. r=cpearce 2017-01-26 14:18:07 +02:00
kiss_fft Bug 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06:00
libav Bug 1304829 - rename RELEASE_BUILD to RELEASE_OR_BETA: main part. r=ted,Mossop 2016-10-08 11:14:49 +02:00
libcubeb Bug 1331869 - Update cubeb from upstream to d96e35f02d. r=kinetik,padenot 2017-01-19 18:02:42 +02:00
libjpeg Bug 1304537 - Update libjpeg-turbo to version 1.5.1. r=jrmuizel 2016-09-22 11:46:52 -04:00
libmkv Bug 1231848 - Do not write framerate metadata to webm container in MediaRecorder. r=bechen,jesup,rillian 2017-01-13 09:00:55 +01:00
libnestegg Bug 1296988 - Update libnestegg. r=rillian 2016-08-25 13:49:22 +12:00
libogg Bug 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06:00
libopus Bug 1298569 - Part 2. Replace -fpu=neon with CONFIG['NEON_FLAGS']. r=glandium 2016-09-14 18:34:19 +09:00
libpng Bug 1328354 - Update in-tree libpng to version 1.6.28. r=jrmuizel 2017-01-07 09:32:00 -05:00
libsoundtouch Bug 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06:00
libspeex_resampler Bug 1298569 - Part 2. Replace -fpu=neon with CONFIG['NEON_FLAGS']. r=glandium 2016-09-14 18:34:19 +09:00
libstagefright Bug 1318792 - Adds support for sbgp and sgpd boxes in the traf box r=jya 2017-01-25 12:10:35 +13:00
libtheora Bug 1298569 - Part 2. Replace -fpu=neon with CONFIG['NEON_FLAGS']. r=glandium 2016-09-14 18:34:19 +09:00
libtremor Bug 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06:00
libvorbis Bug 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06:00
libvpx Bug 1332664: Cherry-pick upstream webrtc.org patch to not depend on 'experimental' includes for libvpx r=rillian 2017-01-27 21:10:58 -05:00
libyuv Bug 1329383 - Update YUVColorSpace handling in ConvertYCbCrToRGB32() r=nical 2017-01-10 10:09:19 +09:00
mtransport Bug 1334265 - Replace double quotation marks with single quotation marks in ice_unittest.cpp. r=jesup 2017-02-02 14:42:27 +05:30
omx-plugin Bug 1290073 - Remove ICS Gonk widget support r=sotaro 2016-07-28 14:38:07 +02:00
openmax_dl Bug 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06:00
openmax_il/il112
pocketsphinx Bug 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06:00
psshparser Bug 1329543 - Remove Primetime SystemId from PSSH parser. r=gerald 2017-01-14 11:28:43 +08:00
sphinxbase Bug 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06:00
webrtc Bug 1336086 - remove mozilla::services::_external_Get*Service; r=bsmedberg,jesup 2017-02-03 11:52:02 -05:00
update-libjpeg.sh Bug 1278648 - Update libjpeg-turbo to version 1.5.0. r=jrmuizel 2016-06-26 15:41:09 -04:00