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
..
2024-07-28 18:19:47 +00:00
2024-05-21 12:56:47 -04:00
2024-07-28 18:19:47 +00:00
2024-05-21 17:58:13 +00:00
2024-01-20 12:06:28 -05:00
2024-01-20 12:06:28 -05:00
2023-02-28 13:36:15 -05:00
2024-07-28 18:19:47 +00:00
2021-09-27 16:36:57 +03:00
2024-06-20 12:09:46 -04:00
2024-07-01 12:32:14 -04:00
2024-05-01 14:34:32 -04:00
2024-05-30 15:38:36 -04:00
2024-01-20 12:06:28 -05:00
2024-01-20 12:06:28 -05:00
2024-07-01 12:32:14 -04:00
2023-05-05 22:53:16 +03:00
2024-05-01 14:34:32 -04:00
2024-05-21 12:56:47 -04:00
2024-01-30 12:07:08 -05:00
2023-10-16 18:44:20 -04:00
2023-01-04 17:47:17 -05:00
2023-01-04 17:47:17 -05:00
2020-08-26 16:21:30 -04:00
2023-05-05 22:53:16 +03:00
2024-06-20 12:09:46 -04:00
2024-07-01 12:32:14 -04:00
2023-10-25 18:20:55 +00:00
2024-01-20 12:06:28 -05:00
2024-01-30 12:07:08 -05:00
2024-01-20 12:06:28 -05:00
2023-10-18 19:41:33 +00:00
2024-03-18 17:45:31 -04:00
2024-03-18 17:45:31 -04:00
2024-07-01 12:32:14 -04:00
2020-08-26 16:21:30 -04:00
2024-05-01 14:34:32 -04:00
2024-05-01 14:34:32 -04:00
2024-01-20 12:06:28 -05:00
2024-05-01 14:34:32 -04:00
2024-06-20 12:09:46 -04:00
2024-04-26 10:31:40 -04:00
2024-01-20 12:06:28 -05:00
2024-07-01 12:32:14 -04:00
2024-01-20 12:06:28 -05:00
2024-01-20 12:06:28 -05:00
2024-05-21 12:56:47 -04:00
2024-03-18 17:45:31 -04:00
2024-04-27 15:36:58 -04:00
2024-04-27 15:36:58 -04:00
2024-07-01 12:32:14 -04:00
2023-01-04 17:47:17 -05:00
2024-05-01 14:34:32 -04:00
2024-01-20 12:06:28 -05:00
2023-11-20 19:35:09 -05:00
2020-01-15 14:59:12 +01:00
2024-05-01 14:34:32 -04:00
2024-03-18 17:45:31 -04:00
2023-08-15 12:07:58 -04:00
2024-07-01 12:32:14 -04:00
2024-07-30 11:10:09 -04:00
2016-11-18 12:44:46 -05:00
2024-05-01 14:34:32 -04:00
2024-01-20 12:06:28 -05:00
2024-05-01 14:34:32 -04:00
2024-01-20 12:06:28 -05:00
2024-01-20 12:06:28 -05:00
2023-01-04 17:47:17 -05:00
2023-01-13 14:01:29 -05:00
2024-07-01 12:32:14 -04:00
2024-07-01 12:32:14 -04:00
2023-06-01 19:32:36 +03:00
2023-06-01 19:32:36 +03:00
2023-01-04 17:47:17 -05:00
2024-01-20 12:06:28 -05:00
2024-05-01 14:34:32 -04:00
2024-05-01 14:34:32 -04:00
2022-08-01 21:14:12 -04:00
2024-05-01 14:34:32 -04:00
2023-06-01 19:32:36 +03:00
2024-05-01 14:34:32 -04:00
2022-08-01 21:14:12 -04:00
2024-01-20 12:06:28 -05:00
2024-05-01 14:34:32 -04:00
2023-06-01 19:32:36 +03:00
2024-07-01 12:32:14 -04:00
2024-01-20 12:06:28 -05:00
2024-07-01 12:32:14 -04:00
2024-07-01 12:32:14 -04:00
2023-06-01 19:32:36 +03:00
2023-06-01 19:32:36 +03:00
2024-01-20 12:06:28 -05:00
2022-07-22 13:31:29 -04:00
2024-01-20 12:06:28 -05:00
2024-01-20 12:06:28 -05:00
2024-01-20 12:06:28 -05:00
2024-07-01 12:32:14 -04:00
2024-08-05 16:00:58 +00:00
2024-05-21 12:56:47 -04:00
2019-03-15 13:16:43 -04:00
2021-06-19 17:19:32 -04:00
2024-07-05 11:58:08 -04:00
2020-01-15 14:59:12 +01:00
2020-01-15 14:59:12 +01:00