electron/atom/browser/api
2016-06-20 11:16:41 +09:00
..
atom_api_app.cc fill net::URLRequest details on IO thread 2016-06-09 10:39:18 +05:30
atom_api_app.h fill net::URLRequest details on IO thread 2016-06-09 10:39:18 +05:30
atom_api_auto_updater.cc Do not add JS wrapper for setFeedURL 2016-06-13 09:38:47 +09:00
atom_api_auto_updater.h Do not add JS wrapper for setFeedURL 2016-06-13 09:38:47 +09:00
atom_api_content_tracing.cc Fix compilation errors on OS X 2016-03-10 17:06:21 +09:00
atom_api_cookies.cc Update to API changes of Chrome 51 2016-05-23 10:59:39 +09:00
atom_api_cookies.h Make Wrappable a template class 2016-04-25 10:17:54 +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 Remove the isolate parameter of GetWrapper 2016-04-25 10:19:25 +09:00
atom_api_menu.h Update to API changes of Chrome 51 2016-05-23 10:59:39 +09: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 🍎 Fix context menus only showing on primary monitor. 2016-05-26 17:43:38 -04:00
atom_api_menu_views.cc GetNativeScreen -> GetScreen 2016-05-13 11:07:17 +09:00
atom_api_menu_views.h 🍎 Fix context menus selecting first item by default. 2016-06-17 17:03:15 -04: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 51 2016-05-23 10:59:39 +09:00
atom_api_protocol.cc Make api::Protocol thread safe 2016-06-16 11:09:52 +09:00
atom_api_protocol.h Make api::Protocol thread safe 2016-06-16 11:09:52 +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 GetNativeScreen -> GetScreen 2016-05-13 11:07:17 +09:00
atom_api_screen.h Fix #3075 by not caching the displays (id is not persistent on Windows) 2016-04-28 17:46:41 +02:00
atom_api_session.cc move protocol to session properties for working with partitions 2016-06-09 10:39:18 +05:30
atom_api_session.h move protocol to session properties for working with partitions 2016-06-09 10:39:18 +05:30
atom_api_system_preferences.cc All we really need to do is make getUserDefault support array / object types. 2016-06-01 19:21:17 -07:00
atom_api_system_preferences.h All we really need to do is make getUserDefault support array / object types. 2016-06-01 19:21:17 -07:00
atom_api_system_preferences_mac.mm All we really need to do is make getUserDefault support array / object types. 2016-06-01 19:21:17 -07:00
atom_api_tray.cc No need to reference the icon in Tray 2016-05-20 22:44:02 +09:00
atom_api_tray.h Update to API changes of Chrome 51 2016-05-23 10:59:39 +09:00
atom_api_web_contents.cc Work around a compiler bug that crashes on Windows 2016-06-16 10:55:25 +09:00
atom_api_web_contents.h Add 2 spaces before comment 2016-06-14 15:47:33 -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 mac: Add win.disable/enable/isEnabled() API 2016-06-20 11:16:41 +09:00
atom_api_window.h mac: Add win.disable/enable/isEnabled() API 2016-06-20 11:16:41 +09:00
event.cc ipcRenderer: fix crash with multiple listeners to sync message 2016-05-06 02:52:59 +05:30
event.h Make Wrappable a template class 2016-04-25 10:17:54 +09:00
event_emitter.cc Make Wrappable a template class 2016-04-25 10:17:54 +09:00
event_emitter.h Remove the isolate parameter of GetWrapper 2016-04-25 10:19:25 +09:00
frame_subscriber.cc Fix compilation errors on OS X 2016-03-10 17:06:21 +09:00
frame_subscriber.h Merge atom/master 2016-02-26 02:05:57 +01: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 Fix crash when quitting 2016-05-23 17:03:49 +09:00