mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 121.0.6167.0 (#1233107)
This commit is contained in:
@@ -134,8 +134,6 @@ patches = [
|
||||
#
|
||||
# Add WebContentsObserver::RenderWidgetCreated.
|
||||
# https://github.com/chromiumembedded/cef/issues/3308
|
||||
#
|
||||
# Avoid crash in WebContentsImpl::GetWindowShowState with OSR.
|
||||
'name': 'web_contents_1257_1565',
|
||||
},
|
||||
{
|
||||
@@ -677,8 +675,6 @@ patches = [
|
||||
{
|
||||
# Fix NOTREACHED() in RenderFrameHostImpl::CommitNavigation() with
|
||||
# CorsTest.IframeNoneServerToCustomUnregisteredScheme.
|
||||
# Fix bad optional access in VerifyInitiatorOrigin() with
|
||||
# RequestHandlerTest.NotificationsCrossOriginDelayedRenderer.
|
||||
# Partially reverts the below changes.
|
||||
# https://chromium-review.googlesource.com/c/chromium/src/+/4829483
|
||||
# https://bugs.chromium.org/p/chromium/issues/detail?id=1470837#c22
|
||||
@@ -699,5 +695,16 @@ patches = [
|
||||
# linux: Disable compiler TLS in libxml2.
|
||||
# https://github.com/chromiumembedded/cef/issues/3616
|
||||
'name': 'linux_libxml_tls_3616'
|
||||
},
|
||||
{
|
||||
# linux: Fix crash after x11::Connection destruction with
|
||||
# multi-threaded-message-loop.
|
||||
# https://chromium-review.googlesource.com/c/chromium/src/+/5115482
|
||||
'name': 'linux_connection_5115482'
|
||||
},
|
||||
{
|
||||
# windows: Fix implicit conversion error when building cef_sandbox.
|
||||
# https://chromium-review.googlesource.com/c/chromium/src/+/5120035
|
||||
'name': 'base_allocator_5120035'
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user