Shelley Vohr
2ba6d28c09
fix: preserve transparency across setResizable toggles on Windows ( #51175 )
...
After #49428 made `NativeWindowViews::CanResize()` return `resizable_`
for frameless windows (instead of `resizable_ && thick_frame_`),
`HWNDMessageHandler::SizeConstraintsChanged()` started adding
`WS_THICKFRAME` to the window style whenever `CanResize()` reported true.
`WS_THICKFRAME` is incompatible with layered (translucent) windows and
destroys their transparency.
`SetContentSizeConstraints` already guards against this by skipping
`OnSizeConstraintsChanged()` when `!thick_frame_`. `SetResizable` did
not, so toggling resizability on a transparent window (e.g.
`setResizable(false)` then `setResizable(true)`) caused the Chromium
path to add `WS_THICKFRAME` and strip transparency.
Apply the same guard in `SetResizable`. Min/max constraints are still
enforced — Chromium reads them from the widget delegate on every
`WM_GETMINMAXINFO`, independent of `SizeConstraintsChanged()`.
2026-04-21 10:32:29 -07:00
..
2026-04-21 21:20:51 +09:00
2026-01-22 17:01:09 -05:00
2026-02-12 12:37:56 -05:00
2026-04-10 19:16:21 -07:00
2026-04-08 09:41:38 +02:00
2026-03-09 09:20:22 -07:00
2025-08-11 12:57:31 +09:00
2026-03-06 15:24:33 -05:00
2026-04-10 16:37:57 -07:00
2024-09-17 12:58:56 -07:00
2026-04-13 09:36:06 -04:00
2026-04-20 09:34:37 -07:00
2026-04-16 16:49:10 -07:00
2026-04-11 03:43:24 -04:00
2025-08-07 11:18:32 -04:00
2026-03-25 12:37:40 -05:00
2026-02-10 15:06:21 +01:00
2026-04-04 15:59:25 -07:00
2026-04-13 09:36:06 -04:00
2026-04-14 16:06:07 +02:00
2026-03-09 09:20:22 -07:00
2025-02-06 15:30:54 -05:00
2025-09-22 20:16:27 -07:00
2023-12-13 13:01:03 -08:00
2023-12-13 13:01:03 -08:00
2025-09-24 19:10:05 -05:00
2025-09-08 12:57:15 +02:00
2025-09-08 12:57:15 +02:00
2023-09-26 16:00:46 -04:00
2026-03-09 18:16:34 +00:00
2026-04-10 16:37:57 -07:00
2026-02-12 12:37:56 -05:00
2026-04-13 09:36:06 -04:00
2026-04-13 09:36:06 -04:00
2026-04-20 13:31:22 -07:00
2026-04-08 09:33:42 -05:00
2026-04-08 09:33:42 -05:00
2026-03-30 10:36:00 -07:00
2026-03-30 10:36:00 -07:00
2025-10-17 13:04:24 -04:00
2025-10-17 13:04:24 -04:00
2024-07-29 12:42:57 -05:00
2024-07-29 12:42:57 -05:00
2022-11-07 10:15:57 -08:00
2026-01-12 17:02:58 -06:00
2025-08-27 09:30:50 +09:00
2026-03-18 11:45:24 -04:00
2026-03-18 11:45:24 -04:00
2026-03-30 10:36:00 -07:00
2026-03-30 10:36:00 -07:00
2026-04-11 03:43:43 -04:00
2024-07-29 12:42:57 -05:00
2026-04-13 09:36:06 -04:00
2026-04-13 09:36:06 -04:00
2026-03-10 12:27:00 -04:00
2026-03-10 12:27:00 -04:00
2025-11-13 10:39:03 -05:00
2025-04-22 15:53:29 -04:00
2026-04-13 10:46:51 +02:00
2026-03-25 12:37:03 -05:00
2026-03-17 14:41:15 -04:00
2025-08-27 09:30:50 +09:00
2024-07-17 09:48:03 -04:00
2026-03-02 10:28:14 -05:00
2025-02-19 16:49:34 -06:00
2025-07-14 13:42:37 -07:00
2025-06-03 11:19:20 -04:00
2025-12-16 12:32:38 -05:00
2025-09-22 20:16:27 -07:00
2026-03-23 10:23:55 +01:00
2026-03-23 10:23:55 +01:00
2025-12-04 16:40:04 -08:00
2025-12-04 16:40:04 -08:00
2025-07-28 15:31:54 -07:00
2025-08-06 20:14:23 -04:00
2025-08-06 20:14:23 -04:00
2025-08-06 20:14:23 -04:00
2025-04-22 15:53:29 -04:00
2025-03-14 10:59:15 -05:00
2025-10-15 14:10:10 -07:00
2026-04-11 03:21:39 +09:00
2024-12-03 16:25:48 -06:00
2024-09-12 16:05:37 +02:00
2023-06-22 10:51:15 +02:00
2024-09-10 16:05:57 -07:00
2026-04-09 15:34:10 +02:00
2024-09-10 16:05:57 -07:00
2023-10-03 12:26:35 -07:00
2026-01-09 22:57:38 -08:00
2024-07-25 11:25:45 +02:00
2025-09-08 12:57:15 +02:00
2025-03-07 18:22:03 +09:00
2026-04-08 09:33:42 -05:00
2026-04-08 09:33:42 -05:00
2026-04-08 09:33:42 -05:00
2025-11-10 21:30:44 +01:00
2024-10-29 23:25:40 -05:00
2023-05-11 16:07:39 -04:00
2024-06-07 17:18:35 -04:00
2026-04-10 16:37:57 -07:00
2026-04-17 19:03:16 -05:00
2026-04-17 19:03:16 -05:00
2025-10-03 20:10:18 +02:00
2026-04-21 10:32:29 -07:00
2026-04-09 18:13:13 -05:00
2026-04-17 19:03:16 -05:00
2026-04-17 19:03:16 -05:00
2025-08-25 18:52:06 +09:00
2023-05-11 16:07:39 -04:00
2025-06-13 10:15:32 +02:00
2025-06-13 10:15:32 +02:00
2024-08-23 17:15:45 -05:00
2024-08-23 17:15:45 -05:00
2025-09-08 12:57:15 +02:00
2024-07-22 11:31:32 +02:00
2026-03-04 11:59:49 -05:00
2025-03-14 10:59:15 -05:00
2024-11-30 06:54:40 -06:00
2025-01-31 09:32:45 -05:00
2025-01-31 09:32:45 -05:00
2026-02-12 12:37:56 -05:00
2026-02-12 12:37:56 -05:00
2026-04-04 15:59:25 -07:00
2026-04-04 15:59:25 -07:00
2026-03-09 00:50:01 -07:00
2026-03-02 10:30:13 -05:00
2025-10-13 12:21:54 -04:00
2025-10-23 16:28:51 -04:00
2024-07-29 12:42:57 -05:00
2025-07-14 13:42:37 -07:00
2025-07-14 13:42:37 -07:00
2023-11-28 13:40:12 -08:00
2024-01-05 12:18:31 +01:00
2024-12-03 16:25:48 -06:00
2025-06-29 21:32:03 +02:00
2024-01-10 14:01:49 -06:00
2026-03-30 10:36:00 -07:00
2026-03-30 10:36:00 -07:00