cef/libcef/browser/osr
Marshall Greenblatt a12c2ab3e1 Add support for MimeHandlerViewInCrossProcessFrame (fixes issue #2727)
The PDF loading documentation in extension_system.cc has be updated to
describe the new code paths.

To support delivery of input events to the mime handler renderer process it is
now necessary to route events via the correct RWHV interface. For Aura-based
platforms (Windows/Linux) this means RWHVAura::On*Event and for macOS this
means RWHVMac::RouteOrProcess*Event. Since Aura uses UI event types these have
become the source of truth on Aura-based platforms with conversion to Web event
types when needed (primarily for OSR).

This change also adds a timeout for CefProcessHostMsg_GetNewBrowserInfo to
avoid a hung renderer process if the guest WebContents route is not
registered via CefMimeHandlerViewGuestDelegate::OnGuestDetached as expected
prior to CefBrowserInfoManager::OnGetNewBrowserInfo being called. This
timeout can be disabled for testing purposes by passing the
`--disable-new-browser-info-timeout` command-line flag.

The `--disable-features=MimeHandlerViewInCrossProcessFrame` command-line
flag can be used for a limited time to restore the previous implementation
based on BrowserPlugin. That implementation will be deleted starting with
the 3897 branch update.

Known issues:
- ExecuteJavaScript calls on the frame hosting the PDF extension will not
  be routed to the mime handler renderer process.
- The PDF extension will not load successfully if blocked by
  ChromePluginPlaceholder and then manually continued via the "Run this
  plugin" context menu option (see https://crbug.com/533069#c41).
2020-01-24 20:16:47 -05:00
..
browser_platform_delegate_osr.cc Add support for MimeHandlerViewInCrossProcessFrame (fixes issue #2727) 2020-01-24 20:16:47 -05:00
browser_platform_delegate_osr.h Add support for MimeHandlerViewInCrossProcessFrame (fixes issue #2727) 2020-01-24 20:16:47 -05:00
browser_platform_delegate_osr_linux.cc
browser_platform_delegate_osr_linux.h
browser_platform_delegate_osr_mac.h
browser_platform_delegate_osr_mac.mm
browser_platform_delegate_osr_win.cc
browser_platform_delegate_osr_win.h
host_display_client_osr.cc Update to Chromium version 79.0.3945.1 (#706915) 2019-11-19 13:22:13 -05:00
host_display_client_osr.h Update to Chromium version 79.0.3945.1 (#706915) 2019-11-19 13:22:13 -05:00
motion_event_osr.cc Add pen support for OSR (issue #1059) 2019-03-07 22:06:54 +00:00
motion_event_osr.h
osr_accessibility_util.cc Update to Chromium version 77.0.3865.0 (#681094) 2019-09-04 15:13:32 +00:00
osr_accessibility_util.h
osr_util.cc
osr_util.h - Factor platform-specific code out of CefBrowserHostImpl (issue #1749). 2015-11-25 20:19:36 -05:00
render_widget_host_view_osr.cc libcef: Convert NULL to nullptr (see issue #2861) 2020-01-15 14:49:22 +01:00
render_widget_host_view_osr.h Fix OSR rendering recovery after GPU process crash (fixes issue #2827) 2020-01-08 14:39:24 +02:00
render_widget_host_view_osr_linux.cc Update to Chromium version 77.0.3865.0 (#681094) 2019-09-04 15:13:32 +00:00
render_widget_host_view_osr_win.cc Update to Chromium version 77.0.3865.0 (#681094) 2019-09-04 15:13:32 +00:00
software_output_device_proxy.cc Update to Chromium version 79.0.3945.1 (#706915) 2019-11-19 13:22:13 -05:00
software_output_device_proxy.h Update to Chromium version 78.0.3904.0 (#693954) 2019-10-01 13:55:16 +00:00
synthetic_gesture_target_osr.cc Update to Chromium version 74.0.3729.0 (#638880) 2019-03-13 21:27:37 +00:00
synthetic_gesture_target_osr.h Update to Chromium version 74.0.3729.0 (#638880) 2019-03-13 21:27:37 +00:00
video_consumer_osr.cc Pass the raw size of pixel data instead of valid area (fixes issue #2733) 2019-11-26 18:29:27 +00:00
video_consumer_osr.h Add initial Viz implementation for OSR (see issue #2575). 2019-07-16 16:33:08 -04:00
web_contents_view_osr.cc libcef: Convert NULL to nullptr (see issue #2861) 2020-01-15 14:49:22 +01:00
web_contents_view_osr.h Update to Chromium version 79.0.3945.1 (#706915) 2019-11-19 13:22:13 -05:00