mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 119.0.6045.0 (#1204232)
Mac: 13.5+ build system w/ 14.0 base SDK (Xcode 15.0) is now required.
This commit is contained in:
@@ -130,6 +130,8 @@ patches = [
|
||||
#
|
||||
# Add WebContentsObserver::RenderWidgetCreated.
|
||||
# https://github.com/chromiumembedded/cef/issues/3308
|
||||
#
|
||||
# Avoid crash in WebContentsImpl::GetWindowShowState with OSR.
|
||||
'name': 'web_contents_1257_1565',
|
||||
},
|
||||
{
|
||||
@@ -442,7 +444,8 @@ patches = [
|
||||
# "C:\temp\cache\Cache").
|
||||
# https://github.com/chromiumembedded/cef/issues/2622
|
||||
#
|
||||
# alloy: Avoid initialization of privacy sandbox and identity manager.
|
||||
# alloy: Avoid initialization of privacy sandbox, identity manager and
|
||||
# first party sets policy.
|
||||
# https://github.com/chromiumembedded/cef/issues/3434
|
||||
'name': 'services_network_2622',
|
||||
},
|
||||
@@ -661,5 +664,15 @@ patches = [
|
||||
# https://github.com/chromiumembedded/cef/issues/3534
|
||||
# https://chromium-review.googlesource.com/c/chromium/src/+/4766248
|
||||
'name': 'light_mode_3534'
|
||||
},
|
||||
{
|
||||
# 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
|
||||
'name': 'rfh_navigation_4829483'
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user