Граф коммитов

532 Коммитов

Автор SHA1 Сообщение Дата
Matthew Gregan 07b0619d68 Bug 1697845 - Remove AudioIPC v1. r=glandium,supply-chain-reviewers,cubeb-reviewers,padenot
Differential Revision: https://phabricator.services.mozilla.com/D134931
2023-03-29 10:25:33 +00:00
Bobby Holley 8bd8a6e842 Bug 1824861 — Import Fuchsia. r=nika,supply-chain-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D173779
2023-03-28 16:04:06 +00:00
Bobby Holley 0a5d09725b Bug 1824861 — Rename 'chromeos' to 'google'. r=nika,supply-chain-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D173778
2023-03-28 16:04:06 +00:00
Bobby Holley 7b6949f889 Bug 1824861 — Update cargo-vet to a73d9ed7d3f0483990cbd845412934ebd59cd0ca. r=nika,supply-chain-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D173777
2023-03-28 16:04:06 +00:00
Bobby Holley 381c1fb80f Bug 1824482 — Certify some audits. r=nika,supply-chain-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D173594
2023-03-24 23:15:02 +00:00
Bobby Holley d8f4dcd16f Bug 1824482 — Run cargo-vet prune. r=nika,supply-chain-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D173593
2023-03-24 23:15:02 +00:00
Matthew Gregan f8e7c09e02 Bug 1816835 - Update AudioIPC macOS branch to 916f65cc. r=cubeb-reviewers,glandium,supply-chain-reviewers,padenot
Differential Revision: https://phabricator.services.mozilla.com/D169877
2023-03-24 05:26:14 +00:00
Mike Hommey b6972306c0 Bug 1824255 - Update glsl to 6.0.2. r=emilio,supply-chain-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D173488
2023-03-24 00:13:38 +00:00
Yury Delendik 4d09764c66 Bug 1823476 - Update wast vendor dependency. r=supply-chain-reviewers
Updated wast=55.0.0.

And also wasm-smith to avoid duplicate copy of wasm-encoder.

Differential Revision: https://phabricator.services.mozilla.com/D173217
2023-03-22 19:27:18 +00:00
Sandor Molnar ae5cc83394 Backed out changeset e0d28793598d (bug 1823476) for causing spider-monkey failures in js/src/jit-test/tests/wasm/simd/relaxed_dot_product.js CLOSED TREE 2023-03-22 21:17:53 +02:00
Yury Delendik d7a441b21b Bug 1823476 - Update wast vendor dependency. r=supply-chain-reviewers
Updated wast=55.0.0.

And also wasm-smith to avoid duplicate copy of wasm-encoder.

Differential Revision: https://phabricator.services.mozilla.com/D173217
2023-03-22 17:50:29 +00:00
pmcmanis 5b83f3fcb5 Bug 1822325 - Vendor Glean 52.4.2 r=janerik,supply-chain-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D172797
2023-03-20 17:52:38 +00:00
Kershaw Chang 226e8a456f Bug 1809843 - Make Http/3 server support proxy mode, r=necko-reviewers,valentin,supply-chain-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D166642
2023-03-16 21:28:57 +00:00
Norisz Fay 4e15bb623b Backed out changeset 6c0c507c2227 (bug 1822325) for causing build bustages CLOSED TREE 2023-03-16 19:09:57 +02:00
pmcmanis 7ba1258eb8 Bug 1822325 - Vendor Glean 52.4.2 r=janerik,supply-chain-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D172797
2023-03-16 16:21:06 +00:00
Tiaan Louw 1da980f4b4 Bug 1813481 - Allow 'none' keyword in color components r=emilio,supply-chain-reviewers,devtools-reviewers
Make use of the new changes in the cssparser that allows 'none' keywords
in color components where allowed.  We store the none values as 0.0 (as
per the spec) and mark the components with the flags. This way we don't
have to check anything on the components before doing calculations.

As this is the last part intended to be released for the new [color-4]
changes, I've also enabled the changes on nightly.

Differential Revision: https://phabricator.services.mozilla.com/D170208
2023-03-16 11:50:55 +00:00
Marian-Vasile Laza b1bb1b3c9b Backed out changeset 160ac6b5f726 (bug 1813481) for assertion failure on nsCSSRenderingGradients.cpp. 2023-03-16 01:50:39 +02:00
Bobby Holley 13cee562c0 Bug 1822691 — Bump cargo-vet to b31b5428709583d0de0fa1b54d88624fd04f8a50. r=nika,supply-chain-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D172727
2023-03-15 21:52:06 +00:00
Tiaan Louw a7a28cf7a6 Bug 1813481 - Allow 'none' keyword in color components r=emilio,supply-chain-reviewers,devtools-reviewers
Make use of the new changes in the cssparser that allows 'none' keywords
in color components where allowed.  We store the none values as 0.0 (as
per the spec) and mark the components with the flags. This way we don't
have to check anything on the components before doing calculations.

As this is the last part intended to be released for the new [color-4]
changes, I've also enabled the changes on nightly.

Differential Revision: https://phabricator.services.mozilla.com/D170208
2023-03-15 21:10:43 +00:00
Butkovits Atila 45514b96bb Backed out changeset deabee2364d4 (bug 1813481) for causing assertion failures at gfxUtils.cpp. CLOSED TREE 2023-03-15 19:21:19 +02:00
Tiaan Louw 29eaf0b759 Bug 1813481 - Allow 'none' keyword in color components r=emilio,supply-chain-reviewers,devtools-reviewers
Make use of the new changes in the cssparser that allows 'none' keywords
in color components where allowed.  We store the none values as 0.0 (as
per the spec) and mark the components with the flags. This way we don't
have to check anything on the components before doing calculations.

As this is the last part intended to be released for the new [color-4]
changes, I've also enabled the changes on nightly.

Differential Revision: https://phabricator.services.mozilla.com/D170208
2023-03-15 16:25:00 +00:00
Cristina Horotan d17ba6a363 Backed out changeset 00e23971f01b (bug 1813481) for causing xpcshell failures at test_css-properties-db.js CLOSED TREE 2023-03-15 11:19:59 +02:00
Tiaan Louw 56e7e7777d Bug 1813481 - Allow 'none' keyword in color components r=emilio,supply-chain-reviewers
Make use of the new changes in the cssparser that allows 'none' keywords
in color components where allowed.  We store the none values as 0.0 (as
per the spec) and mark the components with the flags. This way we don't
have to check anything on the components before doing calculations.

As this is the last part intended to be released for the new [color-4]
changes, I've also enabled the changes on nightly.

Differential Revision: https://phabricator.services.mozilla.com/D170208
2023-03-15 08:15:54 +00:00
Marian-Vasile Laza ee72efd1e9 Backed out 5 changesets (bug 1809843) for causing Cargo related build bustages. CLOSED TREE
Backed out changeset 5c494680f448 (bug 1809843)
Backed out changeset 02742b38edab (bug 1809843)
Backed out changeset 2b9b32ca8294 (bug 1809843)
Backed out changeset 56631cb02ae6 (bug 1809843)
Backed out changeset 37e35a60a71f (bug 1809843)
2023-03-13 13:53:26 +02:00
Kershaw Chang 555125377d Bug 1809843 - Make Http/3 server support proxy mode, r=necko-reviewers,valentin,supply-chain-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D166642
2023-03-13 11:12:31 +00:00
Dana Keeler 692d5b49d3 Bug 1821125 - bump versions of ohttp and bhttp r=valentin,necko-reviewers,supply-chain-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D172150
2023-03-10 22:45:37 +00:00
Martin Thomson bf574a2158 Bug 1821534 - Wildcard audit of ohttp crate, r=supply-chain-reviewers,bholley
Depends on D172187

Differential Revision: https://phabricator.services.mozilla.com/D172188
2023-03-09 23:30:13 +00:00
Martin Thomson 227addb6f9 Bug 1821534 - Wildcard audit of bhttp crate, r=supply-chain-reviewers,bholley
Differential Revision: https://phabricator.services.mozilla.com/D172187
2023-03-09 23:30:12 +00:00
John Schanck 15a0366f05 Bug 1820886 - vendor authenticator-rs v0.4.0-alpha10. r=keeler,supply-chain-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D171913
2023-03-07 23:27:56 +00:00
Bobby Holley 298d5b2168 Bug 1820851 — Import ISRG audits. r=nika,supply-chain-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D171893
2023-03-07 23:15:19 +00:00
Bobby Holley a4b5f7d79c Bug 1820851 — Rename some imports to match the registry. r=nika,supply-chain-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D171892
2023-03-07 23:15:19 +00:00
Bobby Holley f7205e59c5 Bug 1820851 — Pull in new imports. r=nika,supply-chain-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D171891
2023-03-07 23:15:19 +00:00
Teodor Tanasoaia 65c70f01d3 Bug 1818748 - Vet wgpu and naga commits. r=supply-chain-reviewers,bholley
Depends on D170905

Differential Revision: https://phabricator.services.mozilla.com/D170906
2023-03-06 17:00:15 +00:00
Chris H-C 319a2387c2 Bug 1816454 - Update Glean SDK to v52.3.0 r=TravisLong,supply-chain-reviewers,emilio
Also update some FOG tests that are now incorrect (label limits have been
lifted).

The `default_features = false` on `env_logger` are to avoid a new, duplicate
dependency on hermit-abi.

Differential Revision: https://phabricator.services.mozilla.com/D170816
2023-02-28 16:44:02 +00:00
Cristina Horotan 7bd3967451 Backed out 2 changesets (bug 1816835, bug 1817043) for causing multiple bc tests to timeout
Backed out changeset 78d5cd985e6f (bug 1817043)
Backed out changeset 9613b1bcc57c (bug 1816835)
2023-02-28 15:26:31 +02:00
Matthew Gregan 10ea15f976 Bug 1816835 - Update AudioIPC macOS branch to 89de5602. r=cubeb-reviewers,glandium,supply-chain-reviewers,padenot
Differential Revision: https://phabricator.services.mozilla.com/D169877
2023-02-27 22:28:08 +00:00
Stanca Serban 8917a2896e Backed out changeset aba2a1dc6802 (bug 1816454) for causing PNGEncoder related build bustages. CLOSED TREE 2023-02-27 16:42:40 +02:00
Chris H-C 68d8ce8104 Bug 1816454 - Update Glean SDK to v52.3.0 r=TravisLong,supply-chain-reviewers
Also update some FOG tests that are now incorrect (label limits have been
lifted).

Differential Revision: https://phabricator.services.mozilla.com/D170816
2023-02-27 14:04:03 +00:00
Tiaan Louw 6fe94c07e9 Bug 1813481 - Use abstract color parser r=emilio,supply-chain-reviewers
In stead of having the css parser construct a color in it's own format
and then converting it to what Gecko needs to perform operations, we now
construct a Gecko friendly color type directly.

Differential Revision: https://phabricator.services.mozilla.com/D170187
2023-02-26 11:11:21 +00:00
Bobby Holley 3ba960c4be Bug 1818098 — Import cargo-vet audits into firefox. r=nika,supply-chain-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D170540
2023-02-23 23:51:38 +00:00
Bobby Holley 501aae3654 Bug 1818098 — Run cargo vet prune. r=nika,supply-chain-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D170539
2023-02-23 23:51:38 +00:00
Bobby Holley 93da195b4b Bug 1818098 — Bump cargo-vet to b8c695ae8c2e4f846020c65f44a69bc621ad97bf. r=nika,supply-chain-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D170538
2023-02-23 23:51:37 +00:00
Mike Hommey 296ced0fd9 Bug 1817900 - Update zip to 0.6.4. r=emilio,supply-chain-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D170464
2023-02-23 01:34:26 +00:00
Mike Hommey be99ca4c23 Bug 1817900 - Update uuid to 1.3.0. r=emilio,supply-chain-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D170463
2023-02-23 01:34:25 +00:00
Mike Hommey b635752d07 Bug 1817900 - Update try-lock to 0.2.4. r=emilio,supply-chain-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D170462
2023-02-23 01:34:25 +00:00
Mike Hommey aa6c5a1b25 Bug 1817900 - Update toml to 0.5.11. r=emilio,supply-chain-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D170461
2023-02-23 01:25:40 +00:00
Mike Hommey cca4d575b2 Bug 1817900 - Update tokio-stream to 0.1.12. r=emilio,supply-chain-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D170460
2023-02-23 01:25:39 +00:00
Mike Hommey 22a00a3e2e Bug 1817900 - Update tinystr to 0.7.1. r=emilio,supply-chain-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D170459
2023-02-23 01:25:39 +00:00
Mike Hommey 8a32f99969 Bug 1817900 - Update thin-vec to 0.2.12. r=emilio,supply-chain-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D170458
2023-02-23 01:25:38 +00:00
Mike Hommey a26871625e Bug 1817900 - Update termcolor to 1.2.0. r=emilio,supply-chain-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D170457
2023-02-23 01:25:38 +00:00