electron/atom/common/api
Cheng Zhao f399f50e9e Fix calling showItemInFolder in renderer
The remote method always assumes the existence of the remote object but
doesn't keep a reference to it, so if we only keep the reference of a
remote method we will get into troubles once the remote object is
garbage collected.

We should probably fix this in remote module, but since most things are
already working quite good, I'm using the work-around for now.

Fix #3139.
2015-10-26 16:48:27 +08:00
..
lib Fix calling showItemInFolder in renderer 2015-10-26 16:48:27 +08:00
api_messages.h webcontents: notify guests of embedders' zoom level change 2015-10-08 10:38:22 +05:30
atom_api_asar.cc No longer needs to define node_includes.h at last 2015-09-07 16:41:49 +08:00
atom_api_clipboard.cc clipboard: api to write multiple formats to same writer 2015-07-10 09:20:52 +05:30
atom_api_crash_reporter.cc Simplify and polish the code. 2015-06-04 15:53:37 +08:00
atom_api_native_image.cc Fix API changes 2015-09-03 17:50:23 +09:00
atom_api_native_image.h Add NativeImage.IsTemplateImage method 2015-07-26 21:58:48 -07:00
atom_api_native_image_mac.mm Minor style fix for #2352 2015-07-29 11:48:40 +08:00
atom_api_shell.cc No longer needs to define node_includes.h at last 2015-09-07 16:41:49 +08:00
atom_api_v8_util.cc No longer needs to define node_includes.h at last 2015-09-07 16:41:49 +08:00
atom_bindings.cc Pass original argv in callback 2015-10-22 19:02:21 +08:00
atom_bindings.h Use Local instead of Handle 2015-05-22 19:11:22 +08:00
event_emitter_caller.cc No longer needs to define node_includes.h at last 2015-09-07 16:41:49 +08:00
event_emitter_caller.h Use WebScopedRunV8Script in converted C++ functions 2015-08-07 19:37:17 +08:00
locker.cc Use WebScopedRunV8Script in converted C++ functions 2015-08-07 19:37:17 +08:00
locker.h Use WebScopedRunV8Script in converted C++ functions 2015-08-07 19:37:17 +08:00
object_life_monitor.cc Use V8's new SetWeak method 2015-08-27 16:41:51 +08:00
object_life_monitor.h Use V8's new SetWeak method 2015-08-27 16:41:51 +08:00