Mike Hommey
cb37196702
Bug 1804586 - Update rusqlite to 0.28. r=markh,supply-chain-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D164167
2022-12-13 00:32:35 +00:00
Mike Hommey
03ce56dee2
Bug 1804570 - Update alsa crate to 0.7. r=gsvelto,supply-chain-reviewers
...
We also artificially update nix to 0.25 in preparation for bug 1793784.
Differential Revision: https://phabricator.services.mozilla.com/D164165
2022-12-13 00:24:03 +00:00
Mark Hammond
15847c3f6a
Bug 1804545 - Re-vendor application-services to pickup fix to IDs in sync payload. r=skhamis,supply-chain-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D164135
2022-12-08 00:26:37 +00:00
Lee Salzman
c6fc10d232
Bug 1804340 - Update wpf-gpu-raster and aa-stroke to support generating into a slice. r=jrmuizel
...
This adds machinery to wpf-gpu-raster and aa-stroke to support an output buffer specified as
a slice, which they will preferentially use instead of their dynamic Vec to store output
vertexes in.
Differential Revision: https://phabricator.services.mozilla.com/D163989
2022-12-07 00:53:55 +00:00
Lee Salzman
2ad13433da
Bug 1801307 - Remember last interval to speed up insertion search. r=jrmuizel
...
This modifies AddInterval in wpf-gpu-raster to try to remember the last interval
it searched for so that it doesn't have to search the entire interval list for
every interval added. This should take us down from O(n^2) to closer to O(n) for
this phase of rasterization.
Differential Revision: https://phabricator.services.mozilla.com/D163795
2022-12-05 04:40:45 +00:00
Mark Hammond
e925353b45
Bug 1803726 (part 1) - update to a new application-services. r=bdk,supply-chain-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D163672
2022-12-04 10:30:29 +00:00
Lee Salzman
c784c8bd6e
Bug 1803604 - Vendor aa-stroke Rust library. r=jrmuizel,supply-chain-reviewers
...
aa-stroke is a Rust library developed by the Gfx team at Mozilla to help
accelerate stroked paths for Canvas2D.
Differential Revision: https://phabricator.services.mozilla.com/D163608
2022-12-03 08:21:50 +00:00
Cosmin Sabou
bc234a7f64
Backed out 2 changesets (bug 1803604) for causing talos crashes on pdfpaint.
...
Backed out changeset 0be171a7d6ac (bug 1803604)
Backed out changeset 9c9e6c4e7864 (bug 1803604)
2022-12-03 02:59:04 +02:00
Lee Salzman
d355085c4e
Bug 1803604 - Vendor aa-stroke Rust library. r=jrmuizel,supply-chain-reviewers
...
aa-stroke is a Rust library developed by the Gfx team at Mozilla to help
accelerate stroked paths for Canvas2D.
Differential Revision: https://phabricator.services.mozilla.com/D163608
2022-12-02 19:49:37 +00:00
Lee Salzman
cc4019f675
Bug 1799402 - Vendor wpf-gpu-raster Rust crate. r=jrmuizel,supply-chain-reviewers
...
This adds the wpf-gpu-raster Rust crate so we can use it for the accelerated
Canvas2D project.
Differential Revision: https://phabricator.services.mozilla.com/D161477
2022-11-12 08:06:43 +00:00
Iulian Moraru
f838c68136
Backed out 3 changesets (bug 1799402) for causing windows build bustages. CLOSED TREE
...
Backed out changeset e51cd76008ef (bug 1799402)
Backed out changeset 3ff660b475ff (bug 1799402)
Backed out changeset 9cfa7581565e (bug 1799402)
2022-11-12 08:33:24 +02:00
Lee Salzman
200bbf0a13
Bug 1799402 - Vendor wpf-gpu-raster Rust crate. r=jrmuizel,supply-chain-reviewers
...
This adds the wpf-gpu-raster Rust crate so we can use it for the accelerated
Canvas2D project.
Differential Revision: https://phabricator.services.mozilla.com/D161477
2022-11-12 05:42:29 +00:00
Jim Blandy
fe1f55c62a
Bug 1799801: Update wgpu to 261069d0 (2022-10-5) r=nical,supply-chain-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D161662
2022-11-09 17:34:56 +00:00
Cristian Tuns
ce0b61513b
Backed out changeset 06cfb7445c64 (bug 1799801) for causing build bustages CLOSED TREE
2022-11-09 11:57:02 -05:00
Jim Blandy
9d1f26b312
Bug 1799801: Update wgpu to 261069d0 (2022-10-5) r=nical,supply-chain-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D161662
2022-11-09 16:42:50 +00:00
Matthew Gregan
14c2bd9d66
Bug 1797398 - Update cubeb-coreaudio-rs to 93b5c01a. r=cubeb-reviewers,padenot
...
Differential Revision: https://phabricator.services.mozilla.com/D160304
2022-10-26 09:42:33 +00:00
Sammy Khamis
91b6f8fd65
Bug 1791851 - mach vendor changes for tabs component r=teshaq,LougeniaBailey,supply-chain-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D157978
2022-10-25 20:03:21 +00:00
az
207fa3c553
Bug 1794916 - mach vendor rust for cubeb-pulse-rs 0.4.1 r=kinetik
...
Differential Revision: https://phabricator.services.mozilla.com/D159638
2022-10-18 23:11:11 +00:00
Paul Adenot
e481cc5b87
Bug 1793294 - mach vendor rust. r=cubeb-reviewers,chunmin
...
Differential Revision: https://phabricator.services.mozilla.com/D158957
2022-10-17 13:18:55 +00:00
Paul Adenot
a58ffa7840
Bug 1793806 - mach vendor rust. r=cubeb-reviewers,chunmin
...
Differential Revision: https://phabricator.services.mozilla.com/D158687
2022-10-06 09:18:13 +00:00
Matthew Gregan
bd8f657474
Bug 1792743 - Update AudioIPC macOS branch to 42eb59ab. r=cubeb-reviewers,padenot
...
Differential Revision: https://phabricator.services.mozilla.com/D158285
2022-09-29 20:07:37 +00:00
Mark Hammond
5ecc219891
Bug 1790931 - vendor a new application-services so golden_gate doesn't get stale. r=bdk
...
Differential Revision: https://phabricator.services.mozilla.com/D157402
2022-09-19 23:37:51 +00:00
Jim Blandy
06485d6d4f
Bug 1791297: Update to wgpu b752c7d2 (2022-9-16) r=nical,supply-chain-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D157594
2022-09-19 09:39:22 +00:00
az
abade6347e
Bug 1789547 - Update cubeb-pulse to 0.10.1 r=cubeb-reviewers,kinetik
...
Depends on D156632
Differential Revision: https://phabricator.services.mozilla.com/D156633
2022-09-11 23:15:24 +00:00
az
d304d6d782
Bug 1789547 - Update cubeb-coreaudio to 0.10.1 r=kinetik,cubeb-reviewers
...
Depends on D156631
Differential Revision: https://phabricator.services.mozilla.com/D156632
2022-09-11 23:15:23 +00:00
Sandor Molnar
ca9f2118a3
Backed out 4 changesets (bug 1789547) for causing build bustages in src/cubeb_pulse.c CLOSED TREE
...
Backed out changeset f4a705068a81 (bug 1789547)
Backed out changeset 2e0a33171e43 (bug 1789547)
Backed out changeset 3d81b7118d30 (bug 1789547)
Backed out changeset f5ad9813b7b7 (bug 1789547)
2022-09-10 01:38:23 +03:00
az
5e71c8a332
Bug 1789547 - Update cubeb-pulse to 0.10.1 r=cubeb-reviewers,kinetik
...
Depends on D156632
Differential Revision: https://phabricator.services.mozilla.com/D156633
2022-09-09 22:17:32 +00:00
az
15679d2dba
Bug 1789547 - Update cubeb-coreaudio to 0.10.1 r=kinetik,cubeb-reviewers
...
Depends on D156631
Differential Revision: https://phabricator.services.mozilla.com/D156632
2022-09-09 22:17:31 +00:00
Dragana Damjanovic
f29ba14bfb
Bug 1772092 - Neqo version 0.6.1 r=necko-reviewers,valentin
...
Differential Revision: https://phabricator.services.mozilla.com/D156603
2022-09-07 10:10:27 +00:00
Mark Hammond
a1f19c7267
Bug 1787688 (part 1) - vendor a new application-services. r=bdk,supply-chain-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D155815
2022-09-02 00:32:53 +00:00
Matthew Gregan
540be5aee2
Bug 1785208 - Update AudioIPC macOS branch. r=chunmin
...
Differential Revision: https://phabricator.services.mozilla.com/D154875
2022-08-24 06:55:04 +00:00
Mike Hommey
8a01779722
Bug 1783985 - Remove compat with rustc < 1.61 from packed_simd. r=hsivonen
...
Differential Revision: https://phabricator.services.mozilla.com/D154341
2022-08-16 00:56:23 +00:00
Mike Hommey
24252edb7e
Bug 1783784 - Update packed_simd_2 to 0.3.8. r=hsivonen,supply-chain-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D154063
2022-08-11 06:55:49 +00:00
Tooru Fujisawa
1f519729ca
Bug 1783301 - Bump jsparagus for bug 1781061. r=nbp
...
Differential Revision: https://phabricator.services.mozilla.com/D153954
2022-08-09 11:11:26 +00:00
Ben Dean-Kawamura
fd4cfd1807
Bug 1766045 - Vendoring in Rust code for uniffi-bindgen-gecko-js r=glandium,supply-chain-reviewers
...
- Added `--enable-uniffi-fixtures` flag. When set, we will compile in
the UniFFI test fixtures into our shared Rust crate and eventually
into `libxul`.
- Vendoring in the Rust crates needed for `uniffi-bindgen-gecko-js`
Differential Revision: https://phabricator.services.mozilla.com/D144467
2022-08-03 18:59:36 +00:00
Butkovits Atila
a8ad39a288
Backed out 6 changesets (bug 1766045) for causing build bustages. CLOSED TREE
...
Backed out changeset 113593df6272 (bug 1766045)
Backed out changeset f137315bb6af (bug 1766045)
Backed out changeset d86ad195a9a0 (bug 1766045)
Backed out changeset e8bc2ec40cff (bug 1766045)
Backed out changeset 2d33e41ac507 (bug 1766045)
Backed out changeset 4d5874e16302 (bug 1766045)
2022-08-03 17:40:30 +03:00
Ben Dean-Kawamura
760c603bcb
Bug 1766045 - Vendoring in Rust code for uniffi-bindgen-gecko-js r=glandium,supply-chain-reviewers
...
- Added `--enable-uniffi-fixtures` flag. When set, we will compile in
the UniFFI test fixtures into our shared Rust crate and eventually
into `libxul`.
- Vendoring in the Rust crates needed for `uniffi-bindgen-gecko-js`
Differential Revision: https://phabricator.services.mozilla.com/D144467
2022-08-03 13:48:27 +00:00
criss
04616ca52e
Backed out 2 changesets (bug 1766045) for causing Bp-hybrid failures on UniFFIGeneratedScaffolding.cpp
...
Backed out changeset 5708672d0e83 (bug 1766045)
Backed out changeset cc77fd5ec7a8 (bug 1766045)
2022-08-03 00:01:58 +03:00
Ben Dean-Kawamura
fb5bfb756d
Bug 1766045 - Vendoring in Rust code for uniffi-bindgen-gecko-js r=glandium,supply-chain-reviewers
...
- Added `--enable-uniffi-fixtures` flag. When set, we will compile in
the UniFFI test fixtures into our shared Rust crate and eventually
into `libxul`.
- Vendoring in the Rust crates needed for `uniffi-bindgen-gecko-js`
Differential Revision: https://phabricator.services.mozilla.com/D144467
2022-08-02 19:51:48 +00:00
Matthew Gregan
084fc3c965
Bug 1782147
- Update AudioIPC v1 branch to fb7a2b12. r=cubeb-reviewers,chunmin
...
Differential Revision: https://phabricator.services.mozilla.com/D153126
2022-07-29 05:36:23 +00:00
Tooru Fujisawa
1e6d15c3d9
Bug 1781778 - Bump jsparagus for bug 1609432. r=nbp
...
Differential Revision: https://phabricator.services.mozilla.com/D152892
2022-07-29 02:06:08 +00:00
Matthew Gregan
1ea9773d11
Bug 1781993 - Update AudioIPC macOS branch to 499b955
. r=cubeb-reviewers,chunmin
...
Differential Revision: https://phabricator.services.mozilla.com/D152983
2022-07-28 21:37:45 +00:00
Gabriele Svelto
607615ac09
Bug 1779097 - Fix issues in midir that would be rejected by recent compilers r=padenot
...
Differential Revision: https://phabricator.services.mozilla.com/D152507
2022-07-22 21:29:30 +00:00
Jim Blandy
484ca146df
Bug 1776816: Update wgpu to b370b990 (2022-6-28). r=jgilbert
...
Differential Revision: https://phabricator.services.mozilla.com/D150447
2022-06-28 20:53:15 +00:00
Sebastian Hengst
d0dce2754d
Backed out 2 changesets (bug 1772092) for causing frequent crashes (bug 1774118 and bug 1774125). a=backout
...
Backed out changeset ec91915d325c (bug 1772092)
Backed out changeset 1aadfdf2c854 (bug 1772092)
2022-06-14 10:16:35 +02:00
Dragana Damjanovic
0141e578c4
Bug 1772092 - Update neqo to version 0.6.0 r=necko-reviewers,kershaw,glandium
...
Differential Revision: https://phabricator.services.mozilla.com/D147855
2022-06-13 11:05:08 +00:00
Tooru Fujisawa
3d60f87c04
Bug 1773400 - Bump jsparagus for bug 1770509. r=nbp
...
Differential Revision: https://phabricator.services.mozilla.com/D148770
2022-06-09 15:06:44 +00:00
criss
44a8e72bfb
Backed out 2 changesets (bug 1772092) for causing build bustages. CLOSED TREE
...
Backed out changeset 30a2c0f4c97f (bug 1772092)
Backed out changeset 7dd164e9428c (bug 1772092)
2022-06-09 13:29:59 +03:00
Dragana Damjanovic
c530c7b6b8
Bug 1772092 - Update neqo to version 0.6.0 r=necko-reviewers,kershaw,glandium
...
Differential Revision: https://phabricator.services.mozilla.com/D147855
2022-06-09 10:09:52 +00:00
Mike Hommey
7ce663eb08
Bug 1772048 - Update rustc_version and semver crates. r=emilio,webdriver-reviewers,kinetik,whimboo
...
semver 1.0 doesn't and won't support Clone on semver::Error[1], so we
convert the mozversion error type to store the string version of the
error, which is an incompatible change requiring a version bump on the
crate.
1. https://github.com/dtolnay/semver/pull/280
Differential Revision: https://phabricator.services.mozilla.com/D147825
2022-06-07 10:01:32 +00:00