electron/shell/browser/ui/views
Charles Kerr f595443a22
refactor: fix modernize-return-braced-init-list warnings (#44838)
* refactor: avoid repeating the return type from the declaration; use a braced initializer list instead [modernize-return-braced-init-list]

* refactor: avoid repeating the return type from the declaration; use a braced initializer list instead [modernize-return-braced-init-list]

NB: using the braced-initializer list uncovered an error here:
the float returned by std::floor() can't be implicitly cast to
an int. This is solved by using base::ClampFloor<int>() instead.
std::floor()
2024-11-27 09:41:46 +09:00
..
autofill_popup_view.cc fix: cyclical #include dependency between autofill_popup.h and autofill_popup_view.h (#44705) 2024-11-19 13:45:18 -06:00
autofill_popup_view.h fix: cyclical #include dependency between autofill_popup.h and autofill_popup_view.h (#44705) 2024-11-19 13:45:18 -06:00
caption_button_placeholder_container.cc chore: remove more unused #include calls (#43000) 2024-07-25 11:25:45 +02:00
caption_button_placeholder_container.h feat: enable Windows Control Overlay on Linux (#41769) 2024-06-27 14:56:36 +02:00
client_frame_view_linux.cc refactor: fix modernize-return-braced-init-list warnings (#44838) 2024-11-27 09:41:46 +09:00
client_frame_view_linux.h chore: remove more unused #include calls (#43000) 2024-07-25 11:25:45 +02: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: use flat_set, flat_map for small, trivially-moved containers (#40817) 2024-01-05 12:18:31 +01:00
frameless_view.cc refactor: put empty virtual function definitions in header (#43285) 2024-08-12 09:56:51 +02: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 chore: remove unused #includes (#42971) 2024-07-22 11:31:32 +02:00
global_menu_bar_x11.cc fix: modernize-use-using clang-tidy warnings (#44806) 2024-11-25 10:50:33 -05:00
global_menu_bar_x11.h chore: remove unused #includes (#42971) 2024-07-22 11:31:32 +02:00
inspectable_web_contents_view_views.cc chore: remove unused base/ includes (#43688) 2024-09-12 16:05:37 +02:00
inspectable_web_contents_view_views.h fix: remove InspectableWebContentsViewMac (#43033) 2024-07-27 11:44:22 -05:00
menu_bar.cc chore: bump chromium to 132.0.6807.0 (main) (#44360) 2024-11-04 09:10:00 -05:00
menu_bar.h refactor: inherit Observer classes privately, pt. 2 (#42237) 2024-05-29 13:07:02 -05:00
menu_delegate.cc chore: bump chromium to 132.0.6807.0 (main) (#44360) 2024-11-04 09:10:00 -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 chore: bump chromium to 106.0.5216.0 (main) (#34993) 2022-08-17 11:35:53 -07:00
menu_model_adapter.h chore: add/fix interface comments for sections of methods (#42566) 2024-06-20 10:49:07 +02:00
native_frame_view.cc chore: bump chromium to 123.0.6312.5 (main) (#41337) 2024-02-21 15:27:05 -05:00
native_frame_view.h chore: bump chromium to 123.0.6312.5 (main) (#41337) 2024-02-21 15:27:05 -05:00
opaque_frame_view.cc refactor: fix modernize-return-braced-init-list warnings (#44838) 2024-11-27 09:41:46 +09:00
opaque_frame_view.h chore: remove more unused #include calls (#43000) 2024-07-25 11:25:45 +02:00
root_view.cc chore: bump chromium to 127.0.6521.0 (main) (#42118) 2024-06-07 17:18:35 -04:00
root_view.h chore: remove more unused #include calls (#43000) 2024-07-25 11:25:45 +02:00
submenu_button.cc chore: remove more unused #include calls (#43000) 2024-07-25 11:25:45 +02:00
submenu_button.h chore: remove more unused #include calls (#43000) 2024-07-25 11:25:45 +02:00
win_caption_button.cc chore: remove more unused #include calls (#43000) 2024-07-25 11:25:45 +02:00
win_caption_button.h chore: remove unused #includes (#42971) 2024-07-22 11:31:32 +02:00
win_caption_button_container.cc fix: tooltips in WCO caption buttons (#44721) 2024-11-20 12:45:08 +01:00
win_caption_button_container.h fix: tooltips in WCO caption buttons (#44721) 2024-11-20 12:45:08 +01:00
win_frame_view.cc chore: remove more unused #include calls (#43000) 2024-07-25 11:25:45 +02:00
win_frame_view.h chore: remove unused WinFrameView::kInactiveTitlebarFeatureAlpha (#43448) 2024-08-23 20:59:41 -05:00
win_icon_painter.cc chore: remove more unused #include calls (#43000) 2024-07-25 11:25:45 +02:00
win_icon_painter.h chore: remove unused #includes (#42971) 2024-07-22 11:31:32 +02:00