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 |
|
Cheng Zhao
|
6bdf7c51b4
|
Don't rely on "iosfwd" for forward including std::string.
It seems that VS fails on this.
|
2013-07-01 21:56:46 +08:00 |
|
Cheng Zhao
|
8f0b2b6363
|
small tune of IPC interface.
|
2013-04-23 20:57:14 +08:00 |
|
Cheng Zhao
|
16244e42e0
|
Use require('ipc').send to communicate between browser and renderer.
|
2013-04-23 12:18:07 +08:00 |
|
Cheng Zhao
|
66a0abe799
|
Renderer can now use process.send to send messages to browser.
|
2013-04-22 21:32:48 +08:00 |
|
Cheng Zhao
|
a7c3bdbf5d
|
Separate AtomBindings for renderer.
|
2013-04-22 16:27:52 +08:00 |
|