electron/shell
Charles Kerr 921da723b8
fix: dangling raw_ptr in OSRWHV destructor (#41088)
`delegated_frame_host_` holds a pointer to `delegated_frame_host_client_`.
Since `delegated_frame_host_client_` was being destroyed first, that
pointer was dangling in the OSRWHV destructor.

Also, make these two unique_ptr fields `const` since they point to the
same objects for the lifespan of the OSRWHV.
2024-01-25 10:15:32 +09:00
..
app chore: remove node patches by using the preload feature (#41080) 2024-01-24 09:54:32 -06:00
browser fix: dangling raw_ptr in OSRWHV destructor (#41088) 2024-01-25 10:15:32 +09:00
common refactor: remove banned std::to_string() calls (#41087) 2024-01-24 16:43:31 -06:00
renderer fix: draggable regions not working (#41030) 2024-01-25 09:12:54 +09: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