electron/browser/api/lib
Cheng Zhao 623e0f3ae4 Release render view's remote objects when it's deleted.
Privously we release them when the window is unloaded, which is not
correct since a render view can have multiple windows (or js contexts)
and when the unload event is emitted the render view could already have
gone.

This PR does the cleaning work purely in browser, so here is no need to
worry about renderer's life time.
2013-12-06 14:44:25 +08:00
..
app.coffee win: Newly created window should also be aware of application menu. 2013-10-07 08:56:52 +08:00
atom-delegate.coffee Use - as filename seperator for coffee script files. Fixes #15. 2013-05-30 20:21:07 +08:00
auto-updater.coffee Add 'ready-for-update-on-quit' event for auto-updater. 2013-06-03 21:51:46 +08:00
browser-window.coffee Release render view's remote objects when it's deleted. 2013-12-06 14:44:25 +08:00
dialog.coffee Calling asynchronous functions in renderer now doesn't block browser. 2013-09-24 18:01:12 +08:00
ipc.coffee Get rid of manually converting to base::Value when possible. 2013-12-05 23:47:07 +08:00
menu-item.coffee Set application menu would set menu for all windows on Windows. 2013-10-05 14:31:30 +08:00
menu.coffee win: Newly created window should also be aware of application menu. 2013-10-07 08:56:52 +08:00
power-monitor.coffee Add power-monitor module, fixes #45. 2013-08-03 16:03:56 +08:00
protocol.coffee Add 'registered' and 'unregistered' events for protocol module. 2013-08-29 20:56:25 +08:00