electron/shell/browser/ui
trop[bot] 6e56fed2cb
fix: file dialog filters not working correctly (#46721)
fix: fix file dialog filters not working correctly

If someone sets an `All filter` with `*` at the start of the filters all upcoming filters will be shifted and thus labels won't fit to the extensions they actually filter.

Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Kolja Lampe <razzeee@gmail.com>
2025-04-22 09:28:23 -05:00
..
cocoa revert: allow NSMenuItems to be disabled (#46521) 2025-04-06 23:44:59 -05:00
gtk
views perf: prefer absl::flat_hash_set over std::set when sorted order is not needed (#46441) 2025-04-03 20:28:53 -05:00
webui
win fix: emit context-menu event in Windows draggable regions (#46334) 2025-03-27 19:21:17 -05:00
x
accelerator_util.cc perf: prefer base::SplitStringPiece() over base::SplitString() (#45946) 2025-03-10 09:49:53 -05:00
accelerator_util.h perf: prefer base::SplitStringPiece() over base::SplitString() (#45946) 2025-03-10 09:49:53 -05:00
accelerator_util_unittests.cc
autofill_popup.cc
autofill_popup.h
certificate_trust.h
certificate_trust_mac.mm
certificate_trust_win.cc
devtools_manager_delegate.cc refactor: add ElectronBrowserContext::GetDefaultBrowserContext() (#46085) 2025-03-26 11:31:31 +01:00
devtools_manager_delegate.h
devtools_ui.cc
devtools_ui.h
devtools_ui_bundle_data_source.cc refactor: remove unused system header includes (#46042) 2025-03-15 00:33:33 -05:00
devtools_ui_bundle_data_source.h
devtools_ui_theme_data_source.cc refactor: replace base::StringPrintf() calls with absl::StrFormat() (#46049) 2025-03-15 11:23:10 -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 fix: window border on Gnome Wayland (#46644) 2025-04-15 20:56:30 +02:00
electron_desktop_window_tree_host_linux.h fix: Wayland resizing border (#46224) 2025-03-24 10:54:56 -05:00
electron_gdk.sigs
electron_gdk_pixbuf.sigs
electron_gtk.fragment
electron_menu_model.cc
electron_menu_model.h
file_dialog.h
file_dialog_linux.cc fix: file dialog filters not working correctly (#46721) 2025-04-22 09:28:23 -05:00
file_dialog_mac.mm
file_dialog_win.cc
gtk_util.cc
gtk_util.h
inspectable_web_contents.cc refactor: use base::as_string_view() (#45745) 2025-02-21 10:14:05 -06:00
inspectable_web_contents.h
inspectable_web_contents_delegate.h
inspectable_web_contents_view.cc
inspectable_web_contents_view.h
inspectable_web_contents_view_delegate.cc
inspectable_web_contents_view_delegate.h
message_box.h
message_box_gtk.cc refactor: use C++20's contains() method (35-x-y) (#45768) 2025-02-21 20:45:54 -06:00
message_box_mac.mm refactor: use C++20's contains() method (35-x-y) (#45768) 2025-02-21 20:45:54 -06:00
message_box_win.cc refactor: use C++20's contains() method (35-x-y) (#45768) 2025-02-21 20:45:54 -06:00
run_all_unittests.cc
status_icon_gtk.cc chore: bump chromium to 133.0.6943.35 (35-x-y) (#45217) 2025-02-03 15:10:57 -05:00
status_icon_gtk.h chore: bump chromium to 133.0.6943.35 (35-x-y) (#45217) 2025-02-03 15:10:57 -05:00
tray_icon.cc
tray_icon.h
tray_icon_cocoa.h
tray_icon_cocoa.mm
tray_icon_linux.cc chore: bump chromium to 133.0.6943.35 (35-x-y) (#45217) 2025-02-03 15:10:57 -05:00
tray_icon_linux.h chore: bump chromium to 133.0.6943.35 (35-x-y) (#45217) 2025-02-03 15:10:57 -05:00
tray_icon_observer.h
tray_icon_win.cc