electron/shell
Tamás Zahola cc1b64e01c
fix: macOS maximize button shouldn't be disabled just because the window is non-fullscreenable (#40705)
* fix: macOS maximize button shouldn't be disabled just because the window is non-fullscreenable

* add test

* fix test by enabling maximize button if `resizable && (maximizable || fullscreenable)` instead of `(resizable && maximizable) && fullscreenable`
2024-01-05 12:15:35 -05:00
..
app fix: ignore all NODE_ envs from foreign parent in node process (#40770) 2024-01-04 16:34:08 +09:00
browser fix: macOS maximize button shouldn't be disabled just because the window is non-fullscreenable (#40705) 2024-01-05 12:15:35 -05:00
common perf: use flat_set, flat_map for small, trivially-moved containers (#40817) 2024-01-05 12:18:31 +01:00
renderer perf: use flat_set, flat_map for small, trivially-moved containers (#40817) 2024-01-05 12:18:31 +01:00
services/node feat: add net module to utility process (#40017) 2024-01-04 16:20:37 -05:00
utility chore: remove unused std includes (#38767) 2023-06-14 11:07:18 -07:00