electron/shell/browser/ui
trop[bot] 60f48e1753
fix: fix cast in ElectronDesktopWindowTreeHostLinux (#42185)
Fix cast in ElectronDesktopWindowTreeHostLinux

The frame view of the widget is an `ClientFrameViewLinux` instance only
when both `frame` and `client_frame` booleans are set to `true`.
Otherwise it is an instance of a different class and thus casting to
`ClientFrameViewLinux` is incorrect and leads to crashes.

Fix: #41839

Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Fedor Indutny <indutny@signal.org>
2024-05-14 16:14:45 -07:00
..
cocoa fix: recentDocuments on macOS not working (#41992) 2024-05-03 10:11:21 -04:00
gtk perf: use flat_set, flat_map for small, trivially-moved containers (#40817) 2024-01-05 12:18:31 +01:00
views fix: move BrowserWindow's WebContentsView to be a child of rootview (#41802) 2024-04-10 13:20:44 +02:00
webui chore: bump chromium to 123.0.6296.0 (main) (#41204) 2024-02-14 12:33:32 -05:00
win fix: missing badge text on Windows (#41629) 2024-03-19 23:16:12 +01:00
x chore: bump chromium to 121.0.6159.0 (main) (#40632) 2023-12-11 14:58:26 -06:00
accelerator_util.cc refactor: remove banned std::to_string() calls (#41087) 2024-01-24 16:43:31 -06:00
accelerator_util.h
accelerator_util_unittests.cc
autofill_popup.cc refactor: inline simple getters, pt . 2 (#41254) 2024-02-09 10:29:14 +01:00
autofill_popup.h refactor: inline simple getters, pt . 2 (#41254) 2024-02-09 10:29:14 +01:00
certificate_trust.h
certificate_trust_mac.mm chore: bump chromium to 121.0.6116.0 (main) (#40490) 2023-11-14 13:21:32 -08:00
certificate_trust_win.cc
devtools_manager_delegate.cc fix: Storage.{get|set|clear}Cookies via CDP not working (#41740) 2024-03-28 20:52:08 -05:00
devtools_manager_delegate.h fix: Storage.{get|set|clear}Cookies via CDP not working (#41740) 2024-03-28 20:52:08 -05:00
devtools_ui.cc
devtools_ui.h
drag_util.cc
drag_util.h
drag_util_mac.mm
drag_util_views.cc
electron_desktop_window_tree_host_linux.cc fix: fix cast in ElectronDesktopWindowTreeHostLinux (#42185) 2024-05-14 16:14:45 -07:00
electron_desktop_window_tree_host_linux.h
electron_gdk_pixbuf.sigs
electron_gtk.fragment
electron_gtk.sigs
electron_menu_model.cc refactor: inline simple getters, pt . 2 (#41254) 2024-02-09 10:29:14 +01:00
electron_menu_model.h refactor: inline simple getters, pt . 2 (#41254) 2024-02-09 10:29:14 +01:00
file_dialog.h
file_dialog_linux.cc refactor: use //ui/shell_dialogs on Linux (#42110) 2024-05-12 10:05:32 +02:00
file_dialog_mac.mm chore: migrate base::StringPiece to std::string_view (#40915) 2024-01-10 19:00:37 -06:00
file_dialog_win.cc
gtk_util.cc
gtk_util.h
inspectable_web_contents.cc chore: bump chromium to 124.0.6323.0 (30-x-y) (#41475) 2024-02-29 09:50:27 -05:00
inspectable_web_contents.h chore: bump chromium to 124.0.6323.0 (30-x-y) (#41475) 2024-02-29 09:50:27 -05:00
inspectable_web_contents_delegate.h chore: bump chromium to 124.0.6323.0 (30-x-y) (#41475) 2024-02-29 09:50:27 -05:00
inspectable_web_contents_view.cc
inspectable_web_contents_view.h
inspectable_web_contents_view_delegate.cc
inspectable_web_contents_view_delegate.h
inspectable_web_contents_view_mac.h
inspectable_web_contents_view_mac.mm
message_box.h chore: replace absl::optional<T> with std::optional<T> (#40928) 2024-01-10 16:23:35 -06:00
message_box_gtk.cc chore: replace absl::optional<T> with std::optional<T> (#40928) 2024-01-10 16:23:35 -06:00
message_box_mac.mm fix: crash when dialog.showMessageBoxSync with missing buttons (#40996) 2024-01-18 13:21:15 +01:00
message_box_win.cc chore: replace absl::optional<T> with std::optional<T> (#40928) 2024-01-10 16:23:35 -06:00
run_all_unittests.cc
status_icon_gtk.cc
status_icon_gtk.h
tray_icon.cc
tray_icon.h chore: replace absl::optional<T> with std::optional<T> (#40928) 2024-01-10 16:23:35 -06:00
tray_icon_cocoa.h chore: bump chromium to 121.0.6159.0 (main) (#40632) 2023-12-11 14:58:26 -06:00
tray_icon_cocoa.mm chore: replace absl::optional<T> with std::optional<T> (#40928) 2024-01-10 16:23:35 -06:00
tray_icon_linux.cc chore: replace absl::optional<T> with std::optional<T> (#40928) 2024-01-10 16:23:35 -06:00
tray_icon_linux.h
tray_icon_observer.h
tray_icon_win.cc chore: replace absl::optional<T> with std::optional<T> (#40928) 2024-01-10 16:23:35 -06:00