- Update README_MOZILLA for adding mp3 support, and add some clarifying text.
- Clang-format config.h for easier reading since it is our file, not ffmpeg's.
- Use sort -d -u to produce defaults_disabled.* files so linux and macOS
produce same files.
- Change MOZ_FFVPX_FLACONLY to MOZ_FFVPX_AUDIOONLY since it indicates flac
and mp3 decoders.
- Rename config_flac.h to config_audio.h
Differential Revision: https://phabricator.services.mozilla.com/D46423
--HG--
rename : media/ffvpx/config_flac.h => media/ffvpx/config_audio.h
extra : moz-landing-system : lando
This patch re-adds code that was removed by the patch in bug 1565316 - the summarize_supporting_data function. It also fixes the construct_summary function to accept a unit argument for summarizing the values in supporting data measurements.
Differential Revision: https://phabricator.services.mozilla.com/D46995
--HG--
extra : moz-landing-system : lando
We have a number of people starting up singleton threads for the sole
purpose of running a single runnable on them. These consumers often
leave the thread running until some point close to shutdown, or they
never shut it down at all. Let's add a helper function to do the thing
they actually want to do, and then we can modify the implementation of
that function as necessary as we merge singleton threads (and even
thread pools) together.
Differential Revision: https://phabricator.services.mozilla.com/D46997
--HG--
extra : moz-landing-system : lando
Bug 1576386 converted the thread into a threadpool, but when changing that it failed to dispatch the runnable to the thread/threadpool as before.
As a result nsNotifyAddrListener stopped listening for network change events on windows.
Differential Revision: https://phabricator.services.mozilla.com/D46932
--HG--
extra : moz-landing-system : lando
There can be multiple records for the same neighbor with different interface index when the computer is connected to the same network via multiple interfaces, e.g. LAN and WiFi. This patch adds interface index to the key, so when some interface goes down it doesn't remove records belonging to a different interface.
Differential Revision: https://phabricator.services.mozilla.com/D47017
--HG--
extra : moz-landing-system : lando
We need to attach the thread actor as soon as the toolbox start.
To:
* know when the thread is paused, even if the debugger isn't opened
* report paused state by changing the debugger icon
* switch to the debugger on pause
This will also fix some other code, like in the console, which
expect the Thread actor to be attached and already inspecting
the debugged target's globals.
Differential Revision: https://phabricator.services.mozilla.com/D44638
--HG--
extra : moz-landing-system : lando
Transition to syn 1.0 is ongoing, but these take a long time to build.
Hopefully we already patch coreaudio-sys manually so all the crates dependent on
bindgen are effectively in-tree.
I published v0.51.1-oldsyn to avoid pulling all these dependencies for now.
Differential Revision: https://phabricator.services.mozilla.com/D46966
--HG--
rename : third_party/rust/quote-0.6.11/tests/conditional/integer128.rs => third_party/rust/quote/tests/conditional/integer128.rs
rename : third_party/rust/unicode-xid-0.1.0/scripts/unicode.py => third_party/rust/unicode-xid/scripts/unicode.py
extra : moz-landing-system : lando
Automatic update from web-platform-tests
[testharness.js] add "Unhandled rejection" to error message (#19092)
Adds an infrastructure/ test to demo message.
This doesn't test the message, just shows what it is.
Fixes https://github.com/web-platform-tests/wpt/issues/19021.
--
wpt-commits: e84c738d2dab6b8a291e57c56be62f4c4a8f7381
wpt-pr: 19092
Automatic update from web-platform-tests
[LayoutNG] Don't always make a post-flexed main size definite
It should only be definite if the element already had a definite main
size or if the container has a definite main size.
This is #2 from https://drafts.csswg.org/css-flexbox/#definite-sizes
Bug: 845235
Change-Id: I0230080d22ada93ebc8bae09aeda629d87cf5b6d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1797442
Reviewed-by: Christian Biesinger <cbiesinger@chromium.org>
Commit-Queue: David Grogan <dgrogan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#698790}
--
wpt-commits: ba8a54c7427444c5a309fa3bf061dd902b7a8614
wpt-pr: 18980
Automatic update from web-platform-tests
Fix 9f836f09781bb4c3868e644c1c0d759a362a4b8f (#19203)
9f836f09781bb4c3868e644c1c0d759a362a4b8f was just a copy and paste
that did not work, this fixes it.
--
wpt-commits: 42b4a3fa60fdc4cbb622e3196ed89c4bfae32737
wpt-pr: 19203
Automatic update from web-platform-tests
Add missing step_func in wpt/svg/animations/scripted/onhover-syncbases.html
Without this, if the assertion fails the test will timeout rather than
fail.
Also remove the redundant function wrapping 'f' in the initial
step_timeout.
Change-Id: Idb5ee55d0974b53a71f636fc82d0e58ab3c0d663
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1813347
Reviewed-by: Stephen Chenney <schenney@chromium.org>
Commit-Queue: Fredrik Söderquist <fs@opera.com>
Cr-Commit-Position: refs/heads/master@{#698184}
--
Use `t.step_timeout` to avoid `t.step_func` wrapping
--
wpt-commits: b7bcf62a239c7606d7c686c58bdf3c0b3ee5f55a, 742d901d366e2ccfb81466f6fae98e93bf1dfe97
wpt-pr: 19158
Automatic update from web-platform-tests
Bail out early when there is no property (#19198)
* Bail out early when there is no property
--
wpt-commits: 9f836f09781bb4c3868e644c1c0d759a362a4b8f
wpt-pr: 19198
Automatic update from web-platform-tests
tcdownload: returns 1 if No complete TaskCluster runs found for ref (#19187)
--
wpt-commits: ad8bc5b309e3b93506908d1fb8aa3e25c3d32d93
wpt-pr: 19187
Automatic update from web-platform-tests
Install web-platform-tests cacert.crt in the system (#19185)
--
wpt-commits: 64160ed47fb676549dfd6f71bcdfab2271738012
wpt-pr: 19185
Automatic update from web-platform-tests
Add webxr-gamepads-module and test (#19170)
* Add webxr-gamepads-module and test
* Update webxr/gamepads-module/idlharness.https.window.js
* Update webxr-gamepads-module.idl
--
wpt-commits: fc9345bfbab209fbb22d77ebdd7f7a604c4e4482
wpt-pr: 19170