electron/shell
trop[bot] ff8c72d9ef
fix: crash with creating OffScreenWebContentsView (#42939)
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 17:51:22 +02:00
..
app chore: fixup gn check when enable_pdf_viewer is false (#41997) 2024-05-03 09:10:36 -05:00
browser fix: crash with creating OffScreenWebContentsView (#42939) 2024-07-17 17:51:22 +02:00
common chore: bump node to v20.15.0 (30-x-y) (#42613) 2024-06-27 15:58:45 +02:00
renderer fix: fetch-dependent interfaces in Web Workers (#42596) 2024-06-20 20:27:35 +02:00
services/node fix: utilityProcess exit codes (#42395) 2024-06-25 19:01:18 +02:00
utility refactor: run Windows SelectFileDialog out of process (#42826) 2024-07-10 15:35:17 +02:00