electron/atom
Cheng Zhao c6634b1ea5 Don't pump message loop when sending sync msg
In old days sending sync message to browser process requires pumping
message loop in the renderer process, but now in Chrome 47 it is not
true anymore. And even when we do it, the Send method may fail
sometimes, so this change seems to be required for the Chrome 47
upgrade.
2015-12-16 22:38:04 +08:00
..
app Merge pull request #3733 from deepak1556/service_worker_scheme_patch 2015-12-10 19:29:51 +08:00
browser Fix crash when passing empty path to addRecentDocument 2015-12-15 17:17:24 +08:00
common 📝 Add missing period 2015-12-15 16:47:19 -08:00
renderer Don't pump message loop when sending sync msg 2015-12-16 22:38:04 +08:00
utility Rename PrintHandler to PrintHandlerWin since only used on Windows. 2015-05-23 19:24:29 +08:00