electron/atom
Andrzej Szombierski 51cb36fa9b fix: ensure that file descriptors 0/1/2 are opened at startup (#15555)
* fix: ensure that file descriptors 0/1/2 are opened at startup

This fixes an issue where the gpu subprocess was writing messages to a
random pipe or socket. The standard file desciptors are closed in
chromium's subprocesses because of an unfortunate interaction with
libuv's tty handling code leaving them with the FD_CLOEXEC flag.

* style: fix lint warnings
2018-11-19 11:53:55 -05:00
..
app fix: ensure that file descriptors 0/1/2 are opened at startup (#15555) 2018-11-19 11:53:55 -05:00
browser fix: On close trying to remove observer from an empty collection leads to an access violation (#15739) 2018-11-19 11:47:04 -05:00
common feat: add numpad accelerator strings (#15689) 2018-11-14 14:02:18 -05:00
node also format missing .cc files 2018-04-18 20:48:45 -04:00
renderer fix: crash in sandbox on linux when getting execPath (#15701) 2018-11-15 12:59:01 -08:00
utility refactor: printing implementation (#15143) 2018-11-09 14:42:34 +11:00