Update to Chromium version 91.0.4472.0 (#870763)

This commit is contained in:
Marshall Greenblatt
2021-04-20 18:52:34 -04:00
parent b189c7b472
commit ae4f68f695
193 changed files with 1381 additions and 1897 deletions

View File

@@ -70,6 +70,11 @@ patches = [
# https://bitbucket.org/chromiumembedded/cef/issues/2345
'name': 'webkit_popups_and_background',
},
{
# Give AlloyContentRendererClient access to protected
# RuntimeEnabledFeatures methods.
'name': 'webkit_runtime_enabled_features',
},
{
# Fix export of UnderlayOpenGLHostingWindow for 64-bit OS X builds.
# https://bitbucket.org/chromiumembedded/cef/issues/1051
@@ -188,9 +193,6 @@ patches = [
},
{
# Support CEF changes in chrome/browser.
#
# Linux: Fix duplicate symbol errors with Ozone and X11 enabled.
# https://bugs.chromium.org/p/chromium/issues/detail?id=1085700#c92
'name': 'chrome_browser',
},
{
@@ -255,9 +257,6 @@ patches = [
# Fix fatal error: 'components/printing/common/print.mojom.h' file not found
# From chrome/browser/ui/browser_commands.cc via
# chrome/browser/printing/print_view_manager_common.h
#
# Linux: Fix duplicate symbol errors with Ozone and X11 enabled.
# https://bugs.chromium.org/p/chromium/issues/detail?id=1085700#c93
'name': 'chrome_browser_net_export',
},
{
@@ -489,11 +488,6 @@ patches = [
# https://bitbucket.org/chromiumembedded/cef/issues/2819
'name': 'win_cpp17_msvc_sandbox_2819',
},
{
# Fix duplicate symbols in libphonenumber.
'name': 'libphonenumber',
'path': 'third_party/libphonenumber/dist',
},
{
# libxml access is now limited to targets audited by the Security Team.
# https://chromium-review.googlesource.com/c/chromium/src/+/1884750
@@ -543,10 +537,5 @@ patches = [
# Linux: Fix ATK assertion error when generating ARM build config.
# https://bugs.chromium.org/p/chromium/issues/detail?id=1123214
'name': 'linux_atk_1123214',
},
{
# Fix underflow in EventRouterForwarder::HandleEvent.
# https://bugs.chromium.org/p/chromium/issues/detail?id=1167149#c7
'name': 'chrome_extensions_event_router_3066',
}
]