Update android nightly application-services version bump to new version 7d70184c7cb1d7f5dc3f5b0fabe7a86cd4c096b1 from 2025-01-07 05:02:43
Categories
(Fenix :: General, enhancement)
Tracking
(firefox136 fixed)
Tracking | Status | |
---|---|---|
firefox136 | --- | fixed |
People
(Reporter: update-bot, Assigned: dmeehan)
Details
(Whiteboard: [3pl-filed][task_id: WC1Rq0oRSDmsFt0xTFkK8g])
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(-)
7d70184c7cb1d7f5dc3f5b0fabe7a86cd4c096b1 by Ben Dean-Kawamura <bdk@mozilla.com>
https://github.com/mozilla/application-services/commit/7d70184c7cb1d7f5dc3f5b0fabe7a86cd4c096b1
Authored: 2024-12-30 16:53:06 -0500
Committed: 2025-01-07 01:58:35 +0000
Delete suggest bench tmp dirs
#6479 reduced the overhead for running benchmarks, but a side effect was
that it left directories filled with sqlite DBs in /tmp
. This makes
sure we delete those directories.
Files Modified:
- components/suggest/benches/benchmark_all.rs
- components/suggest/src/benchmarks/mod.rs
920491f289f29d78ed9ff1c9b296ee771d0bcd42 by Ryan VanderMeulen <rvandermeulen@mozilla.com>
https://github.com/mozilla/application-services/commit/920491f289f29d78ed9ff1c9b296ee771d0bcd42
Authored: 2025-01-06 14:33:32 -0500
Committed: 2025-01-06 20:39:36 +0000
Update Gradle to version 8.12
Files Modified:
- gradle/wrapper/gradle-wrapper.properties
- gradlew
3baf8624560b5f8836d879f9f67b4ae7501929c1 by Johannes Jörg Schmidt <schmidt@pm.me>
https://github.com/mozilla/application-services/commit/3baf8624560b5f8836d879f9f67b4ae7501929c1
Authored: 2025-01-06 00:41:25 +0100
Committed: 2025-01-06 19:55:03 +0000
Add NSS low-level bindings for dealing with primary password
This adds two low-level bindings to NSS for dealing with the primary
password:
PK11_NeedLogin
: for checking wheather a primary password is setPK11_CheckUserPassword
: for authorization with primary password
Additionally the following two low-level NSS bindings are added to deal
with key persistence:
PK11_NeedUserInit
PK11_SetSymKeyNickname
Files Modified:
- CHANGELOG.md
- components/support/rc_crypto/nss/nss_sys/src/bindings/pk11pub.rs
660d056d5fcaa6453135f34ddf26dca269b88e4f by Heitor Neiva <hneiva@mozilla.com>
https://github.com/mozilla/application-services/commit/660d056d5fcaa6453135f34ddf26dca269b88e4f
Authored: 2025-01-06 08:19:25 -0800
Committed: 2025-01-06 19:27:10 +0000
[ci] Fix mark-as-shipped task name
Files Modified:
- taskcluster/kinds/mark-as-shipped/kind.yml
11cc4f15573c2f0eb6e613e285fd51794eb114fa by Ryan VanderMeulen <rvandermeulen@mozilla.com>
https://github.com/mozilla/application-services/commit/11cc4f15573c2f0eb6e613e285fd51794eb114fa
Authored: 2025-01-06 09:58:36 -0500
Committed: 2025-01-06 15:27:52 +0000
Start release v136.0
Files Modified:
- CHANGELOG.md
- version.txt
Reporter | ||
Comment 1•1 month ago
|
||
WC1Rq0oRSDmsFt0xTFkK8g |
I've submitted a try run for this commit: https://treeherder.mozilla.org/jobs?repo=try&revision=81d6d9ce8565f054d14e4458dd517eebd531c639
Reporter | ||
Comment 2•1 month ago
|
||
Updated•1 month ago
|
Reporter | ||
Comment 4•1 month ago
|
||
BFflEVG3Q2-jYy58zcO1RQ |
The try push is done, we found jobs with unclassified failures.
Needs Close Investigation:
- ui-test-apk-fenix-arm-debug - 4 of 4 failed on the same (retriggered) task (failed: BzzMtES_Tre6rf_l-JxVzQ, bcI2NJMbTlqgANOuk7sIJQ, K2Fr4nhkQsGLQcdlIs71TA, R1rEtqmxTQW-9m4GiHuTRA)
These failures could mean that the library update changed something and caused
tests to fail. You'll need to review them yourself and decide where to go from here.
In either event, I have done all I can and you will need to take it from here. If you
don't want to land my patch, you can replicate it locally for editing with
./mach vendor mobile/android/android-components/plugins/dependencies/src/main/java/moz.yaml
When reviewing, please note that this is external code, which needs a full and
careful inspection - not a rubberstamp.
Comment 6•1 month ago
|
||
bugherder |
Description
•