electron/shell
wujinli 9023707b9b
fix: crash with creating OffScreenWebContentsView (#42920)
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.
2024-07-17 13:09:32 +02:00
..
app chore: add/fix interface comments for sections of methods (#42566) 2024-06-20 10:49:07 +02:00
browser fix: crash with creating OffScreenWebContentsView (#42920) 2024-07-17 13:09:32 +02:00
common chore: bump chromium to 128.0.6571.0 (main) (#42749) 2024-07-03 11:15:35 -04:00
renderer chore: bump chromium to 128.0.6571.0 (main) (#42749) 2024-07-03 11:15:35 -04:00
services/node fix: MessagePort closing unexpectedly with non-cloneable objects (#42535) 2024-06-19 11:27:07 +02:00
utility refactor: run Windows `SelectFileDialog` out of process (#42758) 2024-07-05 11:36:44 +02:00