electron/shell
trop[bot] 497ecca01e
fix: detach native view when its removed from parent on macOS (#43923)
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:53 +02:00
..
app fix: delete UvTaskRunner's timers only after they're closed (#43599) 2024-09-06 14:18:51 -05:00
browser fix: detach native view when its removed from parent on macOS (#43923) 2024-09-25 13:17:53 +02:00
common fix: -Wunsafe-buffer-usage warning in asar_util's ReadFileToString() (#43931) 2024-09-25 11:22:24 +02:00
renderer perf: use v8::Local<v8::Object> as the key in ObjectCache (#43662) 2024-09-10 09:21:21 -05:00
services/node refactor: declare gin::Wrapper subclasses as final (#43566) 2024-09-04 20:37:51 -05:00
utility refactor: run Windows SelectFileDialog out of process (#42780) 2024-07-08 10:31:10 +02:00