Ash Wilson
4c432b6010
Don't send IPC replies to destroyed windows
2019-04-17 15:12:25 -04:00
Max Brunsfeld
9694448f9d
Handle concurrent calls to the same channel in ipc helpers
2018-01-18 11:27:27 -08:00
Max Brunsfeld
0390548e2c
Make FileRecoveryService async
2018-01-18 11:27:27 -08:00
Nathan Sobo
a4dc088ceb
Increase max listener limit on ipcRenderer
...
We deliberately assign more than 10 listeners on the method response
channel.
2017-01-18 11:34:59 -07:00
Nathan Sobo
3a4ae04f74
Use call/respondTo helpers to return a promise from window method ipcs
...
Signed-off-by: Max Brunsfeld <maxbrunsfeld@github.com >
2016-09-22 12:18:09 -06:00
Nathan Sobo
502339b830
Replace chromedriver test of window offset with main process mocha test
...
Signed-off-by: Antonio Scandurra <as-cii@github.com >
2016-08-11 10:33:12 -06:00
Max Brunsfeld
32f5149196
Wait for browser process to acknowledge window manipulation IPC requests
...
We need to avoid using the module for synchronous IPC on startup, but
in some cases, we need to know when our asynchronous IPC messages have taken
effect. Now, methods like and
return Promises that indicate when the message has been processed.
2016-01-27 12:59:24 -08:00