electron/shell
mlaurencin 53aaeb7a16
fix: prevent destroyed view references from causing crashes (#25411)
Closes #21666.

This PR is fixing crashes caused by referencing and attempting to modify previously destroyed views.
Before, when a view was destroyed and then the contents were referenced for modification, the system would crash as undefined memory was accessed. This fix explicitly makes the pointer to the destroyed view's contents null, so that this will not happen.
2020-09-16 18:10:49 -06:00
..
app fix: call node::Stop on exit (#25430) 2020-09-14 14:08:46 -07:00
browser fix: prevent destroyed view references from causing crashes (#25411) 2020-09-16 18:10:49 -06:00
common fix: check for destroyed webcontents in converter (#25431) 2020-09-16 12:25:49 -07:00
renderer chore: bump chromium to 0e4ca9c0a63d7a39bd910997ad4c6 (master) (#24687) 2020-08-12 11:33:58 -07:00
utility chore: bump chromium to 6d130075d378a64187360ba4e7820 (master) (#24256) 2020-07-13 21:13:34 -04:00