electron/atom/renderer/api
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
..
lib Don't pump message loop when sending sync msg 2015-12-16 22:38:04 +08:00
atom_api_renderer_ipc.cc Don't pump message loop when sending sync msg 2015-12-16 22:38:04 +08:00
atom_api_spell_check_client.cc Use Local instead of Handle 2015-05-22 19:11:22 +08:00
atom_api_spell_check_client.h Use Local instead of Handle 2015-05-22 19:11:22 +08:00
atom_api_web_frame.cc Replace "Url" in API names with "URL" 2015-11-13 16:03:40 +08:00
atom_api_web_frame.h Replace "Url" in API names with "URL" 2015-11-13 16:03:40 +08:00