electron/browser/api
2013-05-01 23:28:01 +08:00
..
lib Use camelCase not under_score, I forgot it's coffee script. 2013-04-27 19:13:24 +08:00
atom_api_browser_ipc.cc small tune of IPC interface. 2013-04-23 20:57:14 +08:00
atom_api_browser_ipc.h Use require('ipc').send to communicate between browser and renderer. 2013-04-23 12:18:07 +08:00
atom_api_event.cc Avoid using destoryed native objects in js API. 2013-04-29 19:38:18 +08:00
atom_api_event.h Emulate DOM's Event class. 2013-04-18 21:42:20 +08:00
atom_api_event_emitter.cc Add remote.getObject API to get object in browser by it's ID. 2013-04-26 22:25:30 +08:00
atom_api_event_emitter.h No more C++ RecordedObject and ObjectsRegistry code. 2013-04-25 15:02:58 +08:00
atom_api_window.cc Correctly handle window's lifetime when it's closed. 2013-05-01 23:28:01 +08:00
atom_api_window.h Correctly handle window's lifetime when it's closed. 2013-05-01 23:28:01 +08:00
atom_browser_bindings.cc Add ipc.sendSync in renderer. 2013-04-23 21:52:19 +08:00
atom_browser_bindings.h Add ipc.sendSync in renderer. 2013-04-23 21:52:19 +08:00