electron/lib/renderer/api
Cheng Zhao 4cdb1b8fc3 fix double-freeing remote references
After the page does navigations, garbage collection can still happen in
the old context. This commit changes to store references to remote objects
by _pages_, instead of by _WebContents_.
2018-07-12 10:44:26 +09:00
..
exports Add "enable_desktop_capturer" build flag (#13133) 2018-06-13 11:15:34 -05:00
desktop-capturer.js Add a display_id parameter to the desktopCapturer API. (#12417) 2018-04-09 14:43:35 +09:00
ipc-renderer.js perf: don't use JSON to send the result of ipcRenderer.sendSync. (#8953) 2018-06-13 17:38:31 +10:00
module-list.js Add "enable_desktop_capturer" build flag (#13133) 2018-06-13 11:15:34 -05:00
remote.js fix double-freeing remote references 2018-07-12 10:44:26 +09:00
screen.js autoformat more easy files 2016-03-30 17:00:31 -07:00
web-frame.js singletons that are retroactively turned into EventEmitters should call the EventEmitter ctor 2017-11-01 23:05:27 -05:00