electron/renderer/api
Cheng Zhao ef5a4b5fe0 Pass synchronous messages by JSON string.
We are going to use IPC_MESSAGE_HANDLER_DELAY_REPLY to handle
synchronous messages but DictionaryValue is not copyable, so we pass the
JSON string instead.
2013-09-20 22:32:59 +08:00
..
lib Pass synchronous messages by JSON string. 2013-09-20 22:32:59 +08:00
atom_api_renderer_ipc.cc Pass synchronous messages by JSON string. 2013-09-20 22:32:59 +08:00
atom_api_renderer_ipc.h Add ipc.sendSync in renderer. 2013-04-23 21:52:19 +08:00
atom_renderer_bindings.cc small tune of IPC interface. 2013-04-23 20:57:14 +08:00
atom_renderer_bindings.h Don't rely on "iosfwd" for forward including std::string. 2013-07-01 21:56:46 +08:00