electron/shell
CezaryKulakowski e64a66bfd3
fix: detach native view when its removed from parent on macOS (#43627)
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.
2024-09-24 15:28:36 +02:00
..
app build: make is_mas_build a generated header instead of config (#43737) 2024-09-17 01:38:56 -07:00
browser fix: detach native view when its removed from parent on macOS (#43627) 2024-09-24 15:28:36 +02:00
common refactor: remove C-style void arg type for no-arg functions (#43884) 2024-09-23 22:37:32 -07:00
renderer build: make is_mas_build a generated header instead of config (#43737) 2024-09-17 01:38:56 -07:00
services/node refactor: declare gin::Wrapper subclasses as final (#43527) 2024-09-04 18:40:02 -05:00
utility chore: remove unused base/ includes (#43688) 2024-09-12 16:05:37 +02:00