electron/atom/browser/api
2014-10-27 19:14:57 +08:00
..
lib Add "frameName" as paramter for "new-window" event 2014-10-27 19:14:57 +08:00
atom_api_app.cc Fix API changes of Chrome 38 2014-10-11 19:11:34 +08:00
atom_api_app.h Add "quit" event for app. 2014-09-25 21:48:15 +08:00
atom_api_auto_updater.cc Use new context aware module API in builtin modules. 2014-06-29 20:48:44 +08:00
atom_api_auto_updater.h Switch to use MIT license. 2014-05-04 20:29:08 +08:00
atom_api_content_tracing.cc Fix API changes of Chrome 38 2014-10-11 19:11:34 +08:00
atom_api_dialog.cc Use PersistentDictionary to store web perferences. 2014-09-09 14:13:21 +08:00
atom_api_global_shortcut.cc Simplify global-shortcut's code. 2014-08-22 10:53:37 +08:00
atom_api_global_shortcut.h Make Accelerator a standalone JS type. 2014-08-05 00:03:58 +08:00
atom_api_menu.cc Make Accelerator a standalone JS type. 2014-08-05 00:03:58 +08:00
atom_api_menu.h win: Fix compilation errors for chrome35. 2014-07-11 12:19:01 +08:00
atom_api_menu_mac.h Switch to use MIT license. 2014-05-04 20:29:08 +08:00
atom_api_menu_mac.mm Update to new Chromium APIs. 2014-07-28 20:28:49 +08:00
atom_api_menu_views.cc Enable mnemonics in menu, fixes atom/atom#3844 2014-10-16 21:22:22 +08:00
atom_api_menu_views.h views: Don't retain MenuRunner on heap. 2014-07-21 21:42:01 +08:00
atom_api_power_monitor.cc Use new context aware module API in builtin modules. 2014-06-29 20:48:44 +08:00
atom_api_power_monitor.h Switch to use MIT license. 2014-05-04 20:29:08 +08:00
atom_api_protocol.cc Initialize job factory as early as possible. 2014-08-15 11:35:13 +08:00
atom_api_protocol.h Switch to use MIT license. 2014-05-04 20:29:08 +08:00
atom_api_tray.cc mac: Add "double-clicked" event for Tray. 2014-09-09 19:45:21 +08:00
atom_api_tray.h mac: Add "double-clicked" event for Tray. 2014-09-09 19:45:21 +08:00
atom_api_web_contents.cc Add "frameName" as paramter for "new-window" event 2014-10-27 19:14:57 +08:00
atom_api_web_contents.h Add 'new-window' event for <webview> 2014-10-25 13:21:09 +08:00
atom_api_window.cc Route window.open to "new-window" event 2014-10-27 18:52:55 +08:00
atom_api_window.h Route window.open to "new-window" event 2014-10-27 18:52:55 +08:00
event.cc Set "defaultPrevented" when "preventDefault()" is called 2014-10-27 17:55:28 +08:00
event.h Set "defaultPrevented" when "preventDefault()" is called 2014-10-27 17:55:28 +08:00
event_emitter.cc Set "defaultPrevented" when "preventDefault()" is called 2014-10-27 17:55:28 +08:00
event_emitter.h Allow passing V8 objects in EventEmitter 2014-10-25 11:30:35 +08:00