mr. m
5fb931daad
gh-12841: Fixed creating an unexpected folder in a second window when a new space is created (gh-12857)
2026-03-20 16:56:06 +01:00
mr. m
70e0adcdcb
no-bug: Lower minimum rust toolchain version (gh-12851)
2026-03-20 14:11:51 +01:00
mr. m
cb7fbe43ee
no-bug: Update rust deps and VS version (gh-12850)
2026-03-20 14:07:14 +01:00
mr. m
6703a31001
gh-12816: Fixed not being able to switch spaces anymore (gh-12849)
2026-03-20 13:56:40 +01:00
mr. m
20ea551c9b
no-bug: Sync upstream Firefox to version 149.0 (gh-12826)
2026-03-20 12:48:24 +01:00
mr. m
9bd76d3ad0
no-bug: Fix release builds (gh-12825)
2026-03-18 22:56:24 +01:00
mr. m
0280a7deef
gh-12765: Fixed grain being covered by the background (gh-12800)
2026-03-17 15:14:01 +01:00
mr. m
3e2e27d893
no-bug: Remove code linter checks (gh-12801)
2026-03-17 15:13:39 +01:00
mr. m
f96760a86a
no-bug: Don't reset pinned tab sublabels if its displaying a custom value (gh-12796)
2026-03-17 09:38:38 +01:00
mr. m
c929fea21d
no-bug: Start using a different commit standard (gh-12787)
2026-03-16 13:06:58 +01:00
Michael Y. Qiu
11af62c94e
fix: Keyboard shortcut assignment issue caused by modifier, b=closes https://github.com/zen-browser/desktop/issues/10686 , p=#12776
1.19.3b
2026-03-16 09:10:13 +01:00
mr. m
4f0e7daa13
feat: Dont show reset line if the location is empty, b=no-bug, c=tabs
2026-03-15 12:45:53 +01:00
mr. m
c6e8b0d3d9
feat: Improve accesibility for split view buttons, b=no-bug, c=split-view, tabs
2026-03-15 12:22:30 +01:00
mr. m
8987c48abe
fix: Fixed opening new windows not taking into account the latest state, b=closes #12662 , c=no-component
2026-03-15 11:50:37 +01:00
mr. m
492d34a9fa
fix: Fixed turning browser.pagethumbnails.capturing_disabled on breaking WS, b=closes #12772 , c=no-component
2026-03-14 20:02:55 +01:00
mr. m
42ac8e6094
feat: Make gradient attributes trigger less re-styles, b=bug #12765 , c=common
2026-03-14 10:21:32 +01:00
Afeefur
7dbe5b414d
feat: Added 'unload all other spaces' option in spaces context menu, p=#12751
...
Co-authored-by: mr. m <91018726+mr-cheffy@users.noreply.github.com >
2026-03-14 10:14:45 +01:00
Lukas
55c079d4ba
feat: Add "Separate from pinned tab" when resetting pinned tab with CMD, p=#12710
2026-03-14 10:06:09 +01:00
Dylan Robinson
a629866c28
fix: keep bookmarks bar in fullscreen, b=closes #8163 , p=#12763
...
Co-authored-by: mr. m <mr.m@tuta.com >
2026-03-14 10:05:42 +01:00
mr. m
6287f1a118
chore: Refactor spaces organization, p=#12764
2026-03-13 17:35:00 +01:00
mr. m
420d4ec064
Merge branch 'dev' of https://github.com/zen-browser/desktop into dev
2026-03-12 13:00:10 +01:00
mr. m
908b164996
feat: Allow gradient picker to have less opacity for Windows, b=no-bug, c=workspaces
2026-03-12 12:47:20 +01:00
S31ZUR3
cfbf8edfa9
fix: Fix video fullscreen rendering when split view is active, b=closes https://github.com/zen-browser/desktop/issues/11559 , p=#12733
...
* Fix video fullscreen rendering when split view is active
Deactivate other split browsers and hide their containers during fullscreen
so Firefox can promote the active browser correctly.
* Address review: simplify fullscreen handling using inDOMFullscreen
* Discard changes to src/zen/split-view/ZenViewSplitter.mjs
* Formatting Changes
* Remove unnecessary empty line in zen-decks.css
Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com >
---------
Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com >
Co-authored-by: mr. m <91018726+mr-cheffy@users.noreply.github.com >
2026-03-11 22:18:00 +01:00
mr. m
6f9aa2472b
Merge branch 'dev' of https://github.com/zen-browser/desktop into dev
2026-03-11 19:07:42 +01:00
mr. m
0ac56e9d04
fix: Fixed chrome hide toolbar flag not being respected, b=closes #12736 , c=no-component
2026-03-11 19:03:28 +01:00
Thomas
544fd480b1
feat: close new tab popup on Cmd/Ctrl + T, p=#12734
2026-03-11 18:46:27 +01:00
mr. m
60318bb64c
Merge branch 'dev' of https://github.com/zen-browser/desktop into dev
1.19.2b
2026-03-11 00:57:45 +01:00
mr. m
23ceaf7721
feat: Make sure to add checks for invalid essential items, b=no-bug, c=workspaces
2026-03-11 00:57:38 +01:00
mr. m
eb176edf8b
fix: Fixed race condition happening when moving tabs to a synced window, b=closes #12707 , c=common
2026-03-11 00:30:15 +01:00
mr. m
9c1164b9bc
chore: Sync upstream to Firefox 148.0.2 ( #12724 )
2026-03-10 23:23:24 +00:00
mr. m
036cfb187c
chore: Run lint and fund dependencies, p=#12718
2026-03-10 21:34:24 +01:00
mr. m
c4948ee0cd
chore: Sync upstream Firefox to version 148.0.2, p=#12712
2026-03-10 12:52:35 +01:00
mr. m
4d56da4319
chore: Make sure to run patch imports when syncing upstream, b=no-bug, c=workflows
2026-03-10 11:18:02 +01:00
mr. m
f718d4414e
perf: Improved performance when switiching spaces, p=#12698
...
* perf: Improved performance when switiching spaces, b=no-bug, c=common, compact-mode, workspaces
* chore: format, b=no-bug, c=workspaces
2026-03-09 20:16:41 +01:00
Ruben Fricke
25c5740331
fix: set zenDefaultUserContextId on live folder tabs, p=#12702
2026-03-09 18:04:08 +01:00
Lukas
64fc35658d
feat: Change selected tab when resetting pinned tab, p=#12696
2026-03-09 13:42:15 +01:00
Lukas
dac4575a91
chore: Add .DS_Store to gitignore, p=#12695
2026-03-09 11:04:23 +01:00
Slowlife
58ffcd13c8
fix: allow all cross-origin loads for live folders, b=closes #12685 , p=#12686
...
* fix: allow all cross-origin loads for live folders, b=closes #12685 , c=folders
* chore: undo style changes
2026-03-08 16:43:21 +01:00
mr. m
0ee960e3a3
chore: Start making use of Mozilla's linter, p=#12656
2026-03-07 12:15:32 +01:00
mr. m
7c8ccdedd4
Merge branch 'dev' of https://github.com/zen-browser/desktop into dev
2026-03-06 00:44:08 +01:00
mr. m
ea35896484
feat: Small detail changes to control panel, b=no-bug, c=common
2026-03-06 00:43:38 +01:00
Hythera
dbf6daebdc
chore: add ignored files in recalculate-patches, p=#12642
2026-03-05 16:47:34 +01:00
Hythera
3f0f07ac37
fix: script interpreters and permissions, p=#12641
2026-03-05 14:41:55 +01:00
Hythera
d25a99cd21
fix: remove duplicate patches, p=#12640
2026-03-05 13:35:05 +01:00
mr. m
efae7418c4
fix: Fixed new tabs not allowed to be opened, b=closes #12628 , c=no-component
2026-03-05 10:04:14 +01:00
mr. m
34c2618ca0
feat: Increase drag over split threshold, b=no-bug, c=split-view
1.19.1b
2026-03-04 13:05:07 +01:00
mr. m
84b7cf8ddd
fix: Also apply auto appearance to non arrow popups, b=no-bug, c=common
2026-03-04 07:31:01 +01:00
mr. m
0d816b3cc2
chore: Sync external patches, p=#12607
2026-03-03 22:51:57 +01:00
mr. m
ad4eeee55a
feat: Make sure to trim down parameters before fetching github PRs, b=no-bug, c=folders
2026-03-03 11:52:12 +01:00
mr. m
ad74b55dbf
Revert "fix: github folder not getting pr list, p=#12578, c=folders", p=#12599
2026-03-03 11:28:32 +01:00