Commit Graph

5 Commits

Author SHA1 Message Date
celenity
0dd300e4cc fix: add back glean-native for now
Signed-off-by: celenity <celenity@celenity.dev>
2025-10-23 00:25:09 -04:00
celenity
6b5f324689 fix: Remove glean-native (+ other minor tweaks to Glean/telemetry)
Signed-off-by: celenity <celenity@celenity.dev>
2025-10-23 00:25:09 -04:00
celenity
56448d319f IronFox v142.0.1
ironfox-oss/IronFox!73
____

## Changes

- [Fixed an issue that prevented `Collections` from displaying on the browser homepage for some users](https://gitlab.com/ironfox-oss/IronFox/-/issues/162).
- [Fixed an issue that prevented the `Request English versions of webpages` toggle from reflecting its proper value when set from the onboarding](https://gitlab.com/ironfox-oss/IronFox/-/issues/160).
- [Reduced dependencies on the `Glean` *(telemetry)* library](5bf21d12d1).
- Rebased onto Firefox [`142.0.1`](https://www.mozilla.org/firefox/android/142.0.1/releasenotes/).
- [Stubbed additional `metrics` components](a37897edc6/patches/fenix-overlay/app/src/main/java/org/mozilla/fenix/components/metrics).
- [Updated Rust for `Application Services`](917decfb45) to [`1.89.0`](https://doc.rust-lang.org/stable/releases.html#version-1890-2025-08-07).
- [Other minor tweaks and adjustments](https://gitlab.com/ironfox-oss/IronFox/-/merge_requests/73/diffs).

MR-author: celenity <celenity@celenity.dev>
Co-authored-by: Akash Yadav <itsaky01@gmail.com>
Approved-by: Akash Yadav <itsaky01@gmail.com>
Merged-by: Akash Yadav <itsaky01@gmail.com>
2025-08-30 15:52:12 +05:30
celenity
5fe8aa656c WIP: v142.0 (Part 2...)
Signed-off-by: celenity <celenity@celenity.dev>
2025-08-15 02:26:04 -04:00
celenity
833dc775cc fix: Do not waste time/resources building unnecessary/unwanted example/sample libraries
We don't use these at all, so it doesn't make sense to build them (Mozilla also doesn't build most of these for reference) - this appears to heavily speed up the build process, and also helps to minimizes patches

Signed-off-by: celenity <celenity@celenity.dev>
2025-08-12 01:37:22 -04:00