electron/shell
trop[bot] ad82142eb0
fix: detach native view when its removed from parent on macOS (#43924)
Right now DelayedNativeViewHost attaches its underlying native view
when it's being attached to a widget but it doesn't detach it when
it's being detached. It may lead to use-after-free and crash.

Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Cezary Kulakowski <cezary@openfin.co>
2024-09-25 13:17:47 +02:00
..
app fix: delete UvTaskRunner's timers only after they're closed (#43598) 2024-09-06 11:18:52 -05:00
browser fix: detach native view when its removed from parent on macOS (#43924) 2024-09-25 13:17:47 +02:00
common fix: -Wunsafe-buffer-usage warning in asar_util's ReadFileToString() (#43929) 2024-09-25 11:21:44 +02:00
renderer refactor: declare gin::Wrapper subclasses as final (#43783) 2024-09-19 09:57:24 +02:00
services/node refactor: declare gin::Wrapper subclasses as final (#43783) 2024-09-19 09:57:24 +02:00
utility refactor: run Windows SelectFileDialog out of process (#42825) 2024-07-09 19:03:13 +02:00