electron/shell/browser/ui
Shelley Vohr 32288ac9c5
fix: focus rings with multiple buttons in showMessageBox (#36772)
fix: focus rings with multiple buttons in messageBox
2023-01-05 09:56:38 +01:00
..
cocoa refactor: use views NonClientHitTest for draggable regions on mac (#35603) 2022-10-12 12:05:45 -04:00
gtk fix: reimplement Tray with StatusIconLinuxDbus on Linux (#36333) 2022-11-28 11:36:25 -08:00
views chore: drop support for Windows 7 / 8 / 8.1 (#36427) 2022-11-30 17:13:29 -08:00
webui chore: bump chromium to 110.0.5451.0 (main) (#36394) 2022-12-05 17:59:19 -05:00
win chore: drop support for Windows 7 / 8 / 8.1 (#36427) 2022-11-30 17:13:29 -08:00
x chore: bump chromium to 110.0.5415.0 (main) (#36186) 2022-11-17 14:59:23 -05:00
accelerator_util.cc refactor: improve accelerator check failed message (#36476) 2022-11-30 11:31:16 -08:00
accelerator_util.h chore: bump chromium to 106.0.5216.0 (main) (#34993) 2022-08-17 11:35:53 -07:00
accelerator_util_unittests.cc
autofill_popup.cc chore: bump chromium to 110.0.5451.0 (main) (#36394) 2022-12-05 17:59:19 -05:00
autofill_popup.h
certificate_trust.h
certificate_trust_mac.mm chore: bump chromium to 105.0.5129.0 (main) (#34403) 2022-06-27 15:50:08 -05:00
certificate_trust_win.cc
devtools_manager_delegate.cc chore: bump chromium to 103.0.5046.0 (main) (#33906) 2022-05-17 12:48:40 -04:00
devtools_manager_delegate.h chore: add ELECTRON_ prefix to C++ include guards (#31925) 2021-11-22 16:34:31 +09:00
devtools_ui.cc chore: bump chromium to 107.0.5274.0 (main) (#35375) 2022-09-07 09:46:37 +02:00
devtools_ui.h chore: add ELECTRON_ prefix to C++ include guards (#31925) 2021-11-22 16:34:31 +09:00
drag_util.cc
drag_util.h
drag_util_mac.mm fix: drag and drop should copy on macOS (#35963) 2022-10-11 18:19:59 +02:00
drag_util_views.cc
electron_desktop_window_tree_host_linux.cc chore: bump chromium to 109.0.5382.0 (main) (#36057) 2022-10-27 12:37:04 -04:00
electron_desktop_window_tree_host_linux.h chore: bump chromium to 110.0.5415.0 (main) (#36186) 2022-11-17 14:59:23 -05:00
electron_gdk_pixbuf.sigs refactor: use stubs for gdk-pixbuf dependency (#34077) 2022-06-19 17:42:30 -07:00
electron_gtk.fragment refactor: use stubs for gdk-pixbuf dependency (#34077) 2022-06-19 17:42:30 -07:00
electron_gtk.sigs refactor: use stubs for gdk-pixbuf dependency (#34077) 2022-06-19 17:42:30 -07:00
electron_menu_model.cc chore: bump chromium to 106.0.5216.0 (main) (#34993) 2022-08-17 11:35:53 -07:00
electron_menu_model.h chore: bump chromium to 106.0.5216.0 (main) (#34993) 2022-08-17 11:35:53 -07:00
file_dialog.h chore: add ELECTRON_ prefix to C++ include guards (#31925) 2021-11-22 16:34:31 +09:00
file_dialog_gtk.cc chore: bump chromium to 110.0.5415.0 (main) (#36186) 2022-11-17 14:59:23 -05:00
file_dialog_mac.mm chore: bump chromium to 110.0.5415.0 (main) (#36186) 2022-11-17 14:59:23 -05:00
file_dialog_win.cc chore: remove UnresponsiveSuppressor altogether (#35507) 2022-09-08 15:49:33 -07:00
gtk_util.cc refactor: use stubs for gdk-pixbuf dependency (#34077) 2022-06-19 17:42:30 -07:00
gtk_util.h
inspectable_web_contents.cc chore: bump chromium to 110.0.5451.0 (main) (#36394) 2022-12-05 17:59:19 -05:00
inspectable_web_contents.h chore: bump chromium to 105.0.5173.0 (main) (#34770) 2022-07-13 17:26:16 -04:00
inspectable_web_contents_delegate.h
inspectable_web_contents_view.cc chore: Move draggable regions implementation from NativeBrowserView into InspectableWebContentsView (#35007) 2022-10-17 11:10:07 -04:00
inspectable_web_contents_view.h refactor: move draggable regions to WebContents (#36230) 2022-11-07 10:15:57 -08:00
inspectable_web_contents_view_delegate.cc chore: bump chromium to 93.0.4536.0 (main) (#29586) 2021-06-08 15:22:43 -05:00
inspectable_web_contents_view_delegate.h
inspectable_web_contents_view_mac.h refactor: move draggable regions to WebContents (#36230) 2022-11-07 10:15:57 -08:00
inspectable_web_contents_view_mac.mm refactor: move draggable regions to WebContents (#36230) 2022-11-07 10:15:57 -08:00
message_box.h
message_box_gtk.cc chore: remove UnresponsiveSuppressor altogether (#35507) 2022-09-08 15:49:33 -07:00
message_box_mac.mm fix: focus rings with multiple buttons in showMessageBox (#36772) 2023-01-05 09:56:38 +01:00
message_box_win.cc chore: bump chromium to 110.0.5415.0 (main) (#36186) 2022-11-17 14:59:23 -05:00
run_all_unittests.cc
tray_icon.cc
tray_icon.h
tray_icon_cocoa.h
tray_icon_cocoa.mm chore: bump chromium to 110.0.5451.0 (main) (#36394) 2022-12-05 17:59:19 -05:00
tray_icon_gtk.cc refactor: make StatusIconType an enum class (#36500) 2022-12-05 00:59:20 -08:00
tray_icon_gtk.h refactor: make StatusIconType an enum class (#36500) 2022-12-05 00:59:20 -08:00
tray_icon_observer.h
tray_icon_win.cc chore: bump chromium to 93.0.4530.0 (master) (#29256) 2021-06-03 01:05:04 -07:00