Commit Graph

6792 Commits

Author SHA1 Message Date
mr. m
2eb795c5fa New translations zen-preferences.ftl (Chinese Traditional)
[ci skip]
2026-05-31 12:01:36 +02:00
mr. m
756fb8ad10 New translations zen-boosts.ftl (Hungarian)
[ci skip]
2026-05-29 10:09:37 +02:00
mr. m
bbb805b541 New translations zen-preferences.ftl (Hungarian)
[ci skip]
2026-05-29 10:09:36 +02:00
mr. m
2df650fd53 New translations zen-boosts.ftl (Indonesian)
[ci skip]
2026-05-28 10:01:09 +02:00
mr. m
57bd4f2d81 New translations zen-boosts.ftl (Japanese)
[ci skip]
2026-05-28 10:01:07 +02:00
mr. m
5a9d5c013a New translations zen-boosts.ftl (Italian)
[ci skip]
2026-05-28 10:01:06 +02:00
mr. m
81d39099d1 New translations zen-boosts.ftl (German)
[ci skip]
2026-05-28 10:01:04 +02:00
mr. m
5bc5504f56 New translations zen-boosts.ftl (Arabic)
[ci skip]
2026-05-28 10:01:02 +02:00
mr. m
072f1d5d62 New translations zen-menubar.ftl (Italian)
[ci skip]
2026-05-28 10:01:00 +02:00
mr. m
497a6a60b1 New translations zen-preferences.ftl (Indonesian)
[ci skip]
2026-05-28 10:00:58 +02:00
mr. m
612e20cee1 New translations zen-preferences.ftl (Japanese)
[ci skip]
2026-05-28 10:00:57 +02:00
mr. m
bb9ba81382 New translations zen-preferences.ftl (Italian)
[ci skip]
2026-05-28 10:00:55 +02:00
mr. m
2f0ce3f5ca New translations zen-preferences.ftl (German)
[ci skip]
2026-05-28 10:00:53 +02:00
mr. m
d736af7e11 New translations zen-preferences.ftl (Arabic)
[ci skip]
2026-05-28 10:00:51 +02:00
mr. m
2147a980d7 New translations zen-workspaces.ftl (Italian)
[ci skip]
2026-05-28 10:00:50 +02:00
mr. m
5ac3da7378 New translations zen-vertical-tabs.ftl (Italian)
[ci skip]
2026-05-28 10:00:48 +02:00
mr. m
a0039abe7b New translations zen-split-view.ftl (Italian)
[ci skip]
2026-05-28 10:00:47 +02:00
mr. m
c6bd7397f9 New translations zen-general.ftl (Italian)
[ci skip]
2026-05-28 10:00:45 +02:00
arieleli01212
5bbbadd77b gh-13857: Use Zen icon for share toolbar button (gh-13896)
Fixes #13857.

This updates the toolbar share button to use Zen's shared icon set
instead of the upstream Firefox asset. The downloads button already
points at the Zen icon set, so this keeps the two toolbar icons visually
consistent.

Validation:
- Checked that `share-tab-button` is the Firefox toolbar share button
id.
- Confirmed the repo lint script requires the generated `engine`
checkout, which is not present in this clone.

Co-authored-by: arieleli01212 <207917221+arieleli01212@users.noreply.github.com>
1.20.1b
2026-05-27 16:24:28 +02:00
mr. m
8a0a6cbede gh-13844: Part 3 - Fixed text inputs not being filtered through boosts (gh-13893) 2026-05-27 13:39:22 +02:00
mr. m
2fb59e2c82 no-bug: New Crowdin updates (gh-13886) 2026-05-27 11:28:17 +02:00
mr. m
89267dfea0 no-bug: Add a New Boost urlbar action (gh-13884)
Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com>
2026-05-27 08:45:30 +02:00
mr. m
0863d7f4c0 no-bug: New Crowdin updates (gh-13866) 2026-05-26 23:37:42 +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
7f08cf437a gh-13844: Part 2 - Fixed boosts not working for linear gradients (gh-13882)
Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com>
2026-05-26 22:27:54 +02:00
Ashvin Jangid
e82012ff1c gh-13879: fix sidebar UI breaking on cancelling space creation (gh-13880) 2026-05-26 21:52:37 +02:00
mr. m
b94dd3b927 gh-13868: Fixed tabs getting clipped when collapsing folders (gh-13869) 2026-05-26 12:00:14 +02:00
mr. m
346219c3b4 gh-13851: Fixed pressing u duplicating tabs (gh-13856) 2026-05-25 21:47:27 +02:00
mr. m
6f41ffe02d gh-13853: Fixed sidebar flickering on private windows (gh-13855) 2026-05-25 21:28:52 +02:00
mr. m
69e76e51b7 gh-13844: Fixed boosts not working when anon content exists (gh-13847) 2026-05-25 19:58:38 +02:00
mr. m
7e449ccdc9 gh-10594: Increase the padding size when entering fullscreen (gh-13848) 2026-05-25 19:58:28 +02:00
mr. m
8f905e7abd no-bug: Fix boosts picker showing wrong auto theme choice (gh-13821) 2026-05-24 11:00:54 +02:00
fen4flo
999a78d656 no-bug: Fix manager not writing to file after boost toggle (gh-13815) 2026-05-23 15:28:45 +02:00
Ashvin Jangid
09ed192fc4 gh-13642: fix unexpected sidebar width increase in compact mode (gh-13794)
`getAndApplySidebarWidth()` does handle this case but in the condition
it requires the event.
```
      if (
        event &&
        shouldRecalculate &&
        sidebarExpanded &&
        !gZenVerticalTabsManager._hadSidebarCollapse
      ) {
        return;
      }
```
If the function does not return here then it makes the
`--zen-sidebar-width` = `--actual-zen-sidebar-width` which adds the
padding's width to the sidebar.

I don't know if not passing event in the function was intentional, but
this seems to fix the issue.

fixes: #13642
2026-05-23 12:26:13 +02:00
mr. m
29226112f5 no-bug: Fallbac to macos SDK version 26.4 if 26.5 doesnt exist (gh-13808) 2026-05-23 08:31:03 +02:00
mr. m
a5e78a659f no-bug: Update macos SDK version to 26.5 (gh-13807) 2026-05-23 08:16:22 +02:00
fen4flo
7196527509 gh-13796: Fix tab order reversing on dnd & boosts window size / initial color state (gh-13799)
Co-authored-by: Mr. M <mr.m@tuta.com>
Signed-off-by: fen4flo <75260616+FlorianButz@users.noreply.github.com>
2026-05-22 17:31:25 +02:00
mr. m
cd1616d1c0 gh-13761: Fixed closing a split view selecting it on other windows (gh-13790) 1.20b 2026-05-21 18:18:18 +02:00
mr. m
0b9f0bbe91 no-bug: Lower boosts radius for macos (gh-13784) 2026-05-21 09:21:19 +02:00
Ashvin Jangid
b726dc8052 gh-13612: display "Space" key name correctly in keyboard shortcuts page (gh-13774) 2026-05-21 09:14:33 +02:00
Ashvin Jangid
81d30b906a gh-13776: fix shortcut conflict detection failing with special keys (gh-13777) 2026-05-21 09:14:18 +02:00
mr. m
ae14d05290 no-bug: Update to Firefox 151.0 (gh-13775) 2026-05-20 16:51:06 +02:00
mr. m
8840bd77ae no-bug: Let overflowable webexts toolbar ride the train (gh-13772) 2026-05-20 13:39:12 +02:00
mr. m
1c3b74c508 no-bug: Increase toolbar overflow threshold (gh-13771) 2026-05-20 13:35:55 +02:00
Ashvin Jangid
f9c4575c78 gh-13767: fix special key shortcuts displaying incorrectly until page reload (gh-13768)
The problem was that `input.value` was getting the raw shortcut and not
really converting it to the normalized displayable string.
There was no method to just get the `displayString` for a shortcut
without creating a new one, so I put that logic into
`gZenZenKeyboardShortcutsManager`. The static function in `KeyShortcut`
class is just to reduce code duplication.

fixes: #13767
2026-05-20 12:46:11 +02:00
mr. m
035e5931fc gh-10594: Video controls going under the screen when in fullscreen (gh-13769) 2026-05-20 11:53:23 +02:00
mr. m
d5d86dbfa5 no-bug: Fixed continue where you left off not working anymore (gh-13764) 2026-05-20 00:29:25 +02:00
mr. m
1b9408ecb0 no-bug: Add polish to finished boosts implementation (gh-13762)
Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com>
2026-05-19 23:58:00 +02:00
Andrey Bochkarev
ef259f58aa no-bug: Fix cyclic workspace switching (gh-13743) 2026-05-18 22:26:49 +02:00
mr. m
149fc12366 no-bug: Remove panel padding reset from patch (gh-13736) 2026-05-18 00:10:30 +02:00