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
561a03421f
gh-13121: Fixed compact mode not hiding with translations (gh-13143)
2026-04-08 17:04:48 +02:00
Afeefur
28fcaf94a3
gh-13133: Add Duplicate tab keyboard shortcut (gh-13123)
...
Co-authored-by: mr. m <91018726+mr-cheffy@users.noreply.github.com >
2026-04-07 19:48:36 +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
reizumi
631fb9fc3b
no-bug: optimize icons and replace existing icons (gh-13113)
2026-04-06 19:05:34 +02:00
mr. m
16d7caa98f
gh-13093: Fixed double seperator lines in context menu (gh-13094)
2026-04-05 10:54:15 +02:00
mr. m
8333c34124
gh-13077: Fixed ctrl+W closing window when splitting tabs (gh-13083)
2026-04-04 20:50:25 +02:00
Chris McLaughlin
d9e03e8b83
gh-13081: focus URL bar on new blank tab in single-toolbar mode (gh-13082)
...
Co-authored-by: mr. m <mr.m@tuta.com >
2026-04-04 20:42:57 +02:00
mr. m
6ffeecad3a
gh-10687: Space switching should ignore system prefs (gh-13079)
2026-04-04 14:03:59 +02:00
mr. m
db3eea65b7
gh-13060: Fixed collapsed pins not marked as active (gh-13061)
2026-04-03 00:00:22 +02:00
mr. m
f40a7aaee1
gh-13016: Fixed pinned tabs not being able to collapse (gh-13018)
2026-03-31 14:46:32 +02:00
mr. m
be9928beda
no-bug: Prevent focusing the urlbar on tab switch (gh-13002)
2026-03-30 17:34:32 +02:00
Davide Taffarello
742a1e6882
gh-12730: conflict keybord shortcut name always shows "Escape" (gh-12993)
...
Co-authored-by: mr. m <91018726+mr-cheffy@users.noreply.github.com >
2026-03-30 14:15:25 +02:00
mr. m
2d6f2cbbde
gh-12994: Fixed adress bar not being aligned with the container (gh-12997)
2026-03-30 13:26:34 +02:00
mr. m
3fd89a93f5
no-bug: Move live folder context menu item to the toolbar menu (gh-12991)
2026-03-29 19:20:11 +02:00
mr. m
0829b3ac36
no-bug: Dont reset heights on tab drop (gh-12947)
2026-03-27 14:35:20 +01:00
mr. m
108020caf5
gh-12922: Fixed closing blank windows when asking for confirmation (gh-12925)
2026-03-26 10:01:00 +01:00
mr. m
6696bc5bac
no-bug: Set an opacity for the translations icon (gh-12924)
2026-03-26 09:35:17 +01:00
mr. m
adbc7876b1
no-bug: Revert icon optimization and run more glance samples (gh-12917)
...
Co-authored-by: reizumi <reizumichan@protonmail.com >
2026-03-25 18:28:19 +01:00
mr. m
fb00df5d73
no-bug: Make sure to flush the document styles when showing essentials promo (gh-12908)
2026-03-24 23:49:38 +01:00
mr. m
fe19b4412a
no-bug: Add unsplit tabs context menu item (gh-12863)
2026-03-20 21:55:23 +01:00
mr. m
20ea551c9b
no-bug: Sync upstream Firefox to version 149.0 (gh-12826)
2026-03-20 12:48:24 +01:00
Michael Y. Qiu
11af62c94e
fix: Keyboard shortcut assignment issue caused by modifier, b=closes https://github.com/zen-browser/desktop/issues/10686 , p=#12776
2026-03-16 09:10:13 +01:00
mr. m
4f0e7daa13
feat: Dont show reset line if the location is empty, b=no-bug, c=tabs
2026-03-15 12:45:53 +01:00
mr. m
c6e8b0d3d9
feat: Improve accesibility for split view buttons, b=no-bug, c=split-view, tabs
2026-03-15 12:22:30 +01:00
Afeefur
7dbe5b414d
feat: Added 'unload all other spaces' option in spaces context menu, p=#12751
...
Co-authored-by: mr. m <91018726+mr-cheffy@users.noreply.github.com >
2026-03-14 10:14:45 +01:00
Lukas
55c079d4ba
feat: Add "Separate from pinned tab" when resetting pinned tab with CMD, p=#12710
2026-03-14 10:06:09 +01:00
mr. m
6287f1a118
chore: Refactor spaces organization, p=#12764
2026-03-13 17:35:00 +01:00
mr. m
908b164996
feat: Allow gradient picker to have less opacity for Windows, b=no-bug, c=workspaces
2026-03-12 12:47:20 +01:00
mr. m
0ac56e9d04
fix: Fixed chrome hide toolbar flag not being respected, b=closes #12736 , c=no-component
2026-03-11 19:03:28 +01:00
mr. m
f718d4414e
perf: Improved performance when switiching spaces, p=#12698
...
* perf: Improved performance when switiching spaces, b=no-bug, c=common, compact-mode, workspaces
* chore: format, b=no-bug, c=workspaces
2026-03-09 20:16:41 +01:00
mr. m
7c8ccdedd4
Merge branch 'dev' of https://github.com/zen-browser/desktop into dev
2026-03-06 00:44:08 +01:00
mr. m
ea35896484
feat: Small detail changes to control panel, b=no-bug, c=common
2026-03-06 00:43:38 +01:00
Hythera
3f0f07ac37
fix: script interpreters and permissions, p=#12641
2026-03-05 14:41:55 +01:00
Hythera
d25a99cd21
fix: remove duplicate patches, p=#12640
2026-03-05 13:35:05 +01:00
mr. m
efae7418c4
fix: Fixed new tabs not allowed to be opened, b=closes #12628 , c=no-component
2026-03-05 10:04:14 +01:00
mr. m
ad74b55dbf
Revert "fix: github folder not getting pr list, p=#12578, c=folders", p=#12599
2026-03-03 11:28:32 +01:00
mr. m
5ffb2d8d69
feat: Don't search clipboard content when middle clicking the sidebar, b=no-bug, c=no-component
2026-03-03 01:01:19 +01:00
Slowlife
b5b31c02d0
fix: github folder not getting pr list, p=#12578, c=folders
...
Co-authored-by: mr. m <mr.m@tuta.com >
2026-03-02 15:03:16 +01:00
mr. m
bcdb905ad6
feat: Correctly mark tab visibility inside active folders, b=no-bug, c=common, folders
2026-03-02 09:58:49 +01:00
mr. m
c9cad08ae7
feat: Hide AI controls from settings as we never have them enabled, b=no-bug, c=no-component
2026-02-26 14:52:56 +01:00
mr. m
b563e06527
chore: Import external patches, p=#12525
2026-02-26 13:52:19 +01:00
mr. m
88a647a3bb
fix: Make sure to not run any switching when quitting, b=no-bug, c=workspaces
2026-02-26 11:28:17 +01:00
mr. m
0a5a6d0604
feat: Remove some of the AI features introduced in FF 148, b=no-bug, c=no-component
2026-02-25 23:39:01 +01:00
mr. m
2c740b1abf
feat: Start animating folder closes, b=no-bug, c=common
2026-02-25 20:19:32 +01:00
mr. m
a8ccd1ca3c
feat: Make folder search popup ignore outside clicks, b=no-bug, c=folders, common
2026-02-24 12:47:20 +01:00
mr. m
e919e723c7
feat: Add native popover UI for macos, p=#12456
2026-02-21 23:07:30 +01:00
mr. m
5ed59fb902
chore: Updated to a better github logo for better live folder visibility, b=no-bug, c=common
2026-02-21 21:08:34 +01:00
mr. m
a6839cfbf7
fix: Fixed wrong attribute checking when updated to Firefox 148.0, b=no-bug, c=tabs
2026-02-21 12:05:31 +01:00
Slowlife
c28d6520d6
feat: Live folders, p=#11921
...
Co-authored-by: Slowlife01 <slowlife1165@gmail.com >
Co-authored-by: mr. m <91018726+mr-cheffy@users.noreply.github.com >
Co-authored-by: reizumi <reizumichan@protonmail.com >
2026-02-21 00:17:05 +01:00