electron/common/api
2013-05-05 20:30:38 +08:00
..
lib Make the CallbacksRegistry a separate module, though rather small. 2013-05-05 20:30:38 +08:00
api_messages.cc Share same native bindings code on both renderer and browser. 2013-04-21 14:53:26 +08:00
api_messages.h No more plan for ipc.sendSync in browser. 2013-04-23 22:21:49 +08:00
atom_api_clipboard.cc Add Clipboard API. 2013-04-30 16:10:25 +08:00
atom_api_clipboard.h Add Clipboard API. 2013-04-30 16:10:25 +08:00
atom_api_id_weak_map.cc Add API to return all keys of weak map. 2013-04-27 16:54:17 +08:00
atom_api_id_weak_map.h Fix header guard. 2013-04-29 20:40:59 +08:00
atom_api_idle_gc.cc Enable idle GC in browser. 2013-04-25 19:41:23 +08:00
atom_api_shell.cc Add shell.beep() API. 2013-04-29 22:10:03 +08:00
atom_api_shell.h Add shell.beep() API. 2013-04-29 22:10:03 +08:00
atom_api_v8_util.cc Add v8_util.setDestructor. 2013-04-25 18:25:18 +08:00
atom_bindings.cc Use camelCase not under_score, I forgot it's coffee script. 2013-04-27 19:13:24 +08:00
atom_bindings.h Renderer can now use process.send to send messages to browser. 2013-04-22 21:32:48 +08:00
atom_extensions.cc Module names starting with atom_common_ can be loaded by both sides. 2013-04-25 15:36:01 +08:00
atom_extensions.h Add the generialized showMessageBox API. 2013-05-03 21:03:26 +08:00
object_life_monitor.cc Add v8_util.setDestructor. 2013-04-25 18:25:18 +08:00
object_life_monitor.h Add v8_util.setDestructor. 2013-04-25 18:25:18 +08:00