electron/browser/api
Cheng Zhao 3b7dd85d3f Merge pull request #65 from atom/custom-protocol
Support custom protocols
2013-09-04 03:33:09 -07:00
..
lib Add 'registered' and 'unregistered' events for protocol module. 2013-08-29 20:56:25 +08:00
atom_api_app.cc [Mac] Add app.dock.getBadge() API. 2013-08-06 16:39:31 +08:00
atom_api_app.h [Mac] Add app.dock.getBadge() API. 2013-08-06 16:39:31 +08:00
atom_api_auto_updater.cc Add 'ready-for-update-on-quit' event for auto-updater. 2013-06-03 21:51:46 +08:00
atom_api_auto_updater.h Add 'ready-for-update-on-quit' event for auto-updater. 2013-06-03 21:51:46 +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_crash_reporter.cc Seperate implementation of crash reporter to standalone class. 2013-07-04 16:30:49 +08:00
atom_api_crash_reporter.h Add crash reporter module (based on Quincy). 2013-06-01 15:57:37 +08:00
atom_api_dialog.cc Move file_dialog and message_box to browser/ui. 2013-08-13 16:51:47 +08:00
atom_api_dialog.h Rewrite dialog API with our simpler blocking dialog implementations. 2013-05-20 21:50:54 +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 Revert "Make BrowserWindow inheritable. Fixed #23." 2013-06-18 21:40:03 +08:00
atom_api_event_emitter.h Don't rely on "iosfwd" for forward including std::string. 2013-07-01 21:56:46 +08:00
atom_api_menu.cc Move accelerator_util to browser/ui. 2013-08-13 17:07:25 +08:00
atom_api_menu.h setApplicationMenu and sendActionToFirstResponder are Mac only. 2013-05-16 20:31:58 +08:00
atom_api_menu_mac.h [Mac] Move the FixMenuTitles hack to MenuController. 2013-08-14 22:33:18 +08:00
atom_api_menu_mac.mm [Mac] Clean up the menu controller. 2013-08-14 23:03:02 +08:00
atom_api_menu_win.cc [Win] Use the modified Menu2 class. 2013-08-17 16:45:21 +08:00
atom_api_menu_win.h [Win] Use the modified Menu2 class. 2013-08-17 16:45:21 +08:00
atom_api_power_monitor.cc Add power-monitor module, fixes #45. 2013-08-03 16:03:56 +08:00
atom_api_power_monitor.h Add power-monitor module, fixes #45. 2013-08-03 16:03:56 +08:00
atom_api_protocol.cc Emit erros when getting errors in IO thread. 2013-09-03 17:21:10 +08:00
atom_api_protocol.h Skelecton for interceptor APIs. 2013-08-30 10:15:15 +08:00
atom_api_window.cc Add 'loading-state-changed' event for BrowserWindow. 2013-08-29 11:47:07 +08:00
atom_api_window.h Add 'loading-state-changed' event for BrowserWindow. 2013-08-29 11:47:07 +08:00
atom_browser_bindings.cc Add ipc.sendSync in renderer. 2013-04-23 21:52:19 +08:00
atom_browser_bindings.h Don't rely on "iosfwd" for forward including std::string. 2013-07-01 21:56:46 +08:00