electron/atom/common/api/lib
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
..
callbacks-registry.coffee Clean up CallbackRegistry 2015-10-16 20:25:30 +08:00
clipboard.coffee Don't rely on JS for setting optional argument 2015-06-10 12:12:37 +08:00
crash-reporter.coffee Fix coffeelint error. 2015-06-06 17:59:20 +08:00
native-image.coffee Enable creating NativeImage with native-image module 2015-02-12 10:45:04 +08:00
shell.coffee Fix calling showItemInFolder in renderer 2015-10-26 16:48:27 +08:00