Commit Graph

4316 Commits

Author SHA1 Message Date
JDX50S
76b7bc96ef gh-10746: Fix SMAuthorizedClients wrong Team ID (gh-13191) 2026-04-11 12:39:44 +02:00
DQSS
dfc47ee5d7 gh-12241: fix skip startup bookmark invalidation when no workspace bookmarks exist (gh-13168) 2026-04-09 22:51:24 +02:00
mr. m
0a7e81f532 gh-8932: Add more PGO instrumentation (gh-13158) 2026-04-09 22:41:27 +02:00
Slowlife
a2a64cec6a gh-13085: add support for new gh pull request dashboard (gh-13090) 2026-04-09 20:22:06 +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
Afeefur
8b9f449f95 no-bug: added tests for unloading all other workspaces (gh-13100) 2026-04-09 01:36:37 +02:00
mr. m
9433b8a8f0 gh-13121: Fixed top bar not showing when urlbar is focused (gh-13150) 2026-04-08 20:51:30 +02:00
mr. m
561a03421f gh-13121: Fixed compact mode not hiding with translations (gh-13143) 2026-04-08 17:04:48 +02:00
mr. m
73ae2fa258 gh-13140: Fixed some items not respecting reduce motion (gh-13141) 2026-04-08 14:08:47 +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
mr. m
5ae688819e gh-13119: Revert :is -> :where compact mode selectors (gh-13124) 2026-04-07 09:35:55 +02:00
reizumi
631fb9fc3b no-bug: optimize icons and replace existing icons (gh-13113) 2026-04-06 19:05:34 +02:00
mr. m
c0c957cbff gh-11667: Fixed unable to install addons in compact mode (gh-13097) 2026-04-05 20:38:04 +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
Chris McLaughlin
bbaf7279ed gh-12112: auto-focus URL bar when replace-newtab is disabled (gh-13080)
Co-authored-by: mr. m <mr.m@tuta.com>
2026-04-04 19:54:13 +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
b55358b9ab gh-12979: Import compositor patches from upstream (gh-13054) 2026-04-02 17:17:08 +02:00
mr. m
dba5a0402c no-bug: Dont animate glance image preview opacity (gh-13055) 2026-04-02 17:15:47 +02:00
mr. m
36aa7b0a20 gh-13038: Fixed trying to swap browsers that dont exist (gh-13051) 2026-04-02 16:10:18 +02:00
Hythera
0619d3d8de no-bug: remove obsolete patch from Firefox 149.0 (gh-13049) 2026-04-02 14:30:52 +02:00
mr. m
6b5f6c7b9d no-bug: Properly align identity box icon (gh-13035) 2026-04-01 13:07:10 +02:00
mr. m
69e3a995ae gh-13024: Fixed restoring tab state also taking into account scroll (gh-13034) 2026-04-01 12:56:05 +02:00
mr. m
e32ff53d2d gh-13030: Fixed unsplit tab item showing when it shouldn't (gh-13033) 2026-04-01 12:20:25 +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
62286a2758 gh-13015: Fixed tablist scroll beibg occasionally stuck (gh-13017) 2026-03-31 13:46:03 +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
a2796d7af0 gh-9600: Fixed text being unreadable with some themes (gh-12998) 2026-03-30 14:14:23 +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
595f236a7a gh-12989: Make split command use context tabs (gh-12990) 2026-03-29 18:59:15 +02:00
Rugved_018
8fec3702f4 gh-12104: Fix notification tabs overlap (gh-12965)
Co-authored-by: mr. m <mr.m@tuta.com>
2026-03-29 15:44:03 +02:00
mr. m
ec2864902c gh-8206: Respect reduce motion more and dont block switch animations (gh-12980) 2026-03-29 15:32:27 +02:00
mr. m
7f00a16d6d gh-12973: Fixed compact mode toggle being always checked (gh-12977) 2026-03-29 14:14:38 +02:00
mr. m
65597fd6b5 no-bug: Don't run welcome screen on headless mode (gh-12959) 2026-03-28 08:02:05 +01:00
Slowlife
fba5d0c4cc gh-12942: Fixed github pull requests not getting fetched (gh-12958)
Co-authored-by: mr. m <mr.m@tuta.com>
2026-03-28 07:47:33 +01:00
mr. m
1089e72ef6 no-bug: update migration data access to handle undefined safely (gh-12956) 2026-03-27 23:01:26 +01:00
mr. m
0829b3ac36 no-bug: Dont reset heights on tab drop (gh-12947) 2026-03-27 14:35:20 +01:00
Slowlife
4c1e52c063 gh-12942: Fixed unable to enable live folder options (gh-12946) 2026-03-27 14:34:40 +01:00
mr. m
b39b9abc6f gh-12940: Fixed new profiles not being able to startup (gh-12944) 2026-03-27 14:19:48 +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
Lukas
fb35a0b4c6 Fix other popover layou issues (gh-12923)
Co-authored-by: mr. m <91018726+mr-cheffy@users.noreply.github.com>
2026-03-26 09:37:35 +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
7388789154 no-bug: Make glance perform more localized animation painting (gh-12913) 2026-03-25 10:41:44 +01:00
mr. m
ae41100c7c no-bug: Correctly set macos tahoe rounded values (gh-12912) 2026-03-25 09:20:12 +01:00