mr. M
7d00a254da
Fixed workspaces syncing across windows (closes https://github.com/zen-browser/desktop/issues/2005 )
2024-10-14 17:45:11 +02:00
mr. M
ad9ad07cbd
Update submodules to commit 41193b2
2024-10-14 17:36:16 +02:00
mr. M
598d60ab7e
Update Firefox version to 131.0.3
2024-10-14 17:36:06 +02:00
mauro-balades
d3f61027c7
[skip ci] 📦 Update Submodules!
2024-10-14 15:24:35 +00:00
kristijanribaric
8ecbbd0719
feat: Add preference to force container tabs to a workspace with that container set as default ( #2095 )
...
This commit introduces a new preference, "zen.workspaces.force-container-workspace", that allows users to control whether container tabs are automatically placed in a dedicated workspace. When enabled, this feature ensures that all tabs from a container are grouped together within a specific workspace.
The following files were modified:
- `src/browser/components/preferences/zen-settings.js`: Added the new preference definition.
- `src/browser/app/profile/zen-browser.js`: Set the default value for the new preference.
- `src/browser/components/preferences/zenTabsManagement.inc.xhtml`: Added a checkbox to control the new preference in the settings UI.
2024-10-14 17:24:14 +02:00
mauro-balades
17943dcf1a
[skip ci] 📦 Update Submodules!
2024-10-13 21:49:00 +00:00
kristijanribaric
0150e6d689
Fix: Open external links in workspace's default container ( #2081 )
...
* Fix: Pass `fromExternal` to `ZenWorkspaces.getContextIdIfNeeded`
* Add allowInheritPrincipal to ZenWorkspaces.getContextIdIfNeeded
2024-10-13 23:48:39 +02:00
Gun
b5260051a0
No Proxy should be default, Use system proxy allows antivirus, virus or system proxy to MITM or slowing down Zen ( #2076 )
...
No Proxy should be default, Use system proxy allows antivirus, virus or system proxy to MITM or slowing down Zen
Signed-off-by: Gun <footmenkingdom@gmail.com >
2024-10-13 19:55:47 +02:00
mr. M
b1f17ff508
Refactor mozconfig to enable MOZ_PGO and wasm-avx
2024-10-13 17:42:26 +02:00
mr. M
f4b3f62a46
Refactor mozconfig to disable MOZ_PGO and enable wasm-avx
2024-10-13 17:41:59 +02:00
mr. M
519cbdd872
Refactor zen-theme.css to adjust tertiary color mix
2024-10-13 16:47:24 +02:00
mr. M
28cc158a3f
Refactor build.yml to remove unnecessary environment variable
2024-10-13 16:13:26 +02:00
mr. M
c99bf518b3
Refactor build.yml to remove unnecessary environment variable
2024-10-13 16:12:25 +02:00
mr. M
86d3244a22
Refactor contribute.md to update branch structure diagram
2024-10-13 16:08:29 +02:00
Jupi
618859788c
fix very minor spelling mistake in contribute.md ( #2071 )
2024-10-13 16:06:33 +02:00
mr. M
8008633c02
Refactor keyboard shortcuts preference and add debugging option
2024-10-13 14:42:22 +02:00
mr. M
e840184e7f
Improved light theme and compact mode
2024-10-13 11:44:10 +02:00
mr. M
5aa17208a5
Merge branch 'dev' of https://github.com/zen-browser/desktop into dev
2024-10-13 11:05:34 +02:00
mr. M
bd7d46f446
Refactor build workflow to install additional dependencies for Linux build
2024-10-13 11:05:25 +02:00
Gun
013d14d723
VAAPI/FFMPEG is Linux only ( #2062 )
...
* Store pinned tab triggering principal in sessionstore (#2050 )
* Revert "Store pinned tab triggering principal in sessionstore (#2050 )" (#2054 )
This reverts commit 70873ebb11 .
* VAAPI/FFMPEG is Linux only
VAAPI/FFMPEG is Linux only
Signed-off-by: Gun <footmenkingdom@gmail.com >
---------
Signed-off-by: Gun <footmenkingdom@gmail.com >
Co-authored-by: kristijanribaric <96492763+kristijanribaric@users.noreply.github.com >
Co-authored-by: mr. m 🤙 <91018726+mauro-balades@users.noreply.github.com >
2024-10-13 09:57:35 +02:00
mr. M
b87b9d3e26
Refactor build workflow to improve branch checking and fetch depth
2024-10-13 02:26:39 +02:00
mr. M
bdbce8a7da
Refactor subproject commit in zen-components
2024-10-13 02:22:56 +02:00
mr. M
f661ba7c40
Refactor vertical-tabs.css to reduce toolbox width to 44px
2024-10-12 22:53:36 +02:00
mr. M
a87dc0346d
Merge branch 'dev' of https://github.com/zen-browser/desktop into dev
2024-10-12 22:08:37 +02:00
mr. M
7470ff5437
Refactor subproject commit in zen-components
...
Update background color in zen-workspaces.css
2024-10-12 22:08:29 +02:00
mauro-balades
fe10ffc7d7
[skip ci] 📦 Update Submodules!
2024-10-12 20:08:20 +00:00
kristijanribaric
1628b4ca3e
feat(sessionstore): Store zen pinned entry in tab state ( #2058 )
...
This commit adds the `zenPinnedEntry` property to the `TabState` object, which stores the full zen pinned entry data. This information will be used to restore the pinned entry when a tab is restored from the session.
The following changes were made:
- Added `zenPinnedEntry` to `TabState`
- Removed `zenPinnedUrl`, `zenPinnedTitle`, `zenPinnedIcon`, and `zenPinnedTriggeringPrincipal` as they are now included in `zenPinnedEntry`.
- Updated the `TabState` serialization and deserialization logic to handle the new `zenPinnedEntry` property.
2024-10-12 22:07:53 +02:00
mr. M
74bed8b30a
Update display version in surfer.json
2024-10-12 19:58:45 +02:00
mr. M
e4287ee7fb
Refactor subproject commit in zen-components
2024-10-12 19:08:59 +02:00
kristijanribaric
71a2646c5b
Store pinned tab triggering principal in sessionstore ( #2055 )
2024-10-12 19:08:38 +02:00
mr. M
39fbe69847
Refactor twilight-release-schedule.yml to use cron schedule
2024-10-12 18:47:01 +02:00
mr. M
aa8ef338c5
Update subproject commit in zen-components
2024-10-12 18:46:23 +02:00
mr. M
b9f392da94
Refactor merge-to-branch.sh and unify-twilight-and-stable.sh scripts
2024-10-12 18:34:21 +02:00
mr. M
40223ee48a
Refactor twilight-release-schedule.yml to trigger on cron schedule
2024-10-12 18:32:55 +02:00
mr. M
0d2ae948e8
Refactor branch names in build and release workflows
2024-10-12 18:32:20 +02:00
mr. M
7a04307c32
Refactor twilight-release-schedule.yml to trigger on push to twilight branch
2024-10-12 18:02:47 +02:00
mr. M
da5ae971e1
Merge branch 'central' of https://github.com/zen-browser/desktop into central
2024-10-12 17:53:57 +02:00
mr. M
d8bbb62081
Refactor zen-components submodule to use updated commit
...
``
2024-10-12 17:53:52 +02:00
mr. m 🤙
f5215c1f29
Merge pull request #2043 from BrhmDev/fix/change-on-hover-not-changing-correct-pref
...
Fix change on hover setting not doing anything.
2024-10-12 12:33:30 +02:00
brahim
54706e51af
Fix change on hover not changing right pref.
2024-10-12 12:07:29 +02:00
mr. M
2ee66b0b22
Fixed " Closing Tabs opened from SidePanel renders the browser unusable" (closes https://github.com/zen-browser/desktop/issues/1966 )
2024-10-11 23:02:54 +02:00
mr. M
2082079c7e
Fixed browser bottom padding misaligns (closes https://github.com/zen-browser/desktop/issues/2007 )
2024-10-11 19:43:09 +02:00
mr. M
0c30803fdd
Refactor update-submodules workflow to exclude l10n submodule
2024-10-11 19:36:41 +02:00
mr. M
3745de490f
Refactor update-submodules workflow to use 'main' branch for zen-components submodule
2024-10-11 19:31:14 +02:00
mr. M
cf0e6b8f86
Refactor update-submodules workflow to exclude l10n submodule
2024-10-11 19:30:31 +02:00
mr. M
e184e9a97c
Refactor update-submodules workflow to handle zen-components submodule
2024-10-11 19:29:39 +02:00
mr. M
4cd304b4c6
Refactor unify-twilight-and-stable.sh script to use 'sh' command to execute merge-to-branch.sh
2024-10-11 19:28:34 +02:00
mr. M
8bcffb59e6
Refactor unify-twilight-and-stable.sh script to merge current branch to both stable and twilight branches
2024-10-11 19:28:19 +02:00
mr. M
f2058851d0
Refactor update-submodules workflow to handle central branch and update components submodule
2024-10-11 19:27:10 +02:00
mr. M
3a2ad6e578
Refactor merge-to-branch script to handle default branch name and merge to specified branch
2024-10-11 19:18:57 +02:00