electron/shell/browser/ui/views
trop[bot] 33d23f5e00
refactor: remove stray .c_str() calls for absl::StrFormat() (#47576)
refactor: remove stray .c_str() calls for absl::StrFormat()

StrFormat() understands std::string, std::string_view

Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Charles Kerr <charles@charleskerr.com>
2025-06-26 08:18:10 -05:00
..
autofill_popup_view.cc refactor: migrate to View::AddChildView(std::unique_ptr<ui::View*>) (#46541) 2025-04-07 13:29:37 -05:00
autofill_popup_view.h refactor: migrate to View::AddChildView(std::unique_ptr<ui::View*>) (#46541) 2025-04-07 13:29:37 -05:00
caption_button_placeholder_container.cc
caption_button_placeholder_container.h
client_frame_view_linux.cc refactor: migrate to View::AddChildView(std::unique_ptr<ui::View*>) (#46541) 2025-04-07 13:29:37 -05:00
client_frame_view_linux.h refactor: migrate to View::AddChildView(std::unique_ptr<ui::View*>) (#46541) 2025-04-07 13:29:37 -05:00
electron_views_delegate.cc chore: bump chromium to 131.0.6744.0 (main) (#43948) 2024-09-30 14:54:44 +02:00
electron_views_delegate.h chore: bump chromium to 131.0.6744.0 (main) (#43948) 2024-09-30 14:54:44 +02:00
electron_views_delegate_win.cc perf: avoid a triple-redundant map lookup in ViewsDelegate::GetAppbarAutohideEdges() (#46335) 2025-03-27 19:21:42 -05:00
frameless_view.cc refactor: remove InspectableWebContentsViewMac in favor of the Views version (#44628) 2025-01-17 10:21:10 -05:00
frameless_view.h refactor: put empty virtual function definitions in header (#43285) 2024-08-12 09:56:51 +02:00
global_menu_bar_registrar_x11.cc fix: remove unused local variables (#44815) 2024-11-23 17:34:51 -06:00
global_menu_bar_registrar_x11.h perf: prefer absl::flat_hash_set over std::set when sorted order is not needed (#46440) 2025-04-03 22:21:48 -05:00
global_menu_bar_x11.cc refactor: remove stray .c_str() calls for absl::StrFormat() (#47576) 2025-06-26 08:18:10 -05:00
global_menu_bar_x11.h refactor: decouple NativeWindowViews and GlobalMenuBarX11 (#47118) 2025-05-15 19:38:56 -05:00
menu_bar.cc refactor: migrate to View::AddChildView(std::unique_ptr<ui::View*>) (#46541) 2025-04-07 13:29:37 -05:00
menu_bar.h chore: bump chromium to 135.0.7015.0 (main) (#45500) 2025-02-18 11:51:27 -05:00
menu_delegate.cc refactor: use base::ObserverList::Notify() (#46897) 2025-05-02 07:51:05 -05:00
menu_delegate.h chore: bump chromium to 132.0.6807.0 (main) (#44360) 2024-11-04 09:10:00 -05:00
menu_model_adapter.cc
menu_model_adapter.h
native_frame_view.cc
native_frame_view.h
opaque_frame_view.cc refactor: migrate to View::AddChildView(std::unique_ptr<ui::View*>) (#46541) 2025-04-07 13:29:37 -05:00
opaque_frame_view.h
root_view.cc refactor: use kKeyModifiers in IsAltModifier() (#47090) 2025-05-14 12:18:10 -05:00
root_view.h
submenu_button.cc docs: fix spelling errors in code comments (#45842) 2025-02-28 12:24:00 +01:00
submenu_button.h chore: bump chromium to 135.0.7015.0 (main) (#45500) 2025-02-18 11:51:27 -05:00
win_caption_button.cc
win_caption_button.h
win_caption_button_container.cc fix: WCO not working with some window configurations (#45422) 2025-02-05 12:48:51 +01:00
win_caption_button_container.h refactor: migrate to View::AddChildView(std::unique_ptr<ui::View*>) (#46541) 2025-04-07 13:29:37 -05:00
win_frame_view.cc
win_frame_view.h chore: remove unused WinFrameView::kInactiveTitlebarFeatureAlpha (#43448) 2024-08-23 20:59:41 -05:00
win_icon_painter.cc
win_icon_painter.h