electron/lib/renderer
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
..
api Dereference remote objects with native code 2016-04-26 16:16:22 +09:00
web-view Add isLoadingMainFrame method to WebContents. 2016-04-18 10:37:08 -07:00
chrome-api.js use window.location instead of location 2016-03-30 17:00:34 -07:00
init.js Avoid adding a new option to webPreferences 2016-04-14 10:50:07 +09:00
inspector.js derp 2016-03-30 17:00:35 -07:00
override.js Avoid adding a new option to webPreferences 2016-04-14 10:50:07 +09:00