electron/atom
Cheng Zhao 06cf0406fe Dereference remote objects with native code
Previously we rely on the v8util.setDestructor to dereference the remote
objects in JavaScript, however as documented in V8, it is forbidden to
call V8 APIs in object's destructor (e.g. the weak callback), and doing
so would result in crashs.

This commit removes the JavaScript setDestructor method, and avoids
doing the dereference work with V8.
2016-04-26 16:16:22 +09:00
..
app Do no load PDF library from DLL 2016-04-14 17:15:20 +09:00
browser Merge branch 'MarshallOfSound-master' 2016-04-26 11:15:56 +09:00
common Dereference remote objects with native code 2016-04-26 16:16:22 +09:00
renderer Fix building on non-mac 2016-04-25 10:34:41 +09:00
utility Do no load PDF library from DLL 2016-04-14 17:15:20 +09:00