webContents: adding events to detect gpu and plugin process crashes
This commit is contained in:
parent
b238ac5981
commit
c548b9c87e
6 changed files with 49 additions and 1 deletions
|
@ -17,6 +17,8 @@ WEB_VIEW_EVENTS =
|
|||
'new-window': ['url', 'frameName', 'disposition']
|
||||
'close': []
|
||||
'crashed': []
|
||||
'gpu-crashed': []
|
||||
'plugin-crashed': ['name', 'version']
|
||||
'destroyed': []
|
||||
'page-title-set': ['title', 'explicitSet']
|
||||
'page-favicon-updated': ['favicons']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue