electron/shell
trop[bot] e429b6f745
fix: crash with creating OffScreenWebContentsView (#42941)
On the Mac platform, OffScreenWebContentsView uses Automatic Reference
Counting (ARC) to handle the lifecycle of offScreenView_. However, this
private member variable is not initialized and its value is undefined.
In some cases, it is initialized to a garbage value, which may cause ARC
to release the value incorrectly, resulting in a crash.

Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Jinli Wu <wujinli@bytedance.com>
2024-07-17 09:10:00 -05:00
..
app chore: fixup gn check when enable_pdf_viewer is false (#42009) 2024-05-01 09:20:03 -04:00
browser fix: crash with creating OffScreenWebContentsView (#42941) 2024-07-17 09:10:00 -05:00
common chore: bump node to v20.15.0 (31-x-y) (#42614) 2024-06-27 15:58:43 +02:00
renderer fix: fetch-dependent interfaces in Web Workers (#42597) 2024-06-20 15:31:01 -04:00
services/node fix: MessagePort closing unexpectedly with non-cloneable objects (#42580) 2024-06-19 16:43:36 -04:00
utility refactor: run Windows SelectFileDialog out of process (#42825) 2024-07-09 19:03:13 +02:00