Commit Graph

5372 Commits

Author SHA1 Message Date
mr. m
c8d26461e6 feat: Added a pref for hover hacks in compact mode hover detection, b=no-bug, c=compact-mode 2025-07-30 22:33:29 +02:00
Mr. M
36fe38c145 feat: Improve startup time and reduce initial animations, b=bug #6997, c=common, workspaces 2025-07-30 11:41:09 +02:00
Mr. M
db0880ea8b fix: Fixed hovering outside the window instantly hiding the sidebar, b=no-bug, c=compact-mode 2025-07-30 02:38:11 +02:00
Mr. M
20392e8e24 Merge branch 'dev' of https://github.com/zen-browser/desktop into dev 2025-07-29 23:47:43 +02:00
Mr. M
e6d6ca53df feat: Start session restoring empty tabs and flush tab state for newly expanded glance tabs, b=no-bug, c=common, glance, workspaces 2025-07-29 23:47:34 +02:00
mr. m
2abd1cb321 New Crowdin updates (#9690) 2025-07-29 23:32:15 +02:00
Mr. M
ff5c0543d5 chore: Add a bit more of delay to hover checks, b=no-bug, c=compact-mode 2025-07-29 22:18:50 +02:00
mr. m
1e6067d100 fix: Fixed manually unloading glance leading to rendering it useles, p=#9687, c=glance 2025-07-29 15:04:35 +02:00
mr. m
55100f7bc3 chore: Bump surfer version, p=#9686, c=no-component 2025-07-29 14:46:13 +02:00
mr. m
d21e6c4274 chore: Bump motion version, p=#9677, c=vendor 2025-07-29 00:39:49 +02:00
mr. m
6641152100 chore: Implemented static linting for JS modules, p=#9673, c=common 2025-07-28 21:08:31 +02:00
mr. m
d9ccd5c6a2 New Crowdin updates (#9669)
* New translations zen-workspaces.ftl (French)

* New translations zen-preferences.ftl (Vietnamese)
2025-07-28 19:02:52 +02:00
mr. m
daf94bd66d chore: Defined base path for crowdin, b=no-bug, c=no-component 2025-07-28 18:05:16 +02:00
Mr. M
b8f73482da chore: Fixed crowdin translation paths, b=no-bug, c=no-component 2025-07-28 17:58:20 +02:00
Mr. M
fa36ab417b fix: Attempt at fixing compact mode disabling on startup, b=bug #8606, c=compact-mode 2025-07-28 17:34:55 +02:00
Mr. M
bdab8a62a3 fix: Fixed holding down ctrl+T repeatedly retrigering the searvh popup, b=closes #9621, c=common 2025-07-28 17:26:59 +02:00
mr. m
dfd2830ceb test: Added tests for split view, p=#9667, c=tests 2025-07-28 17:05:23 +02:00
mr. m
36a84261b3 chore: Migrate l10n repo to the main repository, p=#9662, c=l10n 2025-07-28 14:26:41 +02:00
Mr. M
e5d4e91e61 fix: Fixed drag and droping split view groups, b=no-bug, c=tabs 1.14.9b 2025-07-27 08:43:19 +02:00
Mr. M
5787c7d664 fix: Fixed expanding glance while on a split view, b=no-bug, c=no-component 2025-07-27 08:35:07 +02:00
Mr. M
1518ea71f4 fix: Fixed glance crashing when trying to be closed, b=closes #9633, c=glance 2025-07-26 23:10:45 +02:00
mr. m
e235ac6fd6 fix: Fixed glance button cancelation not working, b=no-bug, c=glance, workspaces 1.14.8b 2025-07-26 12:46:27 +02:00
mr. m
69c8e6a0fd Merge branch 'dev' of https://github.com/zen-browser/desktop into dev 2025-07-25 21:02:06 +02:00
mr. m
e395e0fa1b fix: Fixed double arrows on the urlbar action row, b=no-bug, c=common 2025-07-25 20:57:02 +02:00
Mr. M
19fbad748c test: Fixed restore tests and fixed possible memory leak on theme modifiers, b=no-bug, c=common, workspaces, tests 1.14.7b 2025-07-25 12:32:57 +02:00
Mr. M
c9023353f6 Merge branch 'dev' of https://github.com/zen-browser/desktop into dev 2025-07-25 11:15:16 +02:00
Mr. M
921afb04a4 fix: Fixed changing workspaces not replacing the empty tab, b=no-bug, c=workspaces 2025-07-25 11:15:09 +02:00
mr. m
578ca15268 Merge branch 'dev' of https://github.com/zen-browser/desktop into dev 1.14.6b 2025-07-25 01:29:59 +02:00
mr. m
5f61efa26b fix: Windows 11 - Fix 'apply split grid' native dialog show even after hiding the buttons, b=no-bug, c=tabs 2025-07-25 01:29:50 +02:00
mr. m
92607e2eee fix: Fix wrong spacing on the app menu item
Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com>
2025-07-24 17:49:08 +02:00
Mr. M
78b1088b41 fix: Make sure to source cargo env before building, b=no-bug, c=workflows 2025-07-24 16:38:02 +02:00
mr. m
51f22680f4 fix: Install cargo after bootstraping for linux, b=no-bug, c=workflows 2025-07-24 13:16:14 +02:00
mr. m
5891063bff Merge branch 'dev' of https://github.com/zen-browser/desktop into dev 2025-07-24 12:15:09 +02:00
mr. m
2ad591f784 feat: Improved performance for compact mode by stoping the use of has selectors, b=no-bug, c=common, compact-mode, split-view 2025-07-24 12:14:59 +02:00
Antonio Enriquez
6b12eed38b fix: Fix copy button not working in calculator and unit conversion results (#9588)
Resolves race condition where urlbar view close was interrupting engagement events, preventing onEngagement from being called.
2025-07-23 10:19:11 -07:00
mr. m
d0df3d5a52 test: Fixed drag and drop tests hanging on some cases, b=no-bug, c=tests, tabs, workspaces 2025-07-23 12:11:32 +02:00
mr. m
ca289363c3 test: Added drag and drop automatic testing, b=no-bug, c=tests, scripts, tabs 2025-07-23 01:33:12 +02:00
mr. m
999519f85c chore: Pref cleanup, b=no-bug, c=glance, tabs 2025-07-23 00:57:03 +02:00
mr. m
21bc9da02e Merge branch 'dev' of https://github.com/zen-browser/desktop into dev 2025-07-22 21:35:02 +02:00
mr. m
e05cdddab0 chore: Updated to Firefox 141.0, b=no-bug, c=common, media 2025-07-22 21:34:45 +02:00
dependabot[bot]
a07128fc2c chore(deps): bump form-data in the npm_and_yarn group across 1 directory (#9571)
Bumps the npm_and_yarn group with 1 update in the / directory: [form-data](https://github.com/form-data/form-data).


Updates `form-data` from 4.0.2 to 4.0.4
- [Release notes](https://github.com/form-data/form-data/releases)
- [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md)
- [Commits](https://github.com/form-data/form-data/compare/v4.0.2...v4.0.4)

---
updated-dependencies:
- dependency-name: form-data
  dependency-version: 4.0.4
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-22 03:11:41 -07:00
mr. m
e69979f0d6 chore: Format project before twilight release, b=no-bug, c=no-component 2025-07-20 01:22:06 +02:00
mr. m
ee1a5d0ac4 feat: Hide theme preferences if zen.theme.disable-lightweight is enabled, b=no-bug, c=no-component 2025-07-20 01:21:12 +02:00
mr. m
8a60cbd61f fix: Improved native toolbar schemes, b=no-bug, c=common, workspaces 2025-07-20 01:16:58 +02:00
Mr. M
17f6291a1d feat: Improved custom color generation UI, b=no-bug, c=workspaces 2025-07-19 22:25:27 +02:00
Mr. M
71598f7dcc chore: Import patches before bootstraping, b=no-bug, c=no-component 2025-07-19 21:41:47 +02:00
Mr. M
7e63561092 fix: Use macos SDK 15.5 instead of 15.4 which is no longer available, b=no-bug, c=no-component 2025-07-19 21:28:07 +02:00
Mr. M
54e1ffa91d chore: Use element index rather than tab index when dragging, b=no-bug, c=tabs 2025-07-19 21:05:59 +02:00
Mr. M
a82b05bc75 fix: Fixed compact mode displaying wrong workspace themes, b=no-bug, c=workspaces 2025-07-18 15:57:47 +02:00
Mr. M
f862e184a6 test: Removed replaced-newtab for the mochitest profile and did an overall license check and clanup, b=no-bug, c=scripts, flatpak, tests, common, media, mods, split-view, glance, welcome, workspaces, vendor 2025-07-18 13:36:02 +02:00