Files
tubestation/widget/windows/filedialog
Nika Layzell ac4b55ed1e Bug 1936917 - Reduce severity of error returned for sync IPC to a dead actor, r=ipc-reviewers,mccr8,media-playback-reviewers,win-reviewers,decoder,aosmond,rkraesig
This patch changes the error returned when dispatching sync IPC to a
dead actor from a `MsgRouteError` error (which is handled as fatal in
most error handlers) to a `MsgDropped` error (which is generally
non-fatal).

This is intended to reflect the effective outcome of the change, which
is that the message is dropped due to the peer actor being dead.

This also removes the `MsgRouteError` error type as it has been fully
replaced by `MsgDropped`. The final use-case of `MsgRouteError` has been
replaced by a normal assertion, as it cannot be triggered by the IPC
layer.

Differential Revision: https://phabricator.services.mozilla.com/D232114
2024-12-18 18:28:24 +00:00
..