cef/libcef/renderer
Nik Pavlov 8d7001adc3 Replace ReadOnlySharedMemoryRegion with WritableSharedMemoryRegion (see #3502)
Write access to the shared memory region is required because JavaScript lacks
the capability to create read-only ArrayBuffers. When a user attempts to modify
an ArrayBuffer that utilizes a ReadOnlySharedMemoryRegion as its BackingStore
it triggers an access violation.

Note that this pull request may be reverted in the future if JavaScript adds
read-only ArrayBuffer support.
2023-10-16 22:43:29 +00:00
..
alloy Update to Chromium version 118.0.5993.0 (#1192594) 2023-09-20 12:07:47 -04:00
chrome Update to Chromium version 111.0.5563.0 (#1097615) 2023-02-03 13:00:26 -05:00
extensions Update to Chromium version 114.0.5735.0 (#1135570) 2023-05-05 22:53:16 +03:00
blink_glue.cc Remove renderer process CefURLRequest support 2023-02-28 13:36:15 -05:00
blink_glue.h Remove renderer process CefURLRequest support 2023-02-28 13:36:15 -05:00
browser_impl.cc Remove CEF-specific integer and char16 typedef's (see #3507) 2023-06-01 19:32:36 +03:00
browser_impl.h Remove CEF-specific integer and char16 typedef's (see #3507) 2023-06-01 19:32:36 +03:00
dom_document_impl.cc Replace NOTREACHED() with DCHECK(false) (fixes #3500) 2023-05-08 18:36:00 +03:00
dom_document_impl.h Remove DISALLOW_ macro from libcef/ (see issue #3234) 2021-12-07 15:02:28 -05:00
dom_node_impl.cc Replace NOTREACHED() with DCHECK(false) (fixes #3500) 2023-05-08 18:36:00 +03:00
dom_node_impl.h Update to Chromium revision 9ef2aa86 (#550428) 2018-05-04 10:50:26 +02:00
frame_impl.cc Replace ReadOnlySharedMemoryRegion with WritableSharedMemoryRegion (see #3502) 2023-10-16 22:43:29 +00:00
frame_impl.h Replace ReadOnlySharedMemoryRegion with WritableSharedMemoryRegion (see #3502) 2023-10-16 22:43:29 +00:00
render_frame_observer.cc Update source files for bracket style 2023-01-04 17:47:17 -05:00
render_frame_observer.h Support reconnect of the mojo frame channel (fixes issue #3260) 2022-02-14 20:31:04 -05:00
render_frame_util.cc Update source files for bracket style 2023-01-04 17:47:17 -05:00
render_frame_util.h Change CefFrame::GetName() to return assigned name if it is non-empty before returning unique name (issue #2403) 2018-03-28 17:30:15 +00:00
render_manager.cc Replace NOTREACHED() with DCHECK(false) (fixes #3500) 2023-05-08 18:36:00 +03:00
render_manager.h Update to Chromium version 105.0.5176.0 (#1023155) 2022-07-22 13:31:29 -04:00
thread_util.h Replace NOTREACHED() with DCHECK(false) (fixes #3500) 2023-05-08 18:36:00 +03:00
v8_impl.cc Remove CEF-specific integer and char16 typedef's (see #3507) 2023-06-01 19:32:36 +03:00
v8_impl.h Remove CEF-specific integer and char16 typedef's (see #3507) 2023-06-01 19:32:36 +03:00