electron/patches
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
..
boringssl chore: bump chromium to 130.0.6695.0 (main) (#43454) 2024-09-17 18:12:11 -07:00
chromium fix: third time screen sharing on macOS (#43767) 2024-09-19 18:28:28 -07:00
devtools_frontend chore: bump chromium to 130.0.6695.0 (main) (#43454) 2024-09-17 18:12:11 -07:00
ffmpeg chore: bump chromium to 124.0.6351.0 (main) (#41514) 2024-03-12 10:15:41 +01:00
Mantle
nan chore: bump chromium to 130.0.6669.0 (main) (#43397) 2024-08-21 12:34:18 -04:00
node build: compile Node.js with C++20 support (#43555) 2024-09-11 09:01:46 -04:00
perfetto chore: bump chromium to 128.0.6558.0 (main) (#42413) 2024-07-02 09:51:33 +02:00
ReactiveObjC
reclient-configs chore: bump chromium to 124.0.6359.0 (main) (#41584) 2024-03-15 14:03:42 -04:00
squirrel.mac chore: bump chromium to 129.0.6630.0 (main) (#43087) 2024-08-02 09:02:11 -05:00
v8 chore: bump chromium to 130.0.6695.0 (main) (#43454) 2024-09-17 18:12:11 -07:00
webrtc chore: bump chromium to 124.0.6331.0 (main) (#41474) 2024-03-05 11:47:48 -05:00
config.json build: export matching patches (#41174) 2024-02-08 13:47:59 -05:00
README.md