electron/atom
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
..
app Remove linter errors 2016-12-12 12:51:48 -08:00
browser Add before-input-event event for webContents (fixes #7586) 2016-12-13 15:54:13 -08:00
common Merge pull request #8159 from seanchas116/devtools 2016-12-12 13:50:42 -08:00
node There is no node_extern.h anymore 2016-07-21 16:36:31 +09:00
renderer Merge pull request #8159 from seanchas116/devtools 2016-12-12 13:50:42 -08:00
utility Some manual change to for-ranged loop. 2016-07-10 15:57:51 +02:00
CPPLINT.cfg Enable alphabetical include order lint filter 2016-08-26 15:29:53 -07:00