Files
electron/spec-main
Samuel Maddock 4334110339 fix: prevent crash when keyboard event immediately precedes calling BrowserWindow.close() (#27315)
* fix: prevent crash when destroyed widget receives keyboard event

Activating a key to close a window will cause a silent crash. Handling the keyboard
event will lead to a nullptr dereferenced in Chromium code if the window widget has
already been destroyed.

* test: ensure BrowserWindow doesn't crash from keyboard events during close
2021-01-19 11:37:21 +09:00
..
2020-07-06 13:24:54 -07:00
2020-05-08 11:30:37 -07:00
2020-08-11 19:17:18 +09:00