Update android nightly application-services version bump to new version fe9d24104dd20e11d1933b47fcb65cc11689cdb2 from 2025-04-26 05:03:25
Categories
(Firefox for Android :: General, enhancement)
Tracking
()
Tracking | Status | |
---|---|---|
firefox139 | --- | fixed |
People
(Reporter: update-bot, Assigned: RyanVM)
Details
(Whiteboard: [3pl-filed][task_id: bhgb4SU0TVapFEv-GsDPWw])
Attachments
(1 file)
This update covers 5 commits. Here are the overall diff statistics, and then the commit information.
mobile/android/android-components/plugins/dependencies/src/main/java/ApplicationServices.kt | 2 +-
mobile/android/android-components/plugins/dependencies/src/main/java/moz.yaml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
fe9d24104dd20e11d1933b47fcb65cc11689cdb2 by Ben Dean-Kawamura <bdk@mozilla.com>
https://github.com/mozilla/application-services/commit/fe9d24104dd20e11d1933b47fcb65cc11689cdb2
Authored: 2025-04-25 16:40:19 -0400
Committed: 2025-04-25 21:58:28 +0000
Fix remote settings IO errors
I've been seeing these in android. I'm not exactly sure why, but this
is my best guess.
Updated the error enum so that we don't always assume IO errors happen
because of writing attachments. Instead, force the consumer to map the
error type themselves, so we get more error details.
Also added a fix to the CLI.
Files Modified:
- Cargo.lock
- components/remote_settings/src/error.rs
- components/remote_settings/src/lib.rs
- components/remote_settings/src/storage.rs
- examples/remote-settings-cli/Cargo.toml
- examples/remote-settings-cli/src/main.rs
66d5229aac0ef6cddf4170d3200e8a495b4e3ec7 by Ben Dean-Kawamura <bdk@mozilla.com>
https://github.com/mozilla/application-services/commit/66d5229aac0ef6cddf4170d3200e8a495b4e3ec7
Authored: 2025-04-25 16:26:29 -0400
Committed: 2025-04-25 21:10:35 +0000
Fix remote settings error type string
Files Modified:
- components/remote_settings/src/error.rs
8e8c869d8c3604964987f56c0247416f6c5e3530 by mimi89999 <michel@lebihan.pl>
https://github.com/mozilla/application-services/commit/8e8c869d8c3604964987f56c0247416f6c5e3530
Authored: 2025-04-25 22:18:22 +0200
Committed: 2025-04-25 21:01:58 +0000
Add get_visit_count_for_host function
Files Modified:
- components/places/src/ffi.rs
- components/places/src/places.udl
- components/places/src/storage/history.rs
0d8cc0426c18d8c57dac818cfdb9c88c8375a37f by Ted Campbell <tcampbell@mozilla.com>
https://github.com/mozilla/application-services/commit/0d8cc0426c18d8c57dac818cfdb9c88c8375a37f
Authored: 2025-04-25 15:17:23 -0400
Committed: 2025-04-25 20:14:43 +0000
Fix more nss initialization issues in tests
Files Modified:
- components/autofill/src/sync/credit_card/mod.rs
- components/support/rc_crypto/src/contentsignature.rs
- components/support/rc_crypto/src/digest.rs
- components/support/rc_crypto/src/ece_crypto.rs
- components/support/rc_crypto/src/hawk_crypto.rs
662baa23c6926bc4f7812311df1cd323e46217ef by Mark Hammond <mhammond@skippinet.com.au>
https://github.com/mozilla/application-services/commit/662baa23c6926bc4f7812311df1cd323e46217ef
Authored: 2025-04-16 17:09:40 -0400
Committed: 2025-04-25 17:45:18 +0000
Fixup localpublish workflows.
Files Modified:
- automation/publish_to_maven_local_if_modified.py
- docs/howtos/locally-published-components-in-fenix.md
Reporter | ||
Comment 1•22 days ago
|
||
bhgb4SU0TVapFEv-GsDPWw |
I've submitted a try run for this commit: https://treeherder.mozilla.org/jobs?repo=try&revision=cf82dc107198995853040263af74749b0c9a9d4b
Reporter | ||
Comment 2•22 days ago
|
||
Updated•22 days ago
|
Reporter | ||
Comment 3•22 days ago
|
||
SPRIrT-KRVSAxEdv0yv6lA |
All the jobs in the try run succeeded. Like literally all of them, there weren't
even any intermittents. That is pretty surprising to me, so maybe you should double
check to make sure I didn't misinterpret things and that the correct tests ran...
Anyway, I've done all I can, so I'm passing to you to review and land the patch.
When reviewing, please note that this is external code, which needs a full and
careful inspection - not a rubberstamp.
Assignee | ||
Updated•22 days ago
|
Comment 5•21 days ago
|
||
bugherder |
Description
•