electron/shell/browser/ui
trop[bot] 917664c68b
fix: maximized window bounds when toggle setResizable (#40580)
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Tomasz Malinowski <tomasz@openfin.co>
2023-11-22 10:59:52 +01:00
..
cocoa fix: all children showing when showing child window (#40107) 2023-10-06 09:56:58 -04:00
gtk chore: use nested namespaces (#37855) 2023-04-11 15:30:25 +09:00
views fix: toggling DevTools while minimized on Windows (#40118) 2023-10-06 09:55:11 -04:00
webui chore: bump chromium to 116.0.5817.0 (26-x-y) (#38546) 2023-06-12 18:29:28 -04:00
win fix: maximized window bounds when toggle setResizable (#40580) 2023-11-22 10:59:52 +01: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: enable check raw ptr fields (#38167) 2023-05-11 16:07:39 -04:00
accelerator_util_unittests.cc chore: enable native unittesting (#20293) 2019-10-03 22:21:30 +02:00
autofill_popup.cc chore: bump chromium to 115.0.5786.0 (main) (#38301) 2023-05-23 21:58:58 +02:00
autofill_popup.h chore: enable check raw ptr fields (#38167) 2023-05-11 16:07:39 -04:00
certificate_trust.h chore: add ELECTRON_ prefix to C++ include guards (#31925) 2021-11-22 16:34:31 +09:00
certificate_trust_mac.mm chore: bump chromium to 116.0.5833.0 (26-x-y) (#38808) 2023-06-15 16:37:27 -04:00
certificate_trust_win.cc chore: bump chromium to 116.0.5833.0 (26-x-y) (#38808) 2023-06-15 16:37:27 -04:00
devtools_manager_delegate.cc chore: bump chromium to 111.0.5544.3 (main) (#36820) 2023-02-03 12:43:42 +01:00
devtools_manager_delegate.h chore: bump chromium to 111.0.5518.0 (main) (#36575) 2023-01-05 21:35:34 -05: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 chore: remove dead draggable region code (#38404) 2023-05-24 10:03:07 +02:00
drag_util.h chore: remove dead draggable region code (#38404) 2023-05-24 10:03:07 +02:00
drag_util_mac.mm chore: cleanup `drag_util` (#36806) 2023-01-09 10:00:47 +01:00
drag_util_views.cc chore: cleanup `drag_util` (#36806) 2023-01-09 10:00:47 +01:00
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: enable check raw ptr fields (#38167) 2023-05-11 16:07:39 -04: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: enable check raw ptr fields (#38167) 2023-05-11 16:07:39 -04:00
file_dialog.h chore: enable check raw ptr fields (#38167) 2023-05-11 16:07:39 -04:00
file_dialog_gtk.cc chore: enable check raw ptr fields (#38167) 2023-05-11 16:07:39 -04:00
file_dialog_mac.mm fix: file selection when disallowed on macOS (#38590) 2023-06-05 16:21:41 +02:00
file_dialog_win.cc chore: remove UnresponsiveSuppressor altogether (#35507) 2022-09-08 15:49:33 -07:00
gtk_util.cc chore: update links in comments (#37197) 2023-02-11 18:52:54 -08:00
gtk_util.h chore: add ELECTRON_ prefix to C++ include guards (#31925) 2021-11-22 16:34:31 +09:00
inspectable_web_contents.cc fix: devtools allow restoring saved dock state on Windows (#39768) 2023-09-07 12:27:46 +02:00
inspectable_web_contents.h chore: bump chromium to 116.0.5829.0 (26-x-y) (#38765) 2023-06-14 07:47:10 -04:00
inspectable_web_contents_delegate.h feat: emit `devtools-open-url` event for DevTools link selection (#36774) 2023-01-26 09:54:26 +01:00
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: remove unused InspectableWebContentsView::GetWebView() (#38820) 2023-06-16 12:43:28 -05: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 chore: bump chromium to 100.0.4857.0 (main) (#32419) 2022-02-09 18:58:52 -08:00
inspectable_web_contents_view_mac.h chore: remove unused std includes (#38795) 2023-06-14 17:35:49 -04:00
inspectable_web_contents_view_mac.mm fix: crash when closing active macOS native tab (#39410) 2023-08-08 22:28:38 +02:00
message_box.h chore: enable check raw ptr fields (#38167) 2023-05-11 16:07:39 -04:00
message_box_gtk.cc chore: enable check raw ptr fields (#38167) 2023-05-11 16:07:39 -04:00
message_box_mac.mm chore: bump chromium to 111.0.5544.3 (main) (#36820) 2023-02-03 12:43:42 +01:00
message_box_win.cc refactor: prefer base::Contains() over find() + end() (#38443) 2023-05-30 10:28:43 +02:00
run_all_unittests.cc chore: bump chromium to 111.0.5544.3 (main) (#36820) 2023-02-03 12:43:42 +01:00
status_icon_gtk.cc fix: fallback to GtkStatusIcon when app indicator is not supported (#36815) 2023-01-26 19:15:55 +09:00
status_icon_gtk.h fix: fallback to GtkStatusIcon when app indicator is not supported (#36815) 2023-01-26 19:15:55 +09:00
tray_icon.cc fix: potential crash calling `tray.popUpContextMenu()` (#39313) 2023-08-01 13:04:19 +02:00
tray_icon.h fix: potential crash calling `tray.popUpContextMenu()` (#39313) 2023-08-01 13:04:19 +02:00
tray_icon_cocoa.h fix: potential crash calling `tray.popUpContextMenu()` (#39313) 2023-08-01 13:04:19 +02:00
tray_icon_cocoa.mm fix: macOS tray button selection with VoiceOver (#39439) 2023-08-09 21:41:43 +02:00
tray_icon_linux.cc chore: bump chromium to 116.0.5817.0 (26-x-y) (#38546) 2023-06-12 18:29:28 -04:00
tray_icon_linux.h chore: bump chromium to 116.0.5817.0 (26-x-y) (#38546) 2023-06-12 18:29:28 -04:00
tray_icon_observer.h chore: add ELECTRON_ prefix to C++ include guards (#31925) 2021-11-22 16:34:31 +09:00
tray_icon_win.cc chore: bump chromium to 93.0.4530.0 (master) (#29256) 2021-06-03 01:05:04 -07:00