mr. m
967d0dd730
perf: Disable msd physics by default to improve scrolling, b=no-bug, c=no-component
2025-06-09 12:01:24 +02:00
mr. m
af36549c7e
perf: Remove smooth scroll features, b=no-bug, c=common, workspaces
2025-06-09 11:58:32 +02:00
mr. m
6e2ce89d21
refactor: Remove bytecode loading strategy, b=no-bug, c=no-component
2025-06-09 11:31:29 +02:00
mr. m
2d5fed3cd9
fix: Fixed raycast focus activating the sidebar on compact mode, b=closes #7590 , c=common
2025-06-09 09:44:17 +02:00
mr. m
ba4eef0db9
refactor: Apply essentials icons to the entire tab to avoid removing the background when cloning, b=no-bug, c=tabs, welcome, workspaces
2025-06-09 01:12:22 +02:00
mr. m
872f7bdcbe
fix: Fixed flashing backgrounds at startup and animating tabs from session restore, b=no-bug, c=common
2025-06-09 00:31:33 +02:00
octaviusz
8f6ca03240
Fix glance button animation for right side ( #8934 )
2025-06-08 18:43:06 +02:00
Mr. M
35245078c9
perf: Only show gradient blend mode if used and removed unused perf configs, b=no-bug, c=common, compact-mode, workspaces
2025-06-08 12:58:10 +02:00
Mr. M
fd8a55c57c
refactor: Remove color settings on look and feel as they are no longer used, b=no-bug, c=common, workspaces
2025-06-08 12:42:06 +02:00
Mr. M
df963fc035
fix: Fixed Browser window offset after debugger break point hit
, b=closes #8814 , c=common
2025-06-08 10:59:17 +02:00
Mr. M
ffab4a8c02
feat: Always mantain hover state after using app commands for switching workspaces, b=no-bug, c=workspaces
2025-06-08 01:21:45 +02:00
Mr. M
ebd1910bb8
fix: Fixed restoring tabs after restoring windows, b=bug #8699 , c=workspaces, tests
2025-06-07 20:35:08 +02:00
Mr. M
10592ed243
fix: Fixed startup welcome pinned tabs not having a workspace id, b=no-bug, c=welcome
2025-06-07 20:34:50 +02:00
Mr. M
3da1da968e
fix: Fixed window controls not being aligned when being on the right side, b=closes #8910 , c=tabs
2025-06-07 19:54:06 +02:00
Mr. M
bb2196900b
fix: Fixed essential tabs appearing on private mode and updated tests, b=closes #8918 , c=tabs, tests, glance, workspaces
2025-06-07 18:48:44 +02:00
Mr. M
8ef4460f00
perf: part 2 - Improved startup speed/performance and added some tests for private browsing, b=no-bug, c=common, kbs, mods, tests, glance, workspaces
2025-06-07 01:02:03 +02:00
Mr. M
a1bd202b51
feat: Dynamically resize the urlbar based on the view width, b=no-bug, c=common
2025-06-06 13:54:41 +02:00
Mr. M
d35abc991e
no-bug - Formatted project, c=tabs, t=chore
2025-06-06 13:35:06 +02:00
Mr. M
7a29340efc
Merge branch 'dev' of https://github.com/zen-browser/desktop into dev
2025-06-06 13:34:35 +02:00
Mr. M
cf6a346749
no-bug - Improved initial startup performance and loading speeds, c=common, tabs, workspaces, t=perf
2025-06-06 13:34:29 +02:00
mr. m
9f047b7dcf
pull #8904 - Organized zen configs into separate files and added licenses to the remaining files
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-06-06 13:32:20 +02:00
mr. m
7a50336908
Merge branch 'dev' of https://github.com/zen-browser/desktop into dev
2025-06-06 13:29:07 +02:00
mr. m
89efc6cb0a
no-bug - Show how many essential slots are left and disable instead of hiding the context menu ifwe reached a limit, c=common, tabs, t=feat
2025-06-06 13:19:06 +02:00
Ernestas Tautkus
5b3b72b9aa
Respect glance enabled preference before opening Glance on search ( #8890 )
2025-06-06 13:16:39 +02:00
Mr. M
a6d749a9c8
no-bug - Dont pin empty tabs, c=no-component, t=feat
2025-06-06 11:51:29 +02:00
CosmoCreeper
a570a266e5
Clarify what to execute in newtab readme. ( #8865 )
...
* Clarify what to execute.
Signed-off-by: CosmoCreeper <179134799+CosmoCreeper@users.noreply.github.com>
* Use a better suited name.
Signed-off-by: CosmoCreeper <179134799+CosmoCreeper@users.noreply.github.com>
---------
Signed-off-by: CosmoCreeper <179134799+CosmoCreeper@users.noreply.github.com>
2025-06-04 21:15:33 +02:00
CosmoCreeper
0f5f14defe
Rename ZenEmojies.mjs to ZenEmojis.mjs for correct spelling. ( #8841 )
...
* Rename ZenEmojies.mjs to ZenEmojis.mjs
Signed-off-by: CosmoCreeper <179134799+CosmoCreeper@users.noreply.github.com>
* Rename references to ZenEmojies.mjs to ZenEmojis.mjs
Signed-off-by: CosmoCreeper <179134799+CosmoCreeper@users.noreply.github.com>
* Update linter ignored files to the new emojis rename.
Signed-off-by: CosmoCreeper <179134799+CosmoCreeper@users.noreply.github.com>
* Rename emojies to emojis in the zen-assets.jar.inc.mn file.
Signed-off-by: CosmoCreeper <179134799+CosmoCreeper@users.noreply.github.com>
---------
Signed-off-by: CosmoCreeper <179134799+CosmoCreeper@users.noreply.github.com>
2025-06-04 08:32:31 +02:00
CosmoCreeper
ab9a752286
Remove unnecessary repetition of the same action. ( #8840 )
...
I have removed the unnecessary repetition of what ```gZenMarketplaceManager._triggerBuildUpdateWithoutRebuild``` already does and replaced those situations with calls to that actual function.
I have also rearranged that function to before the functions that call it so the flow makes more sense.
Signed-off-by: CosmoCreeper <179134799+CosmoCreeper@users.noreply.github.com>
2025-06-04 08:31:51 +02:00
mr. m
8f06bf21b0
no-bug - Only insert cloned essentials if they are going to be animated, c=workspaces, t=chore
2025-06-03 18:21:57 +02:00
Bryan Galdámez
0642ceba40
refactor(ZenMods): rework how default value for mod preferences are set ( #8783 )
...
this should avoid possible collisions
2025-06-02 10:06:54 +02:00
mr. m
0869fa55bb
no-bug - Allow accent colors on the titlebar to be shown on windows 11, c=common, t=feat
2025-06-01 15:47:54 +02:00
mr. m
7c18b1d921
no-bug - Add support for accent color on titlebar preference for windows 11, c=no-component, t=feat
2025-06-01 09:01:45 +02:00
mr. m
6663a47d4a
no-bug - Fixed restoring pinned tabs having the wrong favicon, c=tabs, t=fix
2025-06-01 00:37:01 +02:00
Mr. M
c9fe95c00c
closes #8713 - Fixed profile context menu not showing, c=common, t=fix
2025-05-31 22:16:05 +02:00
Mr. M
9bfa7b01b5
Merge branch 'dev' of https://github.com/zen-browser/desktop into dev
2025-05-31 21:46:02 +02:00
Mr. M
bbf646439a
closes #8694 - Fixed gradient not showing when restoring multiple windows, c=workspaces, t=fix
2025-05-31 21:45:36 +02:00
Mr. M
a710d5949e
fix: FIxed restoring pined and essential tabs not being on the correct parent element, b=(bug #8726 ), c=tests, workspaces
2025-05-31 21:32:51 +02:00
Mr. M
4abb3d2249
feat: Fixed opening search mode on glance, b=( closes #8680 ), c=glance
2025-05-31 20:52:37 +02:00
Lukas Runge
6cdc640977
fix(shortcuts): 🐛 remove special characters on macos ( #8719 )
2025-05-31 20:49:08 +02:00
Mr. M
aa662910b2
feat: Do not hide toasts on welcome page, b=(no-bug), c=common, welcome
2025-05-31 20:36:06 +02:00
mr. m
0e3faf45b1
feat: Use default firefox proxy value, b=(no-bug), c=no-component
2025-05-31 00:24:48 +02:00
mr. m
8b25b0bbf3
feat: Set a new favicon to pinned tabs if previous didn't exist, b=(no-bug), c=tabs
2025-05-30 19:37:35 +02:00
mr. m
dad9475005
feat: Disable context menu separator spacings, b=(no-bug), c=common
2025-05-30 19:20:16 +02:00
mr. m
00d3ba11d2
Merge branch 'dev' of https://github.com/zen-browser/desktop into dev
2025-05-30 19:02:08 +02:00
mr. m
c7333caf7d
feat: Make sure XUL store persists compact mode after change, b=(no-bug), c=compact-mode
2025-05-30 19:02:04 +02:00
Mr. M
0630b65713
Merge branch 'dev' of https://github.com/zen-browser/desktop into dev
2025-05-30 10:10:49 +02:00
Mr. M
69f9b05cbc
feat: Prevent background being removed on welcome screens, b=(no-bug), c=common, tabs, welcome
2025-05-30 10:10:45 +02:00
mr. m
e0bf7d011b
feat: Apply tab icons when animating, b=(no-bug), c=workspaces
2025-05-29 21:05:53 +02:00
mr. m
6ec0af3182
chore: Fixed separation between borders on toasts, b=(no-bug), c=common
2025-05-29 11:39:30 +02:00
mr. m
e99c40bc06
Merge branch 'dev' of https://github.com/zen-browser/desktop into dev
2025-05-29 11:38:26 +02:00