mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 127.0.6533.0 (#1313161)
This commit is contained in:
@@ -233,6 +233,9 @@ 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 error for window_frame_util.cc
|
||||
# https://issuetracker.google.com/issues/343037853#comment3
|
||||
'name': 'chrome_browser_browser',
|
||||
},
|
||||
{
|
||||
@@ -791,19 +794,6 @@ patches = [
|
||||
# https://chromium-review.googlesource.com/c/chromium/src/+/5302103
|
||||
'name': 'osr_win_remove_keyed_mutex_2575'
|
||||
},
|
||||
{
|
||||
# win: Fix generated binaries crashing with exit code 3221225477.
|
||||
# https://issues.chromium.org/issues/336007395
|
||||
# Reverts
|
||||
# https://chromium-review.googlesource.com/c/chromium/src/+/5454331
|
||||
'name': 'win_partition_freelist_entry_336007395'
|
||||
},
|
||||
{
|
||||
# Fix deadlock with enable_backup_ref_ptr_instance_tracer=true
|
||||
# https://issues.chromium.org/issues/340815319
|
||||
# https://chromium-review.googlesource.com/c/chromium/src/+/5542485
|
||||
'name': 'base_allocator_instance_tracer_5542485'
|
||||
},
|
||||
{
|
||||
# Fix dangling raw_ptr errors.
|
||||
# https://github.com/chromiumembedded/cef/issues/3239
|
||||
@@ -820,5 +810,16 @@ patches = [
|
||||
# cef_sandbox with VS 17.9.2 version of MSVC STL.
|
||||
# https://github.com/chromiumembedded/cef/issues/3708
|
||||
'name': 'win_sandbox_op3way_3708'
|
||||
},
|
||||
{
|
||||
# Fix ThreadPool DCHECK during startup when using multi-threaded message
|
||||
# loop. Related to the following CL:
|
||||
# https://chromium-review.googlesource.com/c/chromium/src/+/5548577
|
||||
'name': 'base_thread_pool_5548577'
|
||||
},
|
||||
{
|
||||
# Linux: Fix ARM build broken by build_tflite_with_xnnpack change.
|
||||
# https://issues.chromium.org/issues/348117454
|
||||
'name': 'linux_tflite_348117454'
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user