electron/atom/browser/osr
Jeremy Apthorp ab009bba26 refactor: turn OnOffscreen message into a command-line flag (#17687)
This turns the AtomViewMsg_Offscreen message, which only called the global setter blink::WebView::SetUseExternalPopupMenus(false) to get Chrome to render popup menus in the renderer instead of externally on macOS, into a command-line renderer flag --offscreen which does the same thing, except at render thread startup time, which is where Chromium sets the flag: https://chromium.googlesource.com/chromium/src/+/refs/tags/75.0.3755.3/content/renderer/render_thread_impl.cc#728.

This was the last usage of RenderViewObserver in our codebase, so this PR also removes that class.
2019-04-19 12:55:20 -07:00
..
osr_host_display_client.cc fix: port OSR code to new viz compositor codepath (#17538) 2019-04-17 14:10:04 -07:00
osr_host_display_client.h fix: port OSR code to new viz compositor codepath (#17538) 2019-04-17 14:10:04 -07:00
osr_host_display_client_mac.mm fix: port OSR code to new viz compositor codepath (#17538) 2019-04-17 14:10:04 -07:00
osr_render_widget_host_view.cc fix: port OSR code to new viz compositor codepath (#17538) 2019-04-17 14:10:04 -07:00
osr_render_widget_host_view.h fix: port OSR code to new viz compositor codepath (#17538) 2019-04-17 14:10:04 -07:00
osr_video_consumer.cc fix: port OSR code to new viz compositor codepath (#17538) 2019-04-17 14:10:04 -07:00
osr_video_consumer.h fix: port OSR code to new viz compositor codepath (#17538) 2019-04-17 14:10:04 -07:00
osr_view_proxy.cc Refactoring: use C++11 class member variable initialization 2018-05-22 00:18:38 +02:00
osr_view_proxy.h fix: fix gn cpplint warnings (#14583) 2018-09-12 19:25:56 -05:00
osr_web_contents_view.cc refactor: turn OnOffscreen message into a command-line flag (#17687) 2019-04-19 12:55:20 -07:00
osr_web_contents_view.h fix: port OSR code to new viz compositor codepath (#17538) 2019-04-17 14:10:04 -07:00
osr_web_contents_view_mac.mm clang-format objc files (#12673) 2018-04-20 11:47:04 -07:00