electron/shell
John Beutner cfd64b5f89
fix: handle OnDelegatedSourceListDismissed asynchronously (#46112)
This fixes a crash with the PipeWire capturer caused by a Chromium
change introduced in
https://chromium-review.googlesource.com/c/chromium/src/+/5783826.

DesktopMediaListBase now calls Refresh(true) after dispatching
DesktopMediaListObserver::OnDelegatedSourceListDismissed, so it's
important not to call DesktopCapturer::HandleFailure (which deallocates
the DesktopMediaList) synchronously from OnDelegatedSourceListDismissed.
2025-03-24 20:09:11 +01:00
..
app refactor: remove unused system header includes (#46015) 2025-03-14 10:59:15 -05:00
browser fix: handle OnDelegatedSourceListDismissed asynchronously (#46112) 2025-03-24 20:09:11 +01:00
common feat: Corner Smoothing CSS rule (#45185) 2025-03-24 11:46:12 -04:00
renderer feat: Corner Smoothing CSS rule (#45185) 2025-03-24 11:46:12 -04:00
services/node fix: don't crash Utility Processes on unhandled rejections (#45921) 2025-03-14 09:09:02 -05:00
utility fix: broken OOP window.print() on macOS/Linux (#45214) 2025-01-20 10:23:44 +01:00