electron/renderer/api
Cheng Zhao ef4b36d621 Use string16 instead of std::string when sending IPC messages.
The underlying V8::String is represented in UTF18, by using string16 in
IPC messages we can avoid the overhead of encode conversion.
2013-09-20 22:55:42 +08:00
..
lib Pass synchronous messages by JSON string. 2013-09-20 22:32:59 +08:00
atom_api_renderer_ipc.cc Use string16 instead of std::string when sending IPC messages. 2013-09-20 22:55:42 +08:00
atom_api_renderer_ipc.h Add ipc.sendSync in renderer. 2013-04-23 21:52:19 +08:00
atom_renderer_bindings.cc Use string16 instead of std::string when sending IPC messages. 2013-09-20 22:55:42 +08:00
atom_renderer_bindings.h Use string16 instead of std::string when sending IPC messages. 2013-09-20 22:55:42 +08:00