electron/common/api/lib
Cheng Zhao 844fccc177 Use random number as id in CallbacksRegistry.
It's very possible that the callbacks got GCed before the render view is
closed (like page getting refreshed), so we should not let browser call
the wrong callback, instead we should throw error whenever a callback is
not found.
2013-12-06 15:04:51 +08:00
..
callbacks-registry.coffee Use random number as id in CallbacksRegistry. 2013-12-06 15:04:51 +08:00
clipboard.coffee Add Clipboard API. 2013-04-30 16:10:25 +08:00
crash-reporter.coffee 💄 Wrong IP for default crash reporter server. 2013-11-28 12:38:33 +08:00
id-weak-map.coffee Use - as filename seperator for coffee script files. Fixes #15. 2013-05-30 20:21:07 +08:00
shell.coffee Add Shell API. 2013-04-29 21:57:05 +08:00