Files
electron/atom/browser
Birunthan Mohanathas a3b65ad481 Add before-input-event event for webContents (fixes #7586)
Embedding arbitrary web content is problematic when it comes to keyboard
shortcuts because:

* Web content can steal app shortcuts (see e.g. brave/browser-laptop#4408)

* Blocked web content (e.g. a focused <webview> performing expensive
computation) will also prevent app shortcuts from firing immediately

The new before-input-event event can be used to overcome these issues by
always handle certain keyboard events in the main process.

Note that this requires electron/brightray#261 to compile.
2016-12-13 15:54:13 -08:00
..
2016-06-01 11:44:29 +05:30
2016-12-09 21:43:27 -08:00
2016-11-19 21:18:24 -08:00
2016-09-01 09:56:14 +07:00
2016-08-31 18:12:35 -07:00
2016-10-10 13:30:58 -07:00
2016-08-26 15:30:02 -07:00
2016-09-30 15:04:13 -07:00
2016-08-26 15:30:02 -07:00