Bug 1961039 - Vendor application-services 6a007c9. r=daisuke,nanj

This includes some small fixes to desktop Suggest code and tests due to changes
in the `suggest` app-services component. It also incorporates D243740 by
@daisuke since it's required for vendoring.

This vendor replaces exposure suggestions with dynamic suggestions in the
`suggest` component, which breaks a few desktop tests. I disabled them for now
and will address them in bug 1961040.

Depends on D244233

Differential Revision: https://phabricator.services.mozilla.com/D245826
This commit is contained in:
Drew Willcoxon
2025-04-17 04:21:35 +00:00
parent a989c5be26
commit 6973dd3ea6
204 changed files with 4579 additions and 2105 deletions

View File

@@ -70,9 +70,9 @@ git = "https://github.com/jfkthame/mapped_hyph.git"
rev = "eff105f6ad7ec9b79816cfc1985a28e5340ad14b"
replace-with = "vendored-sources"
[source."git+https://github.com/mozilla/application-services?rev=e18923d336cb3e17e3d411c2a943631a3691c499"]
[source."git+https://github.com/mozilla/application-services?rev=6a007c98292fa72965d36389ce32d7609e399217"]
git = "https://github.com/mozilla/application-services"
rev = "e18923d336cb3e17e3d411c2a943631a3691c499"
rev = "6a007c98292fa72965d36389ce32d7609e399217"
replace-with = "vendored-sources"
[source."git+https://github.com/mozilla/audioipc?rev=e6f44a2bd1e57d11dfc737632a9e849077632330"]