electron/atom/common/api
Thiago de Arruda 19b6ba044b Fix context leak in ObjectLifeMonitor.
The RemoteObjectFreer class is keeping the context alive even when the window is
closed. For electron applications that use sandbox, this will cause a memory
leak every time a new window is created with `window.open`.

Close #9191
2017-04-28 11:21:53 -03:00
..
api_messages.h map webframe zoom api to use HostZoomMap 2017-02-12 00:49:17 +05:30
atom_api_asar.cc Converter for base::Callback is not thread safe 2017-03-20 12:52:45 -07:00
atom_api_clipboard.cc Remove unused args param 2017-03-17 10:35:54 -07:00
atom_api_clipboard.h Remove unused args param 2017-03-17 10:35:54 -07:00
atom_api_clipboard_mac.mm Add find text support to clipboard 2016-10-25 14:15:54 +09:00
atom_api_crash_reporter.cc Support removing extra parameters 2017-02-14 09:37:09 -08:00
atom_api_key_weak_map.h Sort includes alphabetically 2016-08-26 15:30:02 -07:00
atom_api_native_image.cc Support adding representation from data URL 2017-03-09 09:56:42 -08:00
atom_api_native_image.h Add addRepresentation buffer support 2017-03-09 09:56:42 -08:00
atom_api_native_image_mac.mm
atom_api_shell.cc platform_util code should not involve V8 code 2016-11-17 11:22:09 +09:00
atom_api_v8_util.cc Do permission check when calling guest window methods 2016-11-16 07:50:30 -08:00
atom_bindings.cc AtomBindings should not use default uv loop 2017-03-20 12:52:46 -07:00
atom_bindings.h AtomBindings should not use default uv loop 2017-03-20 12:52:46 -07:00
event_emitter_caller.cc Fixing code review issues: refactoring emit methods using CustomEmit. 2016-10-26 11:10:15 +02:00
event_emitter_caller.h Fixing code review issues: refactoring emit methods using CustomEmit. 2016-10-26 11:10:15 +02:00
locker.cc
locker.h Update to API changes of Chrome 51 2016-05-23 10:59:39 +09:00
object_life_monitor.cc Fix context leak in ObjectLifeMonitor. 2017-04-28 11:21:53 -03:00
object_life_monitor.h Fix context leak in ObjectLifeMonitor. 2017-04-28 11:21:53 -03:00
remote_callback_freer.cc Add webContents.sendToAll to send message to all frames 2016-05-27 16:58:49 +09:00
remote_callback_freer.h Simplify RemoteCallbackFreer 2016-04-26 16:37:46 +09:00
remote_object_freer.cc use MSG_ROUTING_NONE to initialize routing_id_ rather than 0 2016-08-12 13:03:31 -07:00
remote_object_freer.h cache routing_id so we can look up the render_view in RunDestructor with no v8 calls 2016-08-12 09:16:10 -07:00