cef/libcef/browser/views
Marshall Greenblatt a4b6ef577e Don't set "always on top" style for child CefWindows.
As of https://crrev.com/9e653328e3 the Views framework will apply the "always
on top" (WS_EX_TOPMOST) style by default to widgets created with TYPE_MENU. CEF
uses this type in CefWindowView::CreateWidget to support child windows that are
not clipped to the parent window bounds (currently indicated by returning a
parent window from CefWindowDelegate::GetParentWindow and setting |is_menu| to
true).

Not setting "always on top" shouldn't be a problem except in cases where some
other window is already "always on top" and the child CefWindow is expected to
overlay that window. For this reason any menus created using ShowMenu will
continue to have the "always on top" style.
2019-10-18 15:08:23 +02:00
..
basic_label_button_impl.cc
basic_label_button_impl.h
basic_label_button_view.cc
basic_label_button_view.h
basic_panel_impl.cc
basic_panel_impl.h
basic_panel_view.cc
basic_panel_view.h
box_layout_impl.cc
box_layout_impl.h
browser_platform_delegate_views.cc
browser_platform_delegate_views.h
browser_view_impl.cc
browser_view_impl.h
browser_view_view.cc
browser_view_view.h
button_impl.h
button_view.h
display_impl.cc
display_impl.h
fill_layout_impl.cc
fill_layout_impl.h
label_button_impl.h
label_button_view.h
layout_adapter.cc
layout_adapter.h
layout_impl.h
layout_util.cc
layout_util.h
menu_button_impl.cc
menu_button_impl.h
menu_button_view.cc
menu_button_view.h
menu_runner_views.cc
menu_runner_views.h
panel_impl.h
panel_view.h
scroll_view_impl.cc
scroll_view_impl.h
scroll_view_view.cc
scroll_view_view.h
textfield_impl.cc
textfield_impl.h
textfield_view.cc
textfield_view.h
view_adapter.cc
view_adapter.h
view_impl.h
view_util.cc
view_util.h
view_view.h
window_impl.cc
window_impl.h
window_view.cc Don't set "always on top" style for child CefWindows. 2019-10-18 15:08:23 +02:00
window_view.h