Commit Graph

2034 Commits

Author SHA1 Message Date
Ryan Hunt
755fe4c3e0 Bug 1733655 - wasm: Update wasm-smith for exception-handling support. r=decoder
Update the vendored copy of wasm-smith to 0.8.0.

Depends on D127297

Differential Revision: https://phabricator.services.mozilla.com/D127298
2021-10-05 15:23:16 +00:00
Paul Adenot
1b98a49652 Bug 1734004 - mach vendor rust. r=cubeb-reviewers,chunmin
Differential Revision: https://phabricator.services.mozilla.com/D127479
2021-10-05 10:16:45 +00:00
Dragana Damjanovic
e4d1ab4dd7 Bug 1733603 - Neqo version 0.5.3 r=necko-reviewers,kershaw
Differential Revision: https://phabricator.services.mozilla.com/D127273
2021-10-01 18:07:10 +00:00
criss
7897dc6975 Backed out 4 changesets (bug 1728934) for causing Mochitest failures. CLOSED TREE
Backed out changeset 5e64ae0a8b00 (bug 1728934)
Backed out changeset 3538237090bf (bug 1728934)
Backed out changeset a240e5a52df4 (bug 1728934)
Backed out changeset a932fbd95f01 (bug 1728934)
2021-10-01 11:49:44 +03:00
shravanrn@gmail.com
86b9273282 Bug 1728934 Part 2 - Update rlbox,wasm2c plugin for fallible create_sandbox r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D127022
2021-10-01 07:25:03 +00:00
shravanrn@gmail.com
edb3953d4b Bug 1728934 Part 1 - Update wasm2c to support better use of 32-bit virtual space r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D126878
2021-10-01 07:25:02 +00:00
Robert Mader
e566c94ff9 Bug 1731428 - Do not advertise DmaBuf support for Pipewire screen sharing, r=stransky
Right now we only support simple mem-copy from a given DmaBuf instead
of using the driver to get the data. This can fail in many ways, e.g.
if buffer modifiers are used.
Until we support proper handling of DmaBuf, stop advertising it to
Pipewire.

Differential Revision: https://phabricator.services.mozilla.com/D126824
2021-09-30 18:28:58 +00:00
Jan-Erik Rediger
ef6e43ba54 Bug 1733152 - Upgrade to Glean v41.1.1. r=chutten
This pulls in a patch to limit logging to Glean crates on Android.

Differential Revision: https://phabricator.services.mozilla.com/D126962
2021-09-29 16:06:32 +00:00
Mitchell Hentges
4f9389c204 Bug 1732787: Clean up vendored "pystache" and "funcsigs" pkgs r=ahal
* `pystache` is unused.
* `funcsigs` is only needed for WPT - use the WPT version instead.
* `moz.build` has a bunch of obsolete/redundant references, clean
  them up.
* `mohawk` isn't used directly, but is rather depended-on via
  `taskcluster`. So, remove it from `requirements.in`.

Differential Revision: https://phabricator.services.mozilla.com/D126732
2021-09-29 15:19:23 +00:00
Mitchell Hentges
5c31466081 Bug 1723031: Remove pytest from vendored packages r=ahal
`pytest` has platform-specific dependencies (`colorama` on Windows), but
our vendoring logic currently doesn't support having platform-specific
packages.

Since `python-test` jobs don't have to be isolated from the network,
migrate `pytest` to be a `pypi:` dependency.

Differential Revision: https://phabricator.services.mozilla.com/D126285
2021-09-28 20:21:39 +00:00
Mitchell Hentges
d76d2cf32e Bug 1723031: Vendors packaging, pyparsing library r=ahal
This will allow us to parse and compare pip package versions the same
way that `pip` does.

`pyparsing` was added because it's needed by `packaging`.

Differential Revision: https://phabricator.services.mozilla.com/D122888
2021-09-28 14:59:29 +00:00
Mitchell Hentges
3ecc6dad6a Bug 1731145: Don't ignore vendored package *.egg-info directories r=ahal
The `*.egg-info` directories are needed for the packages to show up as
"distributions" to `pip` and other environment-checking logic.

We know that `*.egg-info` directories are cross-platform because they
exist in the globally-usable `tar.gz` releases of packages.

Differential Revision: https://phabricator.services.mozilla.com/D125909
2021-09-28 14:59:27 +00:00
Kagami Sascha Rosylight
622ed0f491 Bug 1731773 - Part 1: Run mach vendor for libjxl and highway r=tnikkel
Just library version updates, nothing else.

Differential Revision: https://phabricator.services.mozilla.com/D126359
2021-09-28 10:54:24 +00:00
criss
f2dcba95fa Backed out 10 changesets (bug 1712151, bug 1724279, bug 1730712, bug 1717051, bug 1723031, bug 1731145) for causing failures on test_yaml.py
Backed out changeset 7f64d538701b (bug 1723031)
Backed out changeset 394152994966 (bug 1723031)
Backed out changeset 9bfeb01bcc9a (bug 1723031)
Backed out changeset 3d283616a57d (bug 1730712)
Backed out changeset bc677b409650 (bug 1724279)
Backed out changeset 784c94c2f528 (bug 1723031)
Backed out changeset 6e1bde40e3b4 (bug 1723031)
Backed out changeset 7adf7e2136a3 (bug 1712151)
Backed out changeset 2aef162b9a1b (bug 1717051)
Backed out changeset 9beeb6d3d95b (bug 1731145)
2021-09-28 00:32:38 +03:00
Mitchell Hentges
bed2f17cdc Bug 1723031: Vendors packaging, pyparsing library r=ahal
This will allow us to parse and compare pip package versions the same
way that `pip` does.

`pyparsing` was added because it's needed by `packaging`.

Differential Revision: https://phabricator.services.mozilla.com/D122888
2021-09-27 20:27:20 +00:00
Mitchell Hentges
88d28c21f4 Bug 1731145: Don't ignore vendored package *.egg-info directories r=ahal
The `*.egg-info` directories are needed for the packages to show up as
"distributions" to `pip` and other environment-checking logic.

We know that `*.egg-info` directories are cross-platform because they
exist in the globally-usable `tar.gz` releases of packages.

Differential Revision: https://phabricator.services.mozilla.com/D125909
2021-09-27 20:27:18 +00:00
Tooru Fujisawa
7a9c20f9af Bug 1732147 - Bump jsparagus for bug 1718635 and bug 1718952. r=nbp
Differential Revision: https://phabricator.services.mozilla.com/D126475
2021-09-23 10:42:35 +00:00
Marian-Vasile Laza
8062c39730 Backed out changeset c4fec6d39844 (bug 1731773) for causing build bustages. 2021-09-23 13:01:37 +03:00
Kagami Sascha Rosylight
ffe3b03a5e Bug 1731773 - Run mach vendor for libjxl and highway r=tnikkel
Just library version updates, nothing else.

Differential Revision: https://phabricator.services.mozilla.com/D126359
2021-09-23 08:23:07 +00:00
Dan Minor
ad6e87862e Bug 1642415 - Rerun mach vendor rust; r=platform-i18n-reviewers,gregtatum
Differential Revision: https://phabricator.services.mozilla.com/D125236
2021-09-22 18:16:06 +00:00
Tooru Fujisawa
95a94fea35 Bug 1731983 - Bump jsparagus for bug 1718623. r=nbp
Differential Revision: https://phabricator.services.mozilla.com/D126333
2021-09-22 11:36:39 +00:00
Paul Adenot
8a804c5770 Bug 1730499 - mach vendor rust. r=cubeb-reviewers,chunmin
Differential Revision: https://phabricator.services.mozilla.com/D126189
2021-09-22 09:13:24 +00:00
Cristian Tuns
1749ba14c2 Backed out 2 changesets (bug 1730499) for causing build bustages. CLOSED TREE
Backed out changeset d8017725186e (bug 1730499)
Backed out changeset 90072c174d62 (bug 1730499)
2021-09-22 02:34:01 -04:00
Paul Adenot
c992be97de Bug 1730499 - mach vendor rust. r=cubeb-reviewers,chunmin
Depends on D126188

Differential Revision: https://phabricator.services.mozilla.com/D126189
2021-09-21 15:36:06 +00:00
Tom Ritter
800a85074e Bug 1729481: Exclude more things from dav1d to make it easier to update r=jbauman
Depends on D124940

Differential Revision: https://phabricator.services.mozilla.com/D124941
2021-09-20 16:09:55 +00:00
Chris H-C
192be51921 Bug 1729723 - Upgrade Glean to v41.1.0 r=janerik
Differential Revision: https://phabricator.services.mozilla.com/D125834
2021-09-20 13:49:31 +00:00
Chris H-C
d28d2fc970 Bug 1729723 - Update Glean to 41.0.0 r=TravisLong
Differential Revision: https://phabricator.services.mozilla.com/D125456
2021-09-20 13:49:30 +00:00
Jan Alexander Steffens (heftig)
1337806696 Bug 1731495 - Don't typecheck the pipewire session_handle. r=rmader
Since xdg-desktop-portal 1.10.0, the type is "o" (an object path string)
instead of "s" (a normal string). g_variant_lookup fails if the type
doesn't match exactly, even though both are strings.

Use g_variant_lookup_value to get the field value, telling it not to
typecheck. Use g_variant_dup_string to extract the string, which doesn't
care about the exact type, so this code should work with all versions of
xdg-desktop-portal.

Following a similar fix to OBS, see
https://github.com/obsproject/obs-studio/commit/ef0540c0d7df.

Differential Revision: https://phabricator.services.mozilla.com/D126053
2021-09-19 16:25:28 +00:00
Marian-Vasile Laza
feeff68652 Backed out 3 changesets (bug 1729481) for causing build bustages. CLOSED TREE
Backed out changeset fb80cde944e6 (bug 1729481)
Backed out changeset 40fc34344f2f (bug 1729481)
Backed out changeset f219caf475fc (bug 1729481)
2021-09-18 01:30:27 +03:00
Tom Ritter
3b40e004e9 Bug 1729481: Exclude more things from dav1d to make it easier to update r=jbauman
Depends on D124940

Differential Revision: https://phabricator.services.mozilla.com/D124941
2021-09-17 19:31:36 +00:00
Cristian Tuns
f9d950e3ab Backed out 5 changesets (bug 1729723) for causing reftest failures with block_on_dispatcher(). CLOSED TREE
Backed out changeset 1cd9afe6d8fd (bug 1729723)
Backed out changeset 90faab13d8ca (bug 1729723)
Backed out changeset c977b9868082 (bug 1729723)
Backed out changeset 74b132e68ed0 (bug 1729723)
Backed out changeset 994d51619f15 (bug 1729723)
2021-09-17 11:44:48 -04:00
Chris H-C
9de4c0218e Bug 1729723 - Upgrade Glean to v41.1.0 r=janerik
Differential Revision: https://phabricator.services.mozilla.com/D125834
2021-09-17 14:01:21 +00:00
Chris H-C
83f3b5a43e Bug 1729723 - Update Glean to 41.0.0 r=TravisLong
Differential Revision: https://phabricator.services.mozilla.com/D125456
2021-09-17 14:01:21 +00:00
Mike Hommey
23c14710ec Bug 1730397 - Update packed_simd to a version that supports rustc >= 1.56. r=hsivonen
Differential Revision: https://phabricator.services.mozilla.com/D125604
2021-09-17 08:55:04 +00:00
Cristian Tuns
ddab55fd76 Backed out changeset 74e579530088 (bug 1730397) as requested by Glandium. CLOSED TREE 2021-09-17 02:56:11 -04:00
Mike Hommey
077579366c Bug 1730397 - Update packed_simd to a version that supports rustc >= 1.56. r=hsivonen
Differential Revision: https://phabricator.services.mozilla.com/D125604
2021-09-17 04:12:36 +00:00
Narcis Beleuzu
45e308665e Backed out 4 changesets (bug 1729723) for mochitest crashes on LateWriteChecks.cpp . CLOSED TREE
Backed out changeset 728ead24c5e8 (bug 1729723)
Backed out changeset 466be2d40e28 (bug 1729723)
Backed out changeset 7b67981c7531 (bug 1729723)
Backed out changeset 378b0f332427 (bug 1729723)
2021-09-16 22:23:31 +03:00
Chris H-C
02f38f3f55 Bug 1729723 - Upgrade Glean to v41.1.0 r=janerik
Differential Revision: https://phabricator.services.mozilla.com/D125834
2021-09-16 18:03:52 +00:00
Chris H-C
4e3e7ba250 Bug 1729723 - Update Glean to 41.0.0 r=TravisLong
Differential Revision: https://phabricator.services.mozilla.com/D125456
2021-09-16 18:03:51 +00:00
Sandor Molnar
ffee439d44 Backed out 4 changesets (bug 1729723) for causing build bustages. CLOSED TREE
Backed out changeset d99b451638d8 (bug 1729723)
Backed out changeset 151dcec458a3 (bug 1729723)
Backed out changeset 444336616b77 (bug 1729723)
Backed out changeset 0522676f94c3 (bug 1729723)
2021-09-16 18:48:13 +03:00
Jon Bauman
d540daea1c Bug 1730784 - Update mp4parse-rust to 72eb355. r=bryce
Differential Revision: https://phabricator.services.mozilla.com/D125627
2021-09-16 14:59:16 +00:00
Chris H-C
8419536749 Bug 1729723 - Upgrade Glean to v41.1.0 r=janerik
Depends on D125456

Differential Revision: https://phabricator.services.mozilla.com/D125834
2021-09-16 14:34:52 +00:00
Chris H-C
ae527d1169 Bug 1729723 - Update Glean to 41.0.0 r=TravisLong
Differential Revision: https://phabricator.services.mozilla.com/D125456
2021-09-16 14:34:51 +00:00
Christian Holler
b40efae952 Bug 1720866 - Integrate the wasm-smith WebAssembly fuzzer. r=jandem,emilio
Differential Revision: https://phabricator.services.mozilla.com/D125173
2021-09-16 09:42:50 +00:00
Marian-Vasile Laza
b228e7547d Backed out changeset 9af854b99136 (bug 1730397) as requested by the dev for causing SM bustages. CLOSED TREE 2021-09-15 11:42:13 +03:00
Mike Hommey
74279e7019 Bug 1730397 - Update packed_simd to a version that supports rustc >= 1.56. r=hsivonen
Differential Revision: https://phabricator.services.mozilla.com/D125604
2021-09-15 07:53:21 +00:00
Mike Hommey
1e54560a16 Bug 1730397 - Fix unstable-name-collisions in mio. r=emilio
Our copy of mio is already self-vendored, so we don't need a Cargo.toml
change to be able to apply in-tree changes.

Differential Revision: https://phabricator.services.mozilla.com/D125508
2021-09-15 07:53:21 +00:00
Mike Hommey
1639e1ee88 Bug 1730397 - Apply prost-derive fix for function name collision. r=emilio
This applies edb1464b71
to our copy of prost 0.6.1.

Differential Revision: https://phabricator.services.mozilla.com/D125507
2021-09-15 07:53:20 +00:00
Manuel Bucher
ecf25dc8fa Bug 1730672 - Update neqo to 0.5.0 r=necko-reviewers,dragana
Differential Revision: https://phabricator.services.mozilla.com/D125528
2021-09-14 13:37:19 +00:00
Sandor Molnar
e3fd361c8b Backed out 2 changesets (bug 1729723) for causing linux debug bustage. CLOSED TREE
Backed out changeset e52c90cdf117 (bug 1729723)
Backed out changeset b166c01d2010 (bug 1729723)
2021-09-13 23:46:51 +03:00