electron/atom/browser/api
2015-10-28 21:00:39 +08:00
..
lib win: Make auto-updater really work 2015-10-23 19:41:54 +08:00
atom_api_app.cc Also emit "login" on WebContents 2015-10-28 21:00:39 +08:00
atom_api_app.h Add login event for "app" module 2015-10-28 19:54:59 +08:00
atom_api_auto_updater.cc Keep compatibility with old API style 2015-10-23 15:50:55 +08:00
atom_api_auto_updater.h Simplify the auto-updater implementations 2015-10-23 15:40:56 +08:00
atom_api_content_tracing.cc No longer needs to define node_includes.h at last 2015-09-07 16:41:49 +08:00
atom_api_cookies.cc No longer needs to define node_includes.h at last 2015-09-07 16:41:49 +08:00
atom_api_cookies.h Don't reference RequestContextGetter in JS objects 2015-09-09 19:27:28 +08:00
atom_api_dialog.cc
atom_api_download_item.cc 📝 fix a typo 2015-09-25 13:13:11 +08:00
atom_api_download_item.h Some cleanup. 2015-09-24 19:31:09 +08:00
atom_api_global_shortcut.cc
atom_api_global_shortcut.h
atom_api_menu.cc
atom_api_menu.h
atom_api_menu_mac.h
atom_api_menu_mac.mm
atom_api_menu_views.cc
atom_api_menu_views.h
atom_api_power_monitor.cc
atom_api_power_monitor.h
atom_api_power_save_blocker.cc No longer needs to define node_includes.h at last 2015-09-07 16:41:49 +08:00
atom_api_power_save_blocker.h
atom_api_protocol.cc Pass auth_info and request in "login" event 2015-10-28 20:13:06 +08:00
atom_api_protocol.h Don't reference RequestContextGetter in JS objects 2015-09-09 19:27:28 +08:00
atom_api_screen.cc
atom_api_screen.h
atom_api_session.cc session: allow setproxy to use external pac script 2015-10-22 23:03:47 +05:30
atom_api_session.h session: allow setproxy to use external pac script 2015-10-22 23:03:47 +05:30
atom_api_tray.cc No longer needs to define node_includes.h at last 2015-09-07 16:41:49 +08:00
atom_api_tray.h
atom_api_web_contents.cc Add extra headers option to webContents.loadUrl 2015-10-26 22:18:16 +01:00
atom_api_web_contents.h Implement webContents.savePage API. 2015-10-16 09:23:08 +08:00
atom_api_web_view_manager.cc
atom_api_window.cc Use uint64_t instead of LPARAM 2015-10-28 19:51:24 +08:00
atom_api_window.h Use uint64_t instead of LPARAM 2015-10-28 19:51:24 +08:00
event.cc
event.h
event_emitter.cc
event_emitter.h
frame_subscriber.cc Move BeginFrameSubscription to WebContents 2015-09-18 15:57:43 +08:00
frame_subscriber.h Move BeginFrameSubscription to WebContents 2015-09-18 15:57:43 +08:00
save_page_handler.cc Fix: savePage API saves external resources in a wrong directory. 2015-10-18 11:28:05 +08:00
save_page_handler.h Implement webContents.savePage API. 2015-10-16 09:23:08 +08:00
trackable_object.cc
trackable_object.h