celenity
31cfc61fa2
feat: Set env vars for additional utilities + do not use the system PATH (in favor of our own custom PATH)
...
This should improve security (by ensuring we always specify the full paths to executables, and preventing use of unintended/undesired system executables), control (by allowing users to specify where these executables should be located), and consistency/reproducability
Signed-off-by: celenity <celenity@celenity.dev >
2026-07-17 02:46:08 +00:00
celenity
d5af0e1fde
feat: Add support for IronFox constants
...
These are constant values (defined at `ironfox.configure`) which can be used anywhere... specifically:
- In Gecko (via the `IFConstants.sys.mjs` module)
- In `ironfox.cfg` (via the equivalent prefs set at `ironfox.js` and `phoenix-overrides.cfg`)
- In any Kotlin/Java project (via the `org.ironfoxoss.core.IFConstants` components)
So this allows us to define these values in one place, and be able to use them anywhere. It also ensures the values always match across all projects.
Signed-off-by: celenity <celenity@celenity.dev >
2026-07-05 04:11:07 +00:00
celenity
afee415074
feat: prevent s3cmd from installing manual pages/doc files
...
Signed-off-by: celenity <celenity@celenity.dev >
2026-06-30 05:46:06 +00:00
celenity
dc7c198c61
fix: ensure we use GNU patch on OS X
...
Signed-off-by: celenity <celenity@celenity.dev >
2026-06-30 05:38:22 +00:00
celenity
5110705d84
fix: Clean-up external Rust env vars
...
Signed-off-by: celenity <celenity@celenity.dev >
2026-06-30 03:27:45 +00:00
celenity
4bde1d952c
feat: Improve granularity of the build scripts
...
Notably, this means that:
- It's now possible to build components individually
- This should especially be useful for ex. CI, so we can avoid timeouts and improve build speed by building certain components simultaneously
- It's now possible to rebuild only a specific project and its consumers (instead of always having to build everything...)
- ex. If I make a change to Gecko, I can just use `rebuild-gecko`, which only builds Gecko and its consumers (GeckoView, AC, and Fenix), instead of trying to build everything unconditionally
The default build behavior (ex. if no argument is specified) still remains the same
This also adds checks to ensure that the build script fails fast if important variables are not properly set/configured
Also includes some minor tweaks, such as a renaming of a couple of the CI jobs for clarity, and the addition of an `IRONFOX_TEMP` variable to indicate the temporary build directory
Signed-off-by: celenity <celenity@celenity.dev >
2026-06-17 22:09:00 +00:00
celenity
5742e99d38
WIP: 152.0
...
(Also includes some clean-up and tweaks/refinements to the build system)
Signed-off-by: celenity <celenity@celenity.dev >
2026-06-16 04:24:09 +00:00
celenity
dd83d5a8c1
feat: bump Phoenix to 2026.06.10.1
...
Signed-off-by: celenity <celenity@celenity.dev >
2026-06-10 06:41:19 +00:00
celenity
117bdf8a3c
feat: bump uv to 0.11.16
...
Signed-off-by: celenity <celenity@celenity.dev >
2026-05-22 01:24:17 +00:00
celenity
9e49bb560f
feat: bump Phoenix to 2026.05.21.1
...
Signed-off-by: celenity <celenity@celenity.dev >
2026-05-21 06:38:57 +00:00
celenity
a42d76a202
feat: bump uv to 0.11.8
...
Signed-off-by: celenity <celenity@celenity.dev >
2026-04-27 16:14:36 -04:00
celenity
3610f8a1b9
fix: do not set VIRTUAL_ENV as readonly
...
Signed-off-by: celenity <celenity@celenity.dev >
2026-04-22 03:03:13 +00:00
celenity
2edb5659bd
WIP: 150.0
...
Signed-off-by: celenity <celenity@celenity.dev >
2026-04-17 05:22:52 +00:00
celenity
923042e2de
fix: revert "fix: temporarily revert certain env + CI script changes for now"
...
This reverts commit 3dd7cf2d5f , as these changes were not related to the issue
Signed-off-by: celenity <celenity@celenity.dev >
2026-04-05 20:12:43 +00:00
celenity
8f9b3d8040
fix: scripts (for now)
...
Signed-off-by: celenity <celenity@celenity.dev >
2026-04-02 21:31:13 +00:00
celenity
5de6982e9b
fix: temporarily revert certain env + CI script changes for now
...
Signed-off-by: celenity <celenity@celenity.dev >
2026-04-02 18:15:05 +00:00
celenity
68acead79e
feat: set env variables as readonly where possible, and improve/fix-up env var handling in general
...
Signed-off-by: celenity <celenity@celenity.dev >
2026-03-31 23:30:53 +00:00
celenity
df79b8151e
feat: harden cipher suites and enforce at least TLS 1.2 for various network connections
...
Signed-off-by: celenity <celenity@celenity.dev >
2026-03-30 15:56:38 -04:00
celenity
e2dd61ee54
fix: ensure the IronFox prebuilds repo is using the same env vars as we are elsewhere for certain configuration
...
Signed-off-by: celenity <celenity@celenity.dev >
2026-03-30 15:55:19 -04:00
celenity
2c00b4093d
fix: Disable Rust incremental compilation to ensure builds are fresh (+ minor formatting for Rust env vars)
...
Signed-off-by: celenity <celenity@celenity.dev >
2026-03-30 15:37:27 -04:00
celenity
3618dc3788
feat: Set-up Python with UV directly
...
(also sets envs to configure Python and UV)
Signed-off-by: celenity <celenity@celenity.dev >
2026-03-29 20:14:28 -04:00
celenity
f7aba43071
feat: re-organize configuration files into separate configs directory
...
This should also help slightly speed up the build process, as it prevents us unnecessarily copying ex. the mozconfig files
Also includes a few minor tweaks to envs, like Gradle flags and new Phoenix envs (for next release)
Signed-off-by: celenity <celenity@celenity.dev >
2026-03-29 20:10:49 -04:00
celenity
a5f8d5bf45
fix: Node.js woes
...
Signed-off-by: celenity <celenity@celenity.dev >
2026-03-25 04:45:21 +00:00
celenity
e7f1ba4630
feat: Get Node.js
...
We need this because we now enable minification for JS (to reduce binary size)
Signed-off-by: celenity <celenity@celenity.dev >
2026-03-23 18:51:47 +00:00
celenity
23864b8e26
fix: replace python 3.9 with the latest python(3), + add IRONFOX_PYTHON variable for setting the location of python, and prevent dynamically creating our gradle script from get_source.sh (no reason to)
...
Signed-off-by: celenity <celenity@celenity.dev >
2026-03-22 20:12:22 +00:00
celenity
4559d300f1
IronFox v148.0.1
...
ironfox-oss/IronFox!129
# IronFox 148.0.1
____
## Changes
- Updated to Firefox [`148.0.1`](https://firefox.com/firefox/android/148.0.1/releasenotes/ ).
- Implemented `SHA512sum` validation for external sources/dependencies at build-time to improve security and reproducability.
- [Added missing Gecko(View) assets](https://gitlab.com/ironfox-oss/IronFox/-/merge_requests/129/diffs?commit_id=4704ea7c3cb19aad045507aad63f6f9cadcd8ba7 ) to fix issues and improve display of internal *(`about:`)* pages.
- [Removed `about:restricted`](https://gitlab.com/ironfox-oss/IronFox/-/merge_requests/129/diffs?commit_id=55aa1f030173c68bf2a30cbc8d9632bb71dad532 ) *(used for parental controls/filtering)*.
- [Removed certain unused/unwanted Gecko assets](https://gitlab.com/ironfox-oss/IronFox/-/merge_requests/129/diffs?commit_id=d4e4623668776b895c9f06449f9b7cf47050c048 ).
- Minor tweaks, fixes, and enhancements.
MR-author: celenity <celenity@celenity.dev >
Co-authored-by: Weblate <hosted@weblate.org >
Approved-by: celenity <celenity@celenity.dev >
Merged-by: celenity <celenity@celenity.dev >
2026-03-03 07:56:04 +00:00
celenity
1d091878ed
IronFox v148.0
...
ironfox-oss/IronFox!127
# IronFox 148.0
____
## Changes
- Updated to Firefox [`148.0`](https://firefox.com/firefox/android/148.0/releasenotes/ ).
- Updated to Phoenix [`2026.02.23.1`](https://codeberg.org/celenity/Phoenix/releases/tag/2026.02.23.1 ).
- Minor tweaks, fixes, and enhancements.
MR-author: celenity <celenity@celenity.dev >
Co-authored-by: Weblate <hosted@weblate.org >
Approved-by: Akash Yadav <itsaky01@gmail.com >
Merged-by: celenity <celenity@celenity.dev >
2026-02-26 18:04:16 +00:00
celenity
478782f687
IronFox v147.0.4
...
ironfox-oss/IronFox!125
# IronFox 147.0.4
____
## Changes
- Updated to Firefox [`147.0.4`](https://firefox.com/firefox/android/147.0.4/releasenotes/ ).
- Updated to Phoenix [`2026.02.16.1`](https://codeberg.org/celenity/Phoenix/releases/tag/2026.02.16.1 ).
- Updated to microG [`v0.3.13.250932`](https://github.com/microg/GmsCore/releases/tag/v0.3.13.250932 ).
- Updated to Rust [`1.93.1`](https://releases.rs/docs/1.93.1/ ).
- Disabled the [Date Decoder *(RDD)* process](https://firefox-source-docs.mozilla.org/dom/ipc/process_model.html#data-decoder-rdd-process ) by default, due to potential [memory safety issues](https://codeberg.org/ironfox-oss/IronFox/issues/94 ).
- This means that when isolated content process support is enabled, media playback will not work properly for many websites.
- As a result, we've unfortunately disabled isolated content process support by default for now - but it can still be enabled from secret settings if desired, at the cost of breakage for media playback on certain websites. We hope to enable it again by default in the near future.
- [Enabled canvas randomization for solid colors](e8e5976010 ).
- Adapted from [LibreWolf](343645241e ) - thanks to [any1here](https://codeberg.org/any1here )! <3
- [Removed the OpenAI backend](ecc15b7d11 ).
- Various improvements to the overall build process.
- Other minor tweaks, fixes, and enhancements.
MR-author: celenity <celenity@celenity.dev >
Co-authored-by: Weblate <hosted@weblate.org >
Co-authored-by: Akash Yadav <contact@itsaky.com >
Approved-by: Akash Yadav <itsaky01@gmail.com >
Merged-by: celenity <celenity@celenity.dev >
2026-02-17 07:45:17 +00:00
celenity
7436d1abea
IronFox v147.0.3
...
ironfox-oss/IronFox!123
____
## Changes
- Updated to Firefox [`147.0.3`](https://firefox.com/firefox/android/147.0.3/releasenotes/ ).
- Backported a fix for [an upstream bug](https://bugzilla.mozilla.org/show_bug.cgi?id=2013976 ) to ensure that canvas data is properly randomized.
- Fixed [an issue](https://gitlab.com/ironfox-oss/IronFox/-/issues/231 ) that prevented `tel` links from opening the dialer app.
- Various improvements to the build process.
- Other minor tweaks, fixes, and refinements.
MR-author: celenity <celenity@celenity.dev >
Co-authored-by: Weblate <hosted@weblate.org >
Approved-by: celenity <celenity@celenity.dev >
Merged-by: celenity <celenity@celenity.dev >
2026-02-05 22:28:55 +00:00
celenity
636a1ca017
IronFox v147.0.2
...
ironfox-oss/IronFox!121
____
## Changes
- Updated to Firefox [`147.0.2`](https://firefox.com/firefox/android/147.0.2/releasenotes/ ).
- Updated to Rust [`1.93.0`](https://releases.rs/docs/1.93.0/ ).
- Other minor tweaks, fixes, and enhancements.
MR-author: celenity <celenity@celenity.dev >
Co-authored-by: Weblate <hosted@weblate.org >
Approved-by: Akash Yadav <itsaky01@gmail.com >
Merged-by: celenity <celenity@celenity.dev >
2026-01-27 21:18:49 +00:00