mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 80.0.3987.0 (#722274)
This commit is contained in:
committed by
Marshall Greenblatt
parent
ed39922f85
commit
71768ea6c3
@@ -110,6 +110,8 @@ patches = [
|
||||
#
|
||||
# Support custom RenderWidgetHostViewOSR for BrowserPluginGuest.
|
||||
# https://bitbucket.org/chromiumembedded/cef/issues/1565
|
||||
#
|
||||
# Add WebContentsObserver::OnFrameFocused.
|
||||
'name': 'web_contents_1257_1565',
|
||||
},
|
||||
{
|
||||
@@ -290,8 +292,6 @@ patches = [
|
||||
# Add ContentRendererClient::RenderThreadConnected to fix sync IPC issue.
|
||||
# https://bugs.chromium.org/p/chromium/issues/detail?id=728195
|
||||
#
|
||||
# Add RenderFrameObserver::FrameFocused method.
|
||||
#
|
||||
# Add ContentRendererClient::DevToolsAgent[Attached|Detached] methods.
|
||||
#
|
||||
# Always return the Chrome product value for DevTools.
|
||||
@@ -452,6 +452,8 @@ patches = [
|
||||
# - Don't attach unnecessary Chrome-related handlers to constrained window.
|
||||
# - Create file dialogs using the CEF code path.
|
||||
# - Remove unsupported print preview UI options.
|
||||
# - macOS: Fix error: no member named 'kCloudPrinterHandler' in namespace
|
||||
# 'printing::features',
|
||||
# https://bitbucket.org/chromiumembedded/cef/issues/123
|
||||
'name': 'print_preview_123',
|
||||
},
|
||||
@@ -485,5 +487,22 @@ patches = [
|
||||
# std::is_integral templates that should be inlined.
|
||||
# https://bitbucket.org/chromiumembedded/cef/issues/2819
|
||||
'name': 'win_double_conversion_2819',
|
||||
},
|
||||
{
|
||||
# libxml access is now limited to targets audited by the Security Team.
|
||||
# https://chromium-review.googlesource.com/c/chromium/src/+/1884750
|
||||
'name': 'libxml_visibility',
|
||||
},
|
||||
{
|
||||
# Fix Jumbo build errors.
|
||||
# - Allow use of jumbo-related GN args.
|
||||
# - Fix multiple definition errors.
|
||||
'name': 'build_jumbo',
|
||||
},
|
||||
{
|
||||
# Ignore port number when matching scheme + IP address in
|
||||
# VerifyRequestInitiatorLock.
|
||||
# https://bugs.chromium.org/p/chromium/issues/detail?id=1051674
|
||||
'name': 'services_network_initiator_lock_1051674',
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user