electron/shell/browser/ui/views
trop[bot] a05c9bcfb9
refactor: inline simple getters (#41163)
* refactor: inline OffScreenRenderWidgetHostView::IsPainting()

refactor: inline OffScreenRenderWidgetHostView::GetFrameRate()

refactor: inline OffScreenRenderWidgetHostView::GetRootLayer()

refactor: inline OffScreenRenderWidgetHostView::GetDelegatedFrameHost()

Co-authored-by: Charles Kerr <charles@charleskerr.com>

* refactor: inline OffscreenViewProxy::GetBitmap()

refactor: inline OffscreenViewProxy::GetBounds()

Co-authored-by: Charles Kerr <charles@charleskerr.com>

* refactor: inline WebContentsZoomController::GetDefaultZoomFactor()

Co-authored-by: Charles Kerr <charles@charleskerr.com>

* refactor: inline Notification prop getters

Co-authored-by: Charles Kerr <charles@charleskerr.com>

* refactor: inline RootView::is_menu_bar_auto_hide()

refactor: inline RootView::is_menu_bar_visible()

Co-authored-by: Charles Kerr <charles@charleskerr.com>

* refactor: inline ElectronBrowserContext::can_use_http_cache()

refactor: inline ElectronBrowserContext::get_max_cache_size()

Co-authored-by: Charles Kerr <charles@charleskerr.com>

* fixup! refactor: inline Notification prop getters

remove get_ prefix from inlined simple getter method names

Co-authored-by: Charles Kerr <charles@charleskerr.com>

* fixup! refactor: inline OffscreenViewProxy::GetBitmap()

Co-authored-by: Charles Kerr <charles@charleskerr.com>

* fixup! refactor: inline WebContentsZoomController::GetDefaultZoomFactor()

Co-authored-by: Charles Kerr <charles@charleskerr.com>

* fixup! refactor: inline Notification prop getters

have object getters return const references

Co-authored-by: Charles Kerr <charles@charleskerr.com>

* refactor: rename method to OffScreenRenderWidgetHostView::root_layer()

Co-authored-by: Charles Kerr <charles@charleskerr.com>

* refactor: rename method to ElectronBrowserContext::max_cache_size()

Co-authored-by: Charles Kerr <charles@charleskerr.com>

* refactor: rename method to OffScreenRenderWidgetHostView::frame_rate()

Co-authored-by: Charles Kerr <charles@charleskerr.com>

* refactor: rename method to OffScreenRenderWidgetHostView::delegated_frame_host()

Co-authored-by: Charles Kerr <charles@charleskerr.com>

---------

Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Charles Kerr <charles@charleskerr.com>
2024-01-30 09:45:19 +01:00
..
autofill_popup_view.cc chore: replace absl::optional<T> with std::optional<T> (#41074) 2024-01-23 20:43:22 -06:00
autofill_popup_view.h chore: replace absl::optional<T> with std::optional<T> (#41074) 2024-01-23 20:43:22 -06:00
client_frame_view_linux.cc chore: bump chromium to 122.0.6261.6 (29-x-y) (#40959) 2024-01-25 15:19:31 -05:00
client_frame_view_linux.h chore: enable check raw ptr fields (#38167) 2023-05-11 16:07:39 -04:00
electron_views_delegate.cc chore: bump chromium to 105.0.5187.0 (main) (#34921) 2022-07-20 13:03:34 +02:00
electron_views_delegate.h chore: remove ViewsDelegate::IsWindowInMetro() override (#38409) 2023-05-24 20:00:52 +02:00
electron_views_delegate_win.cc refactor: replace remaining `NULL` with `nullptr` (#40053) 2023-10-03 12:26:35 -07:00
frameless_view.cc revert: replace BrowserView with WebContentsView (#41060) 2024-01-22 08:53:02 -08:00
frameless_view.h chore: enable check raw ptr fields (#38167) 2023-05-11 16:07:39 -04:00
global_menu_bar_registrar_x11.cc chore: bump chromium to 119.0.6045.0 (main) (#40076) 2023-10-05 19:59:39 -04:00
global_menu_bar_registrar_x11.h chore: bump chromium to 119.0.6045.0 (main) (#40076) 2023-10-05 19:59:39 -04:00
global_menu_bar_x11.cc chore: bump chromium to 119.0.6045.0 (main) (#40076) 2023-10-05 19:59:39 -04:00
global_menu_bar_x11.h chore: bump chromium to 119.0.6045.0 (main) (#40076) 2023-10-05 19:59:39 -04:00
inspectable_web_contents_view_views.cc fix: toggling DevTools while minimized on Windows (#40091) 2023-10-05 20:26:31 -04:00
inspectable_web_contents_view_views.h feat: add a 'title' parameter to `openDevTools()` (#39047) 2023-08-15 14:32:53 +09:00
menu_bar.cc chore: bump chromium to 122.0.6236.2 (29-x-y) (#40950) 2024-01-11 23:19:31 +13:00
menu_bar.h chore: bump chromium to 121.0.6147.0 (main) (#40523) 2023-11-28 13:40:12 -08:00
menu_delegate.cc chore: replace absl::optional<T> with std::optional<T> (#41074) 2024-01-23 20:43:22 -06:00
menu_delegate.h chore: replace absl::optional<T> with std::optional<T> (#41074) 2024-01-23 20:43:22 -06: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: enable check raw ptr fields (#38167) 2023-05-11 16:07:39 -04:00
native_frame_view.cc feat: make win.setAspectRatio() work on Windows (#26941) 2021-01-05 17:17:33 +09:00
native_frame_view.h chore: enable check raw ptr fields (#38167) 2023-05-11 16:07:39 -04:00
root_view.cc refactor: inline simple getters (#41163) 2024-01-30 09:45:19 +01:00
root_view.h refactor: inline simple getters (#41163) 2024-01-30 09:45:19 +01:00
submenu_button.cc chore: bump chromium to 122.0.6194.0 (29-x-y) (#40872) 2024-01-04 16:17:50 -05:00
submenu_button.h chore: bump chromium to 121.0.6147.0 (main) (#40523) 2023-11-28 13:40:12 -08:00
win_caption_button.cc chore: bump chromium to 121.0.6147.0 (main) (#40523) 2023-11-28 13:40:12 -08:00
win_caption_button.h chore: bump chromium to 121.0.6147.0 (main) (#40523) 2023-11-28 13:40:12 -08:00
win_caption_button_container.cc chore: bump chromium to 121.0.6147.0 (main) (#40523) 2023-11-28 13:40:12 -08:00
win_caption_button_container.h chore: bump chromium to 121.0.6147.0 (main) (#40523) 2023-11-28 13:40:12 -08:00
win_frame_view.cc fix: WCO transparent background (#38693) 2023-06-09 09:57:57 -07:00
win_frame_view.h chore: bump chromium to 116.0.5817.0 (main) (#38465) 2023-06-09 16:08:36 -07:00
win_icon_painter.cc chore: apply chromium commit 30a32e6 (#35370) 2022-08-23 10:31:23 +09:00
win_icon_painter.h fix: update Windows caption buttons to match Win11 style (#34790) 2022-07-12 09:13:40 +02:00