mr. m
95df1b3a9d
gh-14765: Sync upstream Firefox to version 153.0.1 (gh-14764)
2026-07-28 19:55:41 +02:00
mr. m
5eea5d65e4
gh-14651: Start uploading windows binaries into release tags (gh-14698)
2026-07-24 14:06:43 +02:00
mr. m
cd6679b1e9
gh-14651: Start using compressed tars for release (gh-14689)
2026-07-23 17:30:56 +02:00
mr. m
b4563ae65b
gh-14651: Sync upstream Firefox to version 153.0 (gh-14652)
2026-07-21 14:47:07 +02:00
mr. m
31357dfe92
gh-14594: Sync upstream Firefox to version 152.0.6 (gh-14585)
2026-07-15 10:31:58 +02:00
mr. m
27d290c77d
gh-14514: Sync upstream Firefox to version 152.0.5 (gh-14513)
2026-07-07 21:31:01 +02:00
mr. m
5d10922d91
gh-14427: Sync upstream Firefox to version 152.0.4 (gh-14426)
...
This PR syncs the upstream Firefox to version 152.0.4.
2026-06-30 19:55:10 +02:00
mr. m
f4781daa49
gh-14367: Sync upstream Firefox to version 152.0.3 (gh-14366)
...
This PR syncs the upstream Firefox to version 152.0.3.
* ✅ All patches applied cleanly.
---------
Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com >
2026-06-25 16:36:06 +02:00
mr. m
9f9ae52c63
gh-14351: Sync upstream Firefox to version 152.0.2 (gh-14350)
...
This PR syncs the upstream Firefox to version 152.0.2.
* ✅ All patches applied cleanly.
2026-06-23 16:33:12 +02:00
mr. m
0cd67f882a
gh-14266: Sync upstream Firefox to version 152.0.1 (gh-14265)
...
Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com >
2026-06-18 10:36:03 +02:00
mr. m
c4cf56ab75
gh-14208: Sync upstream Firefox to version 152.0 (gh-14231)
...
This PR syncs the upstream Firefox to version 152.0.
* ✅ All patches applied cleanly.
@mr-cheffy please review and merge this PR.
---------
Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com >
2026-06-16 22:48:39 +02:00
mr. m
f62c0a27d5
gh-14208: Sync upstream Firefox to version 152.0 (gh-14112)
2026-06-15 18:37:39 +02:00
mr. m
bd3adba05e
no-bug: Sync upstream Firefox to version 151.0.4 (gh-14089)
2026-06-09 19:58:09 +02:00
mr. m
0a45b82a6c
no-bug: Sync upstream Firefox to version 151.0.3 (gh-13991)
...
This PR syncs the upstream Firefox to version 151.0.3.
* ✅ All patches applied cleanly.
@mr-cheffy please review and merge this PR.
---------
Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com >
2026-06-02 15:47:19 +02:00
mr. m
1c29206e07
gh-12284: Sync upstream Firefox to version 151.0.2 (gh-13875)
...
This PR syncs the upstream Firefox to version 151.0.2.
* ⚠️ Some patches did not apply cleanly. Please review them carefully.
@mr-cheffy please review and merge this PR.
---------
Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com >
2026-05-26 23:14:36 +02:00
mr. m
ae14d05290
no-bug: Update to Firefox 151.0 (gh-13775)
2026-05-20 16:51:06 +02:00
mr. m
90a6ebe948
no-bug: Sync upstream Firefox to version 151.0 (gh-13706)
2026-05-16 00:29:01 +02:00
mr. m
ad52054113
no-bug: Sync upstream Firefox to version 150.0.3 (gh-13670)
2026-05-12 23:20:00 +02:00
mr. m
9c88e3a84f
no-bug: Sync upstream Firefox to version 150.0.2 (gh-13601)
2026-05-07 18:28:25 +02:00
mr. m
c0cd45bf1d
gh-13530: Apply translations to desktop files (gh-13531)
2026-05-02 11:08:08 +02:00
mr. m
c0620a95ef
no-bug: Sync upstream Firefox to version 150.0.1 (gh-13472)
2026-04-28 20:37:46 +02:00
mr. m
3166d50412
no-bug: Sync upstream Firefox to version 150.0 (gh-13351)
2026-04-21 23:18:10 +02:00
mr. m
049c39839f
no-bug: Update public key for mar signing (gh-13316)
2026-04-19 16:18:38 +02:00
mr. m
2700722a1e
gh-9836: Register correct signing issuers for windows (gh-13304)
2026-04-18 16:25:58 +02:00
mr. m
1964922df7
no-bug: Update to Firefox 150.0 (gh-13281)
2026-04-17 00:59:38 +02:00
JDX50S
270db6d671
Merge commit from fork
...
* security: enable MAR signature verification for updates
Remove `--enable-unverified-updates` from the common mozconfig. This flag
was disabling all MAR (Mozilla ARchive) signature verification in the
updater binary, meaning update packages were applied without any
cryptographic authenticity check.
With this flag removed, the Mozilla build system will:
- Link NSS and signmar into the updater binary
- Enable SecVerifyTransformCreate-based signature verification on macOS
- Require MAR files to contain valid signatures before applying
REQUIRED FOLLOW-UP (maintainer action):
1. Generate a Zen-specific MAR signing keypair (RSA-PKCS1-SHA384)
See: https://firefox-source-docs.mozilla.org/build/buildsystem/mar.html
2. Place the public key DER file(s) in the source tree at
toolkit/mozapps/update/updater/release_primary.der
3. Sign MAR files during the release build with the private key
4. Set ACCEPTED_MAR_CHANNEL_IDS in update-settings.ini to restrict
which update channels the updater will accept
Ref: GHSA-qpj9-m8jc-mw6q
* no-bug: Added signature steps
* no-bug: Export browser/installer/package-manifest.in
---------
Co-authored-by: Maliq Barnard <maliqbarnard@Maliqs-MacBook-Air.local >
Co-authored-by: Mr. M <mr.m@tuta.com >
2026-04-09 19:28:31 +02:00
mr. m
8d646b3e41
gh-13131: Sync upstream Firefox to version 149.0.2 (gh-13129)
2026-04-07 19:43:49 +02:00
mr. m
ef2a3d367d
no-bug: Sync upstream Firefox to version 149.0 (gh-12904)
...
This PR syncs the upstream Firefox to version 149.0.
* ✅ All patches applied cleanly.
---------
Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com >
2026-03-25 00:01:47 +01:00
mr. m
f2be086123
no-bug: Update Visual C++ Redistributable version in signing scripts (gh-12859)
2026-03-20 18:20:23 +01:00
mr. m
1d6f8e33b3
no-bug: Update Visual C++ Redistributable version in signing scripts (gh-12858)
2026-03-20 17:25:46 +01:00
mr. m
5fb931daad
gh-12841: Fixed creating an unexpected folder in a second window when a new space is created (gh-12857)
2026-03-20 16:56:06 +01:00
mr. m
cb7fbe43ee
no-bug: Update rust deps and VS version (gh-12850)
2026-03-20 14:07:14 +01:00
mr. m
20ea551c9b
no-bug: Sync upstream Firefox to version 149.0 (gh-12826)
2026-03-20 12:48:24 +01:00
mr. m
9c1164b9bc
chore: Sync upstream to Firefox 148.0.2 ( #12724 )
2026-03-10 23:23:24 +00:00
mr. m
c4948ee0cd
chore: Sync upstream Firefox to version 148.0.2, p=#12712
2026-03-10 12:52:35 +01:00
Mr. M
ee5c1894eb
chore: Streamline surfer implementation to newer versions for win signs, b=no-bug, c=no-component
2026-03-03 00:14:13 +01:00
Harshit Tomar
2758c962b5
feat: Add 'open new blank window' action to zen.desktop, p=#12503
2026-02-24 23:38:31 +01:00
mr. m
7b9bdec209
chore: Sync upstream to Firefox 148.0, p=#12498
2026-02-24 23:37:08 +01:00
mr. m
353b65e25b
feat: Dont switch permanent keys for window closes, b=closes #12152 , c=workflows, flatpak
2026-02-24 23:19:46 +01:00
mr. m
dbb1e28b2f
chore: Sync upstream Firefox to version 148.0, p=#12440
2026-02-20 17:24:17 +01:00
mr. m
1d2a14f9e4
feat: Correctly calculate size of folder search popup, b=no-bug, c=flatpak, folders, workspaces
2026-02-17 22:40:00 +01:00
mr. m
214fd4aff0
feat: Include X-AppImage-Version into the AppImage .desktop file, b=closes #12412 , c=workflows
2026-02-17 12:13:41 +01:00
mr. m
083f388176
chore: Remove x-checker-data for flatpak releases, b=no-bug, c=flatpak
2026-02-16 14:03:23 +01:00
mr. m
6c53c3bf37
chore: Sync upstream Firefox to version 147.0.3, p=#12243
...
* chore: Sync upstream to `Firefox 147.0.3`
* Update candidate version to 147.0.3
Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com >
* Update Twilight version to RC 147.0.3 in README
Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com >
---------
Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com >
2026-02-05 11:04:53 +01:00
mr. m
1c23ad92b3
Sync upstream Firefox to version 147.0.2, p=#12079
2026-01-27 15:03:38 +01:00
mr. m
4046dd01a1
chore: Sync upstream to Firefox 147.0.2, p=#12067
2026-01-27 09:00:57 +01:00
mr. m
5b685bc26d
feat: Change default shortcut for unsynced windows, b=no-bug, c=windows, kbs
2026-01-24 15:34:46 +01:00
mr. m
a806bc7d0f
fix: Fixed migration issue when clear history is enabled, b=closes #11993 , c=flatpak, workspaces
2026-01-23 23:00:42 +01:00
mr. m
27c3858e1a
chore: Update freedesktop runtime for flatpak, b=bug #10545 , c=flatpak
2026-01-17 14:18:31 +01:00
mr. m
88f2b19765
chore: Sync upstream Firefox to version 147.0.1, p=#11931
...
* chore: Sync upstream to `Firefox 147.0.1`
* Discard changes to src/zen/tests/mochitests/shell/mac_desktop_image.py
* Update Twilight version to RC 147.0.1
Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com >
* Update candidate version to 147.0.1
Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com >
---------
Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com >
2026-01-16 21:50:47 +01:00