electron/lib
Fedor Indutny 6aa6bada79
fix: third time screen sharing on macOS (#43767)
Because we used decrementing negative source ids for fake video id when
instantating a native macOS screen share picker, we eventually hit the
`DesktopMediaID::kFakeId = -3` in Chromium source code which displayed a
test green screen.

In this change we reserve our own fake id of `-4` and decrement the
window id integer for uniqueness instead.

Co-authored-by: Fedor Indutny <238531+indutny@users.noreply.github.com>
2024-09-19 18:28:28 -07:00
..
browser fix: third time screen sharing on macOS (#43767) 2024-09-19 18:28:28 -07:00
common fix: redirect webview navigation methods (#42981) 2024-07-29 13:00:51 +02:00
isolated_renderer refactor: cleanup global variable declarations (#38410) 2023-05-24 20:01:07 +02:00
node fix: missing fetch-dependent interfaces in Node.js (#42419) 2024-06-11 16:59:53 -05:00
renderer chore: bump node to v20.13.1 (main) (#42088) 2024-05-13 11:43:14 -04:00
sandboxed_renderer refactor: type-safe module imports / requires (#41192) 2024-02-05 16:36:28 +09:00
utility feat: expose system preferences to utility process (#42203) 2024-06-20 11:15:57 -04:00
worker fix: fetch-dependent interfaces in Web Workers (#42579) 2024-06-20 11:01:50 -04:00