electron/atom
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
..
app refactor: use mojo for electron internal IPC (#17406) 2019-04-02 15:38:16 -07:00
browser refactor: turn OnOffscreen message into a command-line flag (#17687) 2019-04-19 12:55:20 -07:00
common refactor: turn OnOffscreen message into a command-line flag (#17687) 2019-04-19 12:55:20 -07:00
renderer refactor: turn OnOffscreen message into a command-line flag (#17687) 2019-04-19 12:55:20 -07:00
utility More migration of ServiceContext to ServiceBinding 2019-02-14 23:59:22 +05:30