cef/libcef
Nik Pavlov 295ea1f715 Enable V8 sandbox by default (fixes #3332)
When the V8 sandbox is enabled, ArrayBuffer backing stores must be
allocated inside the sandbox address space. This change introduces a new
CefV8Value::CreateArrayBufferWithCopy method that copies the memory
contents into the sandbox address space.

Enabling the V8 sandbox can have a performance impact, especially when
passing large ArrayBuffers from C++ code to the JS side. We have therefore
retained the old CefV8Value::CreateArrayBuffer method that references
external memory. However, this method can only be used if the V8 sandbox is
disabled at CEF/Chromium build time.

To disable the V8 sandbox add `v8_enable_sandbox=false` to
`GN_DEFINES` when building CEF/Chromium.
2024-08-05 16:00:58 +00:00
..
browser Update to Chromium version 128.0.6613.0 (#1331488) 2024-07-30 11:10:09 -04:00
common Update to Chromium version 128.0.6613.0 (#1331488) 2024-07-30 11:10:09 -04:00
features Remove libcef/features/runtime.h (see #3685) 2024-07-05 13:24:40 -04:00
renderer Enable V8 sandbox by default (fixes #3332) 2024-08-05 16:00:58 +00:00
resources Remove custom chrome scheme handling (see #3685) 2024-07-05 11:58:08 -04:00