electron/atom/browser/api
2014-04-25 16:45:14 +08:00
..
lib Avoid using processId and routingId directly. 2014-04-25 16:45:14 +08:00
atom_api_app.cc Simplify app api. 2014-04-17 17:13:46 +08:00
atom_api_app.h Simplify app api. 2014-04-17 17:13:46 +08:00
atom_api_auto_updater.cc Simpilfy auto_updater api. 2014-04-17 17:26:21 +08:00
atom_api_auto_updater.h Simpilfy auto_updater api. 2014-04-17 17:26:21 +08:00
atom_api_dialog.cc Enable passing null to dialog API. 2014-04-24 13:10:04 +08:00
atom_api_menu.cc Discard all our custom V8 helpers, use native-mate instead. 2014-04-22 23:07:21 +08:00
atom_api_menu.h Discard all our custom V8 helpers, use native-mate instead. 2014-04-22 23:07:21 +08:00
atom_api_menu_gtk.cc Fix compilation under Linux. 2014-04-23 12:45:48 +08:00
atom_api_menu_gtk.h Fix compilation under Linux. 2014-04-23 12:45:48 +08:00
atom_api_menu_mac.h Discard all our custom V8 helpers, use native-mate instead. 2014-04-22 23:07:21 +08:00
atom_api_menu_mac.mm Discard all our custom V8 helpers, use native-mate instead. 2014-04-22 23:07:21 +08:00
atom_api_menu_win.cc Discard all our custom V8 helpers, use native-mate instead. 2014-04-22 23:07:21 +08:00
atom_api_menu_win.h Fix compilation under Linux. 2014-04-23 12:45:48 +08:00
atom_api_power_monitor.cc Simplify power_monitor api. 2014-04-17 17:13:17 +08:00
atom_api_power_monitor.h Fix cpplint warning. 2014-04-18 17:28:05 +08:00
atom_api_protocol.cc Simplify protocol api. 2014-04-21 16:33:32 +08:00
atom_api_protocol.h Simplify protocol api. 2014-04-21 16:33:32 +08:00
atom_api_web_contents.cc Handle IPC messages in webContents instead of BrowserWindow. 2014-04-25 16:13:16 +08:00
atom_api_web_contents.h Handle IPC messages in webContents instead of BrowserWindow. 2014-04-25 16:13:16 +08:00
atom_api_window.cc Move navigator related APIs to webContents. 2014-04-25 12:52:30 +08:00
atom_api_window.h Move navigator related APIs to webContents. 2014-04-25 12:52:30 +08:00
event.cc Add native_mate implemented Event and EventEmitter. 2014-04-17 17:12:27 +08:00
event.h Add native_mate implemented Event and EventEmitter. 2014-04-17 17:12:27 +08:00
event_emitter.cc Handle IPC messages in webContents instead of BrowserWindow. 2014-04-25 16:13:16 +08:00
event_emitter.h Handle IPC messages in webContents instead of BrowserWindow. 2014-04-25 16:13:16 +08:00