electron/shell
trop[bot] 370a2c702b
fix: dangling raw_ptr in OSRWHV destructor (#41117)
`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.

Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Charles Kerr <charles@charleskerr.com>
2024-01-25 15:45:08 +09:00
..
app fix: only remove hijackable envs from foreign parent (#41102) 2024-01-25 10:13:57 +09:00
browser fix: dangling raw_ptr in OSRWHV destructor (#41117) 2024-01-25 15:45:08 +09:00
common fix: only remove hijackable envs from foreign parent (#41102) 2024-01-25 10:13:57 +09:00
renderer fix: draggable regions not working (#41112) 2024-01-25 11:21:01 +09:00
services/node feat: add net module to utility process (#40890) 2024-01-08 15:39:56 -06:00
utility chore: remove unused std includes (#38767) 2023-06-14 11:07:18 -07:00