Update android nightly application-services version bump to new version d5dd8d4a44d76c0bf44842ab640d95bc627cdcbb from 2025-01-03 05:02:52
Categories
(Fenix :: General, enhancement)
Tracking
(firefox135 fixed)
Tracking | Status | |
---|---|---|
firefox135 | --- | fixed |
People
(Reporter: update-bot, Assigned: RyanVM)
Details
(Whiteboard: [3pl-filed][task_id: dTmgIkQbTH62rF6u2tXdNg])
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(-)
d5dd8d4a44d76c0bf44842ab640d95bc627cdcbb by Ryan VanderMeulen <rvandermeulen@mozilla.com>
https://github.com/mozilla/application-services/commit/d5dd8d4a44d76c0bf44842ab640d95bc627cdcbb
Authored: 2025-01-02 14:03:46 -0500
Committed: 2025-01-02 19:34:39 +0000
Update AndroidX testing dependencies
Files Modified:
- gradle/libs.versions.toml
8e0c0c1795c4bcc3043f5af62ac5ec7cbf94a5a5 by Ryan VanderMeulen <rvandermeulen@mozilla.com>
https://github.com/mozilla/application-services/commit/8e0c0c1795c4bcc3043f5af62ac5ec7cbf94a5a5
Authored: 2025-01-02 14:01:35 -0500
Committed: 2025-01-02 19:34:39 +0000
Update Mockito to version 5.15.2
Files Modified:
- gradle/libs.versions.toml
ca48ea617ebb5a03804797b8fa1a05286c3d6264 by Ryan VanderMeulen <rvandermeulen@mozilla.com>
https://github.com/mozilla/application-services/commit/ca48ea617ebb5a03804797b8fa1a05286c3d6264
Authored: 2025-01-02 14:01:19 -0500
Committed: 2025-01-02 19:34:39 +0000
Update JUnit to version 5.11.4
Files Modified:
- gradle/libs.versions.toml
266faf594ab95659bdfab0c8eb47a54db5628946 by Johannes Jörg Schmidt <schmidt@pm.me>
https://github.com/mozilla/application-services/commit/266faf594ab95659bdfab0c8eb47a54db5628946
Authored: 2025-01-02 14:18:51 +0100
Committed: 2025-01-02 18:35:25 +0000
extend nss bindings with methods for key management
To manage AES-256 GCM keys with NSS in the way that is currently implemented on the desktop, we need extended functionality of the Rust bindings to NSS. Specifically, these are functions for key generation with persistence, for listing persisted keys, and for wrapping and unwrapping to get at the key material of stored keys.
Files Modified:
- CHANGELOG.md
- components/support/rc_crypto/nss/nss_sys/src/bindings/blapit.rs
- components/support/rc_crypto/nss/nss_sys/src/bindings/pk11pub.rs
- components/support/rc_crypto/nss/nss_sys/src/bindings/pkcs11t.rs
c451ef7e9610e1fb67d78527ec912a3689cdf6e5 by Ben Dean-Kawamura <bdk@mozilla.com>
https://github.com/mozilla/application-services/commit/c451ef7e9610e1fb67d78527ec912a3689cdf6e5
Authored: 2024-12-23 15:06:12 -0500
Committed: 2025-01-02 15:35:53 +0000
Remote settings: remove the fetched column
This simple change is a good way to introduce the sql_support crate and
start the migration system.
Made a couple other fixes along the way:
- Don't make the CLI
main
method async, that causes panics when
running theget
orsync
commands since those will create a second
runtime within the async runtime. - Added
remote-settings-data
, which is generated by the CLI, to .gitignore - Fixed sql_support testing bug for schemas with no indexes.
Files Added:
- components/remote_settings/src/schema.rs
Files Modified:
- .gitignore
- Cargo.lock
- components/remote_settings/Cargo.toml
- components/remote_settings/src/error.rs
- components/remote_settings/src/lib.rs
- components/remote_settings/src/storage.rs
- components/support/sql/src/open_database.rs
- examples/remote-settings-cli/src/main.rs
Reporter | ||
Comment 1•2 months ago
|
||
dTmgIkQbTH62rF6u2tXdNg |
I've submitted a try run for this commit: https://treeherder.mozilla.org/jobs?repo=try&revision=17afcb554ed67e17050b9d6a70bfcd41c166f258
Reporter | ||
Comment 2•2 months ago
|
||
Updated•2 months ago
|
Reporter | ||
Comment 3•2 months ago
|
||
KbyEqdAQRHCD-frSv54TBA |
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•2 months ago
|
Comment 5•2 months ago
|
||
bugherder |
Description
•