mr. m
a164e226dc
gh-10649: Avoid making unnecessary sidebar duplications (gh-13299)
2026-04-17 14:33:32 +02:00
mr. m
d3a601bd77
gh-13296: Fixed toolbars having white text on white bg (gh-13297)
2026-04-17 13:32:38 +02:00
mr. m
7046d16956
gh-13149: Fixed WS marking tabs as inactive in certain cases (gh-13298)
2026-04-17 13:32:22 +02:00
KelTech
3b85ac912e
gh-13095: restore multi-select highlight for split-view tabs (gh-13292)
...
Fixes #13095 .
The selector change in fe19b44 replaced the :has(multiselected) match
with [hasactivetab], which only fires when the active tab is inside the
split group. Multi-selecting tabs without the split tab in the initial
selection dropped the highlight.
Added the multiselected path back as a union so both cases get the
selected styling.
2026-04-17 08:55:13 +02:00
mr. m
1964922df7
no-bug: Update to Firefox 150.0 (gh-13281)
2026-04-17 00:59:38 +02:00
mr. m
8249814f68
gh-11593: Fixed links from external apps not opening up (gh-13275)
2026-04-16 12:37:06 +02:00
mr. m
4caa33d627
gh-13267: Add unit tests for site control panel (gh-13268)
2026-04-15 21:25:31 +02:00
mr. m
29e7fe12a8
gh-13264: Add tests for media player (gh-13262)
2026-04-15 20:25:10 +02:00
mr. m
b988f23a14
gh-10649: Implement JSON store length hints (gh-13260)
2026-04-15 18:59:40 +02:00
mr. m
c128b79723
gh-13258: Implement new loading indicator (gh-13259)
2026-04-15 16:49:52 +02:00
rain capsule
767dfce556
gh-7099: slight CSS and SVG optimizations on notes anim loop (gh-13246)
2026-04-14 16:11:18 +02:00
mr. m
826f1f355f
no-bug: New popup layout and stylings (gh-13245)
2026-04-14 11:17:41 +02:00
mr. m
7ed7b63b08
no-bug: Adress possible memory leaks (gh-13242)
2026-04-14 01:03:47 +02:00
mr. m
d540c6cddf
no-bug: Block loading glance from unmatching principals (gh-13237)
2026-04-13 20:33:01 +02:00
mr. m
adc8c92816
gh-9836: Finish the MAR signing workflow (gh-13216)
2026-04-13 15:49:24 +02:00
mr. m
7bbbdd3c4b
gh-9540: Fixed duplicate bookmarks appearing on startup (gh-13232)
2026-04-12 22:55:36 +02:00
Phannawich Jadpotwanich
cc46a1ee55
gh-11835: resolve copy URL return about:blank during pending navigations (gh-12521)
...
Co-authored-by: mr. m <91018726+mr-cheffy@users.noreply.github.com >
2026-04-11 17:32:23 +02:00
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