mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 114.0.5735.0 (#1135570)
- Mac: 13.3 SDK (Xcode 14.3) is now supported (see https://crbug.com/1431897). - Mac: Removed UnderlayOpenGLHostingWindow which is no longer used.
This commit is contained in:
@ -228,6 +228,11 @@ def GetRecommendedDefaultArgs():
|
||||
# CefV8Value::CreateArrayBuffer with memory allocated outside of the V8
|
||||
# sandbox. See https://github.com/chromiumembedded/cef/issues/3332.
|
||||
'v8_enable_sandbox': False,
|
||||
|
||||
# Disable use of //third_party/perfetto for TRACE_EVENT macros. This is
|
||||
# currently default-enabled on Linux and is causing DCHECK failures.
|
||||
# See https://github.com/chromiumembedded/cef/issues/3497.
|
||||
'use_perfetto_client_library': False,
|
||||
}
|
||||
|
||||
if platform == 'windows' or platform == 'mac':
|
||||
|
Reference in New Issue
Block a user