mirror of
https://github.com/servo/servo
synced 2026-05-10 17:12:23 +02:00
Switch most of the uses of IpcChannel to GenericChannel. Currently there is still one major usage of IpcChannel in the frame_sender. This will be a more complicated change, hence, should have extra scrutinee. Requires https://github.com/servo/servo/pull/41771 Testing: Like all GenericChannels, this is mostly type changes --------- Signed-off-by: Narfinger <Narfinger@users.noreply.github.com>