gecko-dev/dom
Jean-Yves Avenard fbf1d62e5c Bug 1614958 - Disable VP9 codec in MSE on Android device with no VP9 hardware decoder. r=jolin
We remove the old behaviour that if webm was disabled it would be overridden under some circumstances.
Instead we replace if with a new specialised preference (media.mediasource.vp9.enabled) that is only disabled on Android.

If this pref is disabled, vp9 will only be enabled under some conditions:
 - h264 HW decoding is not supported
 - mp4 is not enabled
 - Device was deemed fast enough to decode VP9 via the P9Benchmark utility
 - On Android, A VP9 HW decoder is present.

The primary observable result is that YouTube will serve H264 content on devices with no hardware VP9 decoder

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

--HG--
extra : moz-landing-system : lando
2020-02-24 06:46:43 +00:00
..
abort
animation Bug 1616443 - Hide composite memeber from the result of getKeyframes(). r=birtles,bzbarsky 2020-02-20 19:09:34 +00:00
audiochannel Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/audiochannel. r=smaug 2020-02-20 15:34:59 +00:00
base Bug 1615967 - Move customUserAgent to BrowsingContext. r=nika,remote-protocol-reviewers 2020-02-24 02:15:03 +00:00
battery
bindings Bug 1616630 - Use py3_action for GENERATED_FILES that already support it; r=firefox-build-system-reviewers,kvark,rstewart 2020-02-21 00:05:17 +00:00
broadcastchannel Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/broadcastchannel. r=smaug 2020-02-20 16:12:31 +00:00
browser-element
cache Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/cache. r=smaug 2020-02-20 15:49:27 +00:00
canvas Bug 1617326 - Fix WebGL CTS/conformance2/extensions/* on Windows. r=lsalzman 2020-02-23 04:22:54 +00:00
chrome-webidl Bug 1615967 - Move customUserAgent to BrowsingContext. r=nika,remote-protocol-reviewers 2020-02-24 02:15:03 +00:00
clients Bug 1604847 - let ClientSourceOpChild finish initialization r=dom-workers-and-storage-reviewers,asuth 2020-02-19 17:56:08 +00:00
commandhandler Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/commandhandler. r=smaug 2020-02-12 13:25:57 +00:00
console Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/console. r=smaug 2020-02-20 16:18:07 +00:00
credentialmanagement Bug 1556627 - Make nsFocusManager::SetFocus work in Fission. r=NeilDeakin,farre,masayuki 2020-02-18 13:30:04 +00:00
crypto Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/crypto. r=smaug 2020-02-12 13:25:38 +00:00
debugger
docs
encoding Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/encoding. r=smaug 2020-02-20 16:16:10 +00:00
events Bug 1617421 - Use cbindgen for cursors. r=jwatt 2020-02-23 13:07:30 +00:00
fetch Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/fetch. r=smaug 2020-02-20 16:53:06 +00:00
file Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/file. r=smaug 2020-02-20 16:11:24 +00:00
filehandle Bug 1614360 - Signal error to child on attempts to read beyond EOF instead of asserting. r=dom-workers-and-storage-reviewers,ttung 2020-02-18 14:45:59 +00:00
filesystem Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/filesystem. r=smaug 2020-02-20 16:01:35 +00:00
flex
gamepad Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/gamepad. r=smaug 2020-02-20 16:03:33 +00:00
geolocation Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/geolocation. r=smaug 2020-02-20 15:50:42 +00:00
grid Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/grid. r=smaug 2020-02-20 16:10:39 +00:00
html Bug 1616368 - [reftest] Replace 'default-preferences' with 'defaults' r=dbaron 2020-02-20 18:47:54 +00:00
imptests
indexedDB Bug 1617132 - Make FileInfo non-polymorphic and merge with its templated subclass. r=dom-workers-and-storage-reviewers,janv 2020-02-21 11:22:02 +00:00
interfaces
ipc Bug 1614847 - Copy the load type across to the new nsDocShellLoadState. r=nika 2020-02-24 02:17:01 +00:00
jsurl
l10n
locales Bug 1486331 - Remove child-src deprecation warning. r=ckerschb 2020-02-07 13:59:09 +00:00
localstorage Bug 1611415 - Prefer using std::move over forget. r=froydnj 2020-02-13 14:38:48 +00:00
manifest Backed out changeset fa5ee85e20a5 (bug 1603673) for causing lint failure in GeckoRuntimeSettings.java CLOSED TREE 2020-02-18 08:39:30 +02:00
mathml
media Bug 1614958 - Disable VP9 codec in MSE on Android device with no VP9 hardware decoder. r=jolin 2020-02-24 06:46:43 +00:00
messagechannel Bug 1613985 - Use MOZ_COUNTED_DEFAULT_CTOR_*/MOZ_COUNTED_DTOR_* macros. r=froydnj 2020-02-20 11:40:14 +00:00
midi Bug 1581172. Remove NS_ERROR_DOM_TYPE_ERR. r=smaug 2020-02-20 16:57:57 +00:00
network Bug 1322095 - Part 1b: Update callbacks to support moved args and convert nsAutoPtr usage. r=jya 2020-02-21 22:43:53 +00:00
notification Bug 1611415 - Prefer using std::move over forget. r=froydnj 2020-02-13 14:38:48 +00:00
offline
payments Bug 1615022 part 2. Require an rvalue reference to reject a Promise with an ErrorResult. r=farre,kvark 2020-02-14 15:42:30 +00:00
performance
permission
plugins Bug 1613985 - Use MOZ_COUNTED_DEFAULT_CTOR_*/MOZ_COUNTED_DTOR_* macros. r=froydnj 2020-02-20 11:40:14 +00:00
power
presentation Bug 1613985 - Use MOZ_COUNTED_DEFAULT_CTOR_*/MOZ_COUNTED_DTOR_* macros. r=froydnj 2020-02-20 11:40:14 +00:00
prio
promise Bug 267645 part 2. Sanitize exceptions from exported functions. r=xeonchen,bholley 2020-02-22 05:01:59 +00:00
prototype
push Bug 1611415 - Prefer using std::move over forget. r=froydnj 2020-02-13 14:38:48 +00:00
quota Bug 1616003 - QM: Make it possible to verify initialization status from unit tests; r=ttung,dom-workers-and-storage-reviewers 2020-02-22 07:57:28 +00:00
reporting Bug 1607364 - CrashReporting API r=baku 2020-02-21 17:40:30 +00:00
res
script Bug 1611415 - Prefer using std::move over forget. r=froydnj 2020-02-13 14:38:48 +00:00
security Bug 1615746: Fix crash in FramingChecker.cpp by adding a nullcheck on the principal. r=baku 2020-02-17 15:27:21 +00:00
serviceworkers Bug 1609665 - push notifications should use registrations with an exact scope match r=dom-workers-and-storage-reviewers,asuth 2020-02-22 00:26:03 +00:00
simpledb
smil Bug 1612444. Improve some error messages for exceptions in layout. r=emilio 2020-02-03 20:35:54 +00:00
storage Bug 1611415 - Prefer using std::move over forget. r=froydnj 2020-02-13 14:38:48 +00:00
svg Bug 1610171 - Clear animated paths when SVG lengths change. r=jwatt 2020-02-24 01:52:52 +00:00
system Bug 1611415 - Prefer using std::move over forget. r=froydnj 2020-02-13 14:38:48 +00:00
tests Bug 1613983 - adjust test manifests for linux64 browser-chrome tests on ubuntu 1804, r=jmaher. 2020-02-20 13:50:30 +00:00
u2f
url Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/url. r=smaug 2020-02-20 16:01:58 +00:00
vr Bug 1616368 - [reftest] Replace 'default-preferences' with 'defaults' r=dbaron 2020-02-20 18:47:54 +00:00
webauthn Bug 1556627 - Make nsFocusManager::SetFocus work in Fission. r=NeilDeakin,farre,masayuki 2020-02-18 13:30:04 +00:00
webbrowserpersist Bug 1612403 - File extensions are duplicated for file inputs with custom 'accept'. r=Gijs 2020-02-21 08:30:30 +00:00
webgpu Bug 1616630 - Use py3_action for GENERATED_FILES that already support it; r=firefox-build-system-reviewers,kvark,rstewart 2020-02-21 00:05:17 +00:00
webidl Bug 1616443 - Hide composite memeber from the result of getKeyframes(). r=birtles,bzbarsky 2020-02-20 19:09:34 +00:00
websocket
workers Bug 1557732 - Don't create worker for discarded document. r=dom-workers-and-storage-reviewers,asuth 2020-02-20 14:05:14 +00:00
worklet Bug 1615022 part 2. Require an rvalue reference to reject a Promise with an ErrorResult. r=farre,kvark 2020-02-14 15:42:30 +00:00
xhr Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/xhr. r=smaug 2020-02-20 15:59:01 +00:00
xml Bug 1605657 - run a microtask checkpoint before XML pretty printing to avoid webextensions breaking it, r=peterv,rpl 2020-02-12 08:23:29 +00:00
xslt Bug 1613985 - Use MOZ_COUNTED_DEFAULT_CTOR_*/MOZ_COUNTED_DTOR_* macros. r=froydnj 2020-02-20 11:40:14 +00:00
xul Bug 1617092: nsXULPrototypeCache::HasData claims urls are cached when they aren't. r=dthayer. 2020-02-21 04:14:49 +00:00
jar.mn
moz.build