electron/shell/browser/ui
trop[bot] 0b77096f2a
fix: default to system accent color on invalid user color (#47684)
fix: default to system accent color on invalid user color"

Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
2025-07-08 15:21:44 +02:00
..
cocoa fix: default to system accent color on invalid user color (#47684) 2025-07-08 15:21:44 +02:00
gtk chore: bump chromium to 139.0.7256.0 (38-x-y) (#47615) 2025-06-30 12:29:54 -04:00
views chore: bump chromium to 139.0.7256.0 (38-x-y) (#47615) 2025-06-30 12:29:54 -04:00
webui chore: bump chromium to 139.0.7256.0 (38-x-y) (#47615) 2025-06-30 12:29:54 -04:00
win fix: titlebar showing in content protected window (#47241) 2025-05-26 09:46:04 +02:00
x
accelerator_util.cc perf: prefer base::SplitStringPiece() over base::SplitString() (#45924) 2025-03-09 17:36:13 -05:00
accelerator_util.h perf: prefer base::SplitStringPiece() over base::SplitString() (#45924) 2025-03-09 17:36:13 -05:00
accelerator_util_unittests.cc
autofill_popup.cc refactor: fix modernize-return-braced-init-list warnings (#44838) 2024-11-27 09:41:46 +09:00
autofill_popup.h
certificate_trust.h
certificate_trust_mac.mm
certificate_trust_win.cc
devtools_manager_delegate.cc chore: bump chromium to 136.0.7095.0 (main) (#46118) 2025-04-03 19:02:49 -05:00
devtools_manager_delegate.h chore: bump chromium to 136.0.7095.0 (main) (#46118) 2025-04-03 19:02:49 -05:00
devtools_ui.cc
devtools_ui.h
devtools_ui_bundle_data_source.cc refactor: remove unused system header includes (#46015) 2025-03-14 10:59:15 -05:00
devtools_ui_bundle_data_source.h
devtools_ui_theme_data_source.cc refactor: replace base::StringPrintf() calls with absl::StrFormat() (#46024) 2025-03-14 17:14:32 -05:00
devtools_ui_theme_data_source.h
drag_util.cc
drag_util.h
drag_util_mac.mm
drag_util_views.cc
electron_desktop_window_tree_host_linux.cc refactor: pass views::Widget* into constructors of our TreeHosts and NativeWidgets (#47177) 2025-05-21 16:02:55 -05:00
electron_desktop_window_tree_host_linux.h refactor: pass views::Widget* into constructors of our TreeHosts and NativeWidgets (#47177) 2025-05-21 16:02:55 -05:00
electron_gdk.sigs
electron_gdk_pixbuf.sigs
electron_gtk.fragment
electron_menu_model.cc feat: add menu item role palette and header (#45538) 2025-05-23 12:43:49 -04:00
electron_menu_model.h feat: add menu item role palette and header (#45538) 2025-05-23 12:43:49 -04:00
file_dialog.h refactor: have ShowSaveDialogSync() return a std::optional<base::FilePath> (#47428) 2025-06-12 12:25:40 +02:00
file_dialog_linux.cc refactor: have ShowSaveDialogSync() return a std::optional<base::FilePath> (#47428) 2025-06-12 12:25:40 +02:00
file_dialog_linux_portal.cc fix: use-after-move of bus connection in xdg portal detection (#47008) 2025-05-09 18:32:08 +09:00
file_dialog_mac.mm refactor: have ShowSaveDialogSync() return a std::optional<base::FilePath> (#47428) 2025-06-12 12:25:40 +02:00
file_dialog_win.cc refactor: have ShowSaveDialogSync() return a std::optional<base::FilePath> (#47428) 2025-06-12 12:25:40 +02:00
gtk_util.cc
gtk_util.h
inspectable_web_contents.cc refactor: remove stray .c_str() calls for absl::StrFormat() (#47578) 2025-06-26 11:41:48 -05:00
inspectable_web_contents.h chore: bump chromium to 139.0.7219.0 (main) (#47348) 2025-06-16 12:46:06 -05:00
inspectable_web_contents_delegate.h fix: modernize-use-equals-default warnings (#44935) 2024-12-03 16:25:48 -06:00
inspectable_web_contents_view.cc chore: bump chromium to 137.0.7128.1 (main) (#46482) 2025-04-22 15:53:29 -04:00
inspectable_web_contents_view.h refactor: remove InspectableWebContentsViewMac in favor of the Views version (#44628) 2025-01-17 10:21:10 -05:00
inspectable_web_contents_view_delegate.cc
inspectable_web_contents_view_delegate.h fix: modernize-use-equals-default warnings (#44935) 2024-12-03 16:25:48 -06:00
message_box.h
message_box_gtk.cc chore: bump chromium to 137.0.7128.1 (main) (#46482) 2025-04-22 15:53:29 -04:00
message_box_mac.mm refactor: use C++20's contains() method (#45742) 2025-02-21 17:33:43 -06:00
message_box_win.cc refactor: use C++20's contains() method (#45742) 2025-02-21 17:33:43 -06:00
run_all_unittests.cc
status_icon_gtk.cc chore: bump chromium to 134.0.6968.0 (main) (#45172) 2025-01-23 23:07:43 -05:00
status_icon_gtk.h chore: bump chromium to 134.0.6968.0 (main) (#45172) 2025-01-23 23:07:43 -05:00
tray_icon.cc refactor: use base::ObserverList::Notify() (#46875) 2025-05-02 11:10:52 +02:00
tray_icon.h
tray_icon_cocoa.h
tray_icon_cocoa.mm
tray_icon_linux.cc chore: bump chromium to 134.0.6968.0 (main) (#45172) 2025-01-23 23:07:43 -05:00
tray_icon_linux.h chore: bump chromium to 134.0.6968.0 (main) (#45172) 2025-01-23 23:07:43 -05:00
tray_icon_observer.h fix: modernize-use-equals-default warnings (#44935) 2024-12-03 16:25:48 -06:00
tray_icon_win.cc