Update android nightly application-services version bump to new version f3bc5e98c059cf6f4ccb0821f7dd4e197d3c13e0 from 2024-07-26 05:03:01
Categories
(Firefox for Android :: General, enhancement)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox130 | --- | fixed |
People
(Reporter: update-bot, Assigned: RyanVM)
Details
(Whiteboard: [3pl-filed][task_id: JCdar_v6R46e37R7X_v6AQ])
Attachments
(1 file)
This update covers 6 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(-)
f3bc5e98c059cf6f4ccb0821f7dd4e197d3c13e0 by Ben Dean-Kawamura <bdk@mozilla.com>
https://github.com/mozilla/application-services/commit/f3bc5e98c059cf6f4ccb0821f7dd4e197d3c13e0
Authored: 2024-07-25 11:18:24 -0400
Committed: 2024-07-25 21:09:53 +0000
Suggest: remove Fakespot FTS prefix indexes
See ADR-0008 for the decision.
Files Modified:
- components/suggest/src/schema.rs
a5ea69990969c9942bac116f1bf7ef6a33db1573 by Sammy Khamis <skhamis@mozilla.com>
https://github.com/mozilla/application-services/commit/a5ea69990969c9942bac116f1bf7ef6a33db1573
Authored: 2024-07-23 16:01:40 -1000
Committed: 2024-07-25 19:33:55 +0000
Removing pending commands for Close Tab should only affect devices that have synced
Files Modified:
- components/tabs/src/storage.rs
a1f121beba4fa39bd7c7d19d93bc605ee922649b by Ryan VanderMeulen <rvandermeulen@mozilla.com>
https://github.com/mozilla/application-services/commit/a1f121beba4fa39bd7c7d19d93bc605ee922649b
Authored: 2024-07-24 23:07:42 -0400
Committed: 2024-07-25 15:06:38 +0000
Update Gradle to version 8.9
Files Modified:
- gradle/libs.versions.toml
- gradle/wrapper/gradle-wrapper.jar
- gradle/wrapper/gradle-wrapper.properties
- gradlew
- gradlew.bat
ca6eaef740958e103d5aaf9e219fb897dd78eeef by Ryan VanderMeulen <rvandermeulen@mozilla.com>
https://github.com/mozilla/application-services/commit/ca6eaef740958e103d5aaf9e219fb897dd78eeef
Authored: 2024-07-24 23:09:31 -0400
Committed: 2024-07-25 15:06:17 +0000
Update some minor Gradle dependencies
Files Modified:
- gradle/libs.versions.toml
a8ec39710b898503382e1e2f05ab16274b572839 by Ben Dean-Kawamura <bdk@mozilla.com>
https://github.com/mozilla/application-services/commit/a8ec39710b898503382e1e2f05ab16274b572839
Authored: 2024-07-24 12:19:56 -0400
Committed: 2024-07-25 14:41:31 +0000
FTS prefix configuration ADR
Files Added:
- docs/adr/0008-fts-prefix-config.md
3cea5dc7fe547aad35b6997240a2621a681490af by Ben Dean-Kawamura <bdk@mozilla.com>
https://github.com/mozilla/application-services/commit/3cea5dc7fe547aad35b6997240a2621a681490af
Authored: 2024-07-23 17:10:52 -0400
Committed: 2024-07-24 20:58:13 +0000
Suggest benchmark updates
Added fakespot query benchmark. Generalized some things so that code
can be shared between the ingest and query benchmarks and also so that
it will be easy to add more query bechmarks.
Added Fakespot ingest benchmarks. Re-organized the list so that the
ingest and ingest-again benchmarks are next to each other. This makes
it easier to add benchmarks for a new suggestion type.
Added bench=false to Cargo.toml. This avoids CLI errors when
criterion-specific arguments are passed. For details, see
https://bheisler.github.io/criterion.rs/book/faq.html#cargo-bench-gives-unrecognized-option-errors-for-valid-command-line-options
Files Added:
- components/suggest/src/benchmarks/query.rs
Files Modified:
- components/suggest/Cargo.toml
- components/suggest/benches/benchmark_all.rs
- components/suggest/src/benchmarks/ingest.rs
- components/suggest/src/benchmarks/mod.rs
| Reporter | ||
Comment 1•2 years ago
|
||
| JCdar_v6R46e37R7X_v6AQ | ||
I've submitted a try run for this commit: https://treeherder.mozilla.org/jobs?repo=try&revision=4f87a4b0e17360db0b159cfa3e840a94a2f11235
| Reporter | ||
Comment 2•2 years ago
|
||
Updated•2 years ago
|
| Reporter | ||
Comment 3•2 years ago
|
||
| RXj1t8h6RJyNCz2WW4-pnw | ||
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.
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
Comment 5•2 years ago
|
||
| bugherder | ||
Description
•