electron/atom/renderer/api/lib
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
..
exports Add desktopCapturer to electron 2015-12-08 12:44:55 +08:00
desktop-capturer.coffee Simplify the desktopCapturer code 2015-12-08 13:49:26 +08:00
ipc-renderer.coffee Don't pump message loop when sending sync msg 2015-12-16 22:38:04 +08:00
ipc.coffee Improve the deprecation notice for ipc module 2015-11-26 11:06:56 +08:00
remote.coffee Make it safe to use sendSync 2015-12-08 10:07:47 +08:00
screen.coffee Use the new style remote module in Electron 2015-11-13 22:22:25 +08:00
web-frame.coffee Replace "Url" in API names with "URL" 2015-11-13 16:03:40 +08:00