electron/atom/browser/api
Cheng Zhao b8bafbc5a3 Merge pull request #6620 from electron/tray-highlight-toggle
Add option to always highlight the tray icon
2016-07-27 10:49:38 +09:00
..
atom_api_app.cc Fix building on Linux 2016-07-13 12:23:14 +09:00
atom_api_app.h Update API to isAccessibilitySupportEnabled 2016-07-11 14:32:14 -07:00
atom_api_auto_updater.cc Remove unnecessary method 2016-07-15 00:13:04 +12:00
atom_api_auto_updater.h Add the getFeedURL API for macOS and Windows 2016-07-15 00:04:48 +12:00
atom_api_content_tracing.cc
atom_api_cookies.cc Update to API changes of Chrome 52 2016-07-04 15:32:43 +09:00
atom_api_cookies.h Update to API changes of Chrome 52 2016-07-04 15:32:43 +09:00
atom_api_debugger.cc Update to API changes of Chrome 51 2016-05-23 10:59:39 +09:00
atom_api_debugger.h Make Wrappable a template class 2016-04-25 10:17:54 +09:00
atom_api_desktop_capturer.cc Update to API changes of Chrome 51 2016-05-23 10:59:39 +09:00
atom_api_desktop_capturer.h Update to API changes of Chrome 51 2016-05-23 10:59:39 +09:00
atom_api_dialog.cc Add buttonLabel param to showOpen/showSave dialogs 2016-05-15 01:03:32 -05:00
atom_api_download_item.cc Add isPaused and canResume 2016-06-09 20:51:01 +09:00
atom_api_download_item.h Add isPaused and canResume 2016-06-09 20:51:01 +09:00
atom_api_global_shortcut.cc Make VS happy 2016-04-25 10:40:19 +09:00
atom_api_global_shortcut.h Make Wrappable a template class 2016-04-25 10:17:54 +09:00
atom_api_menu.cc Modernize to C++11: NULL => nullptr. 2016-07-10 11:57:04 +02:00
atom_api_menu.h Merge branch 'master' into chrome52 2016-07-21 05:34:36 -06:00
atom_api_menu_mac.h 🍎 Fix context menus selecting first item by default. 2016-06-17 17:03:15 -04:00
atom_api_menu_mac.mm Suppress unresponsive event when showing menu 2016-07-11 15:31:24 +09:00
atom_api_menu_views.cc Merge branch 'master' into chrome52 2016-07-21 05:34:36 -06:00
atom_api_menu_views.h Update to API changes of Chrome 52 2016-07-04 15:32:43 +09:00
atom_api_power_monitor.cc BuildPrototype should not be empty 2016-04-25 12:24:11 +09:00
atom_api_power_monitor.h Make Wrappable a template class 2016-04-25 10:17:54 +09:00
atom_api_power_save_blocker.cc Update to API changes of Chrome 51 2016-05-23 10:59:39 +09:00
atom_api_power_save_blocker.h Update to API changes of Chrome 52 2016-07-04 15:32:43 +09:00
atom_api_protocol.cc Merge branch 'master' into chrome52 2016-07-21 05:34:36 -06:00
atom_api_protocol.h Clear protocol handlers on exit 2016-07-09 17:02:55 +09:00
atom_api_render_process_preferences.cc Tweak type check to consider windows and webviews 2016-06-14 15:47:33 -07:00
atom_api_render_process_preferences.h Use RenderProcessPreferences for non-remote web contents 2016-06-14 15:47:32 -07:00
atom_api_screen.cc Update to API changes of Chrome 52 2016-07-04 15:32:43 +09:00
atom_api_screen.h Update to API changes of Chrome 52 2016-07-04 15:32:43 +09:00
atom_api_session.cc Merge pull request #6558 from deepak1556/session_proxy_patch 2016-07-25 16:03:50 +09:00
atom_api_session.h Add options to session.fromPartition 2016-07-13 12:23:14 +09:00
atom_api_system_preferences.cc Add systemPreferences.subscribeLocalNotification. (#6150) 2016-06-21 00:48:42 +00:00
atom_api_system_preferences.h Add systemPreferences.subscribeLocalNotification. (#6150) 2016-06-21 00:48:42 +00:00
atom_api_system_preferences_mac.mm Add systemPreferences.subscribeLocalNotification. (#6150) 2016-06-21 00:48:42 +00:00
atom_api_tray.cc Add TODO to deprecate boolean param 2016-07-26 14:18:15 -07:00
atom_api_tray.h Add option to always highlight the tray icon 2016-07-26 13:51:43 -07:00
atom_api_web_contents.cc Add webContents.copyImageAt 2016-07-26 12:06:11 -07:00
atom_api_web_contents.h Add webContents.copyImageAt 2016-07-26 12:06:11 -07:00
atom_api_web_contents_mac.mm Add webContents.isFocused() 2016-07-13 14:16:56 -07:00
atom_api_web_request.cc Make Wrappable a template class 2016-04-25 10:17:54 +09:00
atom_api_web_request.h Make Wrappable a template class 2016-04-25 10:17:54 +09:00
atom_api_web_view_manager.cc Get hidden state by using parent window directly 2016-05-25 10:13:12 -07:00
atom_api_window.cc win: Add setThumbnailClip window API 2016-07-14 15:50:31 -07:00
atom_api_window.h Document setThumbnailClip 2016-07-14 15:54:57 -07:00
event.cc Modernize to C++11: NULL => nullptr. 2016-07-10 11:57:04 +02:00
event.h Make Wrappable a template class 2016-04-25 10:17:54 +09:00
event_emitter.cc Add EventEmitter::CreateEventFromFlags 2016-06-22 11:00:45 +09:00
event_emitter.h Add EventEmitter::CreateEventFromFlags 2016-06-22 11:00:45 +09:00
frame_subscriber.cc Cleanup code of beginFrameSubscription 2016-06-26 11:46:40 +09:00
frame_subscriber.h Cleanup code of beginFrameSubscription 2016-06-26 11:46:40 +09:00
save_page_handler.cc use DownloadItem to determine download initiator 2016-04-27 20:29:39 +05:30
save_page_handler.h use DownloadItem to determine download initiator 2016-04-27 20:29:39 +05:30
trackable_object.cc Make Wrappable a template class 2016-04-25 10:17:54 +09:00
trackable_object.h Update to API changes of Chrome 52 2016-07-04 15:32:43 +09:00