cef/patch/patches
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
..
base_sandbox_2743.patch Update to Chromium version 79.0.3945.1 (#706915) 2019-11-19 13:22:13 -05:00
base_value_646113.patch Update to Chromium version 79.0.3945.1 (#706915) 2019-11-19 13:22:13 -05:00
browser_child_frame_2507.patch Update to Chromium version 78.0.3904.0 (#693954) 2019-10-01 13:55:16 +00:00
browser_compositor_mac.patch Update to Chromium version 78.0.3904.0 (#693954) 2019-10-01 13:55:16 +00:00
browser_scheduler.patch Update to Chromium version 79.0.3945.1 (#706915) 2019-11-19 13:22:13 -05:00
build.patch Update to Chromium version 79.0.3945.1 (#706915) 2019-11-19 13:22:13 -05:00
chrome_browser.patch Update to Chromium version 79.0.3945.1 (#706915) 2019-11-19 13:22:13 -05:00
chrome_browser_content_settings.patch Update to Chromium version 79.0.3945.1 (#706915) 2019-11-19 13:22:13 -05:00
chrome_browser_net_export.patch Update to Chromium version 79.0.3945.1 (#706915) 2019-11-19 13:22:13 -05:00
chrome_browser_product_override.patch Update to Chromium version 79.0.3945.1 (#706915) 2019-11-19 13:22:13 -05:00
chrome_browser_profiles.patch Update to Chromium version 79.0.3945.1 (#706915) 2019-11-19 13:22:13 -05:00
chrome_browser_safe_browsing.patch Update to Chromium version 79.0.3945.1 (#706915) 2019-11-19 13:22:13 -05:00
chrome_browser_themes.patch Fix crash when running with --disable-extensions (fixes issue #2852) 2020-01-06 14:20:26 +02:00
chrome_plugins.patch Update to Chromium version 79.0.3945.1 (#706915) 2019-11-19 13:22:13 -05:00
chrome_pref_watcher.patch Update to Chromium version 78.0.3904.0 (#693954) 2019-10-01 13:55:16 +00:00
chrome_renderer.patch Update to Chromium version 79.0.3945.1 (#706915) 2019-11-19 13:22:13 -05:00
chrome_widevine.patch Update to Chromium version 79.0.3945.1 (#706915) 2019-11-19 13:22:13 -05:00
component_build.patch Update to Chromium version 79.0.3945.1 (#706915) 2019-11-19 13:22:13 -05:00
content_2015.patch Update to Chromium version 79.0.3945.1 (#706915) 2019-11-19 13:22:13 -05:00
content_app_shutdown_2798.patch Update to Chromium version 79.0.3945.1 (#706915) 2019-11-19 13:22:13 -05:00
content_pepper_flash_1586.patch Update to Chromium version 78.0.3904.0 (#693954) 2019-10-01 13:55:16 +00:00
crashpad_1995.patch Update to Chromium version 79.0.3945.1 (#706915) 2019-11-19 13:22:13 -05:00
crashpad_tp_1995.patch Update to Chromium version 79.0.3945.1 (#706915) 2019-11-19 13:22:13 -05:00
extensions_1947.patch Update to Chromium version 79.0.3945.1 (#706915) 2019-11-19 13:22:13 -05:00
font_family_cache_1501.patch Update to Chromium version 79.0.3945.1 (#706915) 2019-11-19 13:22:13 -05:00
gn_config.patch Update to Chromium version 79.0.3945.1 (#706915) 2019-11-19 13:22:13 -05:00
gritsettings.patch Update to Chromium version 79.0.3945.1 (#706915) 2019-11-19 13:22:13 -05:00
ime_1610.patch Update to Chromium version 78.0.3904.0 (#693954) 2019-10-01 13:55:16 +00:00
linux_assets_path_1936.patch Linux: Load *.bin files from DIR_ASSETS (see issue #1936) 2019-11-01 14:19:48 +00:00
linux_gtk_2014.patch Update to Chromium version 79.0.3945.1 (#706915) 2019-11-19 13:22:13 -05:00
linux_poll_2466.patch Update to Chromium version 78.0.3904.0 (#693954) 2019-10-01 13:55:16 +00:00
mac_event_observer_2539.patch Update to Chromium version 72.0.3615.0 (#609159) 2018-12-04 14:45:37 -05:00
mac_fling_scheduler_2540.patch Update to Chromium version 72.0.3615.0 (#609159) 2018-12-04 14:45:37 -05:00
mac_gpu.patch Update to Chromium version 77.0.3865.0 (#681094) 2019-09-04 15:13:32 +00:00
message_loop.patch Update to Chromium version 79.0.3945.1 (#706915) 2019-11-19 13:22:13 -05:00
message_pump_mac_2495.patch Update to Chromium version 74.0.3729.0 (#638880) 2019-03-13 21:27:37 +00:00
mime_handler_view_guest_1565_2727.patch Add support for MimeHandlerViewInCrossProcessFrame (fixes issue #2727) 2020-01-24 20:16:47 -05:00
osr_fling_2745.patch Fix OSR scrolling by passing our compositor to the fling scheduler (fixes issue #2745) 2019-11-26 19:04:19 +00:00
prefs_content_1161.patch Update to Chromium version 79.0.3945.1 (#706915) 2019-11-19 13:22:13 -05:00
print_preview_123.patch Update to Chromium version 79.0.3945.1 (#706915) 2019-11-19 13:22:13 -05:00
printing_context_2196.patch Update to Chromium version 79.0.3945.1 (#706915) 2019-11-19 13:22:13 -05:00
renderer_preferences_util_545103.patch Update to Chromium version 79.0.3945.1 (#706915) 2019-11-19 13:22:13 -05:00
resource_bundle_2512.patch Update to Chromium version 79.0.3945.1 (#706915) 2019-11-19 13:22:13 -05:00
rwh_background_color_1984.patch Update to Chromium version 79.0.3945.1 (#706915) 2019-11-19 13:22:13 -05:00
service_manager_654986.patch Update to Chromium version 78.0.3904.0 (#693954) 2019-10-01 13:55:16 +00:00
services_network_2622.patch Update to Chromium version 79.0.3945.1 (#706915) 2019-11-19 13:22:13 -05:00
services_network_request_id_2718.patch Fix shutdown crash in InitNetworkContext with multi-threaded message loop (fixes issue #2703) 2019-11-26 16:26:48 -05:00
set_resize_background_color.patch Update to Chromium version 78.0.3904.0 (#693954) 2019-10-01 13:55:16 +00:00
storage_incognito_2289.patch Update to Chromium version 79.0.3945.1 (#706915) 2019-11-19 13:22:13 -05:00
trace_event.patch Update to Chromium version 79.0.3945.1 (#706915) 2019-11-19 13:22:13 -05:00
ui_dragdrop_355390.patch Update to Chromium version 73.0.3683.0 (#625896) 2019-02-04 11:16:53 -05:00
underlay_1051.patch Update to Chromium revision fa6a5d87 (#499098) 2017-09-07 17:29:47 -04:00
views_1749_2102.patch Update to Chromium version 79.0.3945.1 (#706915) 2019-11-19 13:22:13 -05:00
views_widget_180_1481_1565_1677_1749.patch Update to Chromium version 79.0.3945.1 (#706915) 2019-11-19 13:22:13 -05:00
viz_osr_2575.patch Update to Chromium version 79.0.3945.1 (#706915) 2019-11-19 13:22:13 -05:00
web_contents_1257_1565.patch Update to Chromium version 79.0.3945.1 (#706915) 2019-11-19 13:22:13 -05:00
web_url_loader_cancel_1617042.patch Update to Chromium version 79.0.3945.1 (#706915) 2019-11-19 13:22:13 -05:00
webkit_plugin_info_2015.patch Update to Chromium version 79.0.3945.1 (#706915) 2019-11-19 13:22:13 -05:00
webkit_pointer_event_781966.patch Update to Chromium version 79.0.3945.1 (#706915) 2019-11-19 13:22:13 -05:00
webkit_popups.patch Update to Chromium version 79.0.3945.1 (#706915) 2019-11-19 13:22:13 -05:00
webui_2037.patch Update to Chromium version 79.0.3945.1 (#706915) 2019-11-19 13:22:13 -05:00
webview_plugin_2020.patch Update to Chromium version 79.0.3945.1 (#706915) 2019-11-19 13:22:13 -05:00
win_double_conversion_2819.patch Windows: Build the double_conversion target as C++17 (fixes issue #2819) 2020-01-07 15:12:59 +02:00
win_rt_2274.patch Update to Chromium version 79.0.3945.1 (#706915) 2019-11-19 13:22:13 -05:00
win_tool_wrapper_1033106.patch Windows: Fix ImportError: No module named win32file (see https://crbug.com/1033106) 2020-01-06 12:29:40 +02:00