electron/atom
Cheng Zhao efe23b7595 Use Node's memory allocator for ArrayBuffer
For Buffers created in Node, they are usually allocated in Node and
freed by Chromium's allocator, which will cause crashes when Node and
Chromium are using different allocators.

This commit makes Chromium use Node' allocator for ArrayBuffers.
2017-05-09 14:12:39 +09:00
..
app Fix API changes of Chrome58 2017-04-27 16:34:52 +09:00
browser Use Node's memory allocator for ArrayBuffer 2017-05-09 14:12:39 +09:00
common coffee -> js 2017-05-08 14:06:58 -07:00
node Use Node's memory allocator for ArrayBuffer 2017-05-09 14:12:39 +09:00
renderer Update to Node v7.9.0 2017-04-27 17:20:01 +09:00
utility Restore delivering IPC messages to utility handlers 2017-04-04 20:40:57 -07:00
CPPLINT.cfg Enable alphabetical include order lint filter 2016-08-26 15:29:53 -07:00