electron/patches
wujinli fb888a6989
fix: crash problem with message_port close event (#41201)
When worker_thread shutdown, it will destory context and close
message_port. In this case, it should not dispatch close event.
Because it forbid script running during NotifyContextDestroyed in
ContextLifecycleNotifier.
Now chromium has implemented close_event and will not crash,
so we remove the patch with #22532 and add one test.
2024-02-05 16:38:30 +09:00
..
boringssl chore: bump chromium to 119.0.6029.0 (main) (#39944) 2023-09-28 22:26:41 -07:00
chromium fix: crash problem with message_port close event (#41201) 2024-02-05 16:38:30 +09:00
devtools_frontend chore: bump chromium to 123.0.6272.0 (main) (#41130) 2024-01-31 17:04:13 -06:00
ffmpeg chore: bump chromium to 113.0.5651.0 (main) (#37553) 2023-03-15 18:20:32 +09:00
Mantle chore: bump chromium to 096e5313aaf19dfa0c4710145c34d (master) (#26535) 2020-12-14 10:57:36 -08:00
nan chore: bump chromium to 121.0.6116.0 (main) (#40490) 2023-11-14 13:21:32 -08:00
node chore: remove node patches by using the preload feature (#41080) 2024-01-24 09:54:32 -06:00
perfetto chore: bump chromium to 122.0.6194.0 (main) (#40750) 2024-01-03 09:52:49 +01:00
ReactiveObjC chore: bump chromium to 94.0.4584.0 (main) (#30030) 2021-07-26 09:02:16 -07:00
reclient-configs build: fix windows remote exec of python actions (#40958) 2024-01-11 07:17:35 -08:00
squirrel.mac refactor: use non-deprecated NSKeyedArchiver APIs (#40315) 2023-10-25 12:01:34 -04:00
v8 chore: bump chromium to 123.0.6272.0 (main) (#41130) 2024-01-31 17:04:13 -06:00
webrtc chore: bump chromium to 120.0.6078.0 (main) (#40114) 2023-10-24 11:24:20 -04:00
config.json build: add infra for reclient support (#40850) 2024-01-10 10:19:42 +13:00
README.md docs: add a dev doc describing the patch system (#20489) 2019-10-09 14:48:09 -07:00