mirror of
https://github.com/servo/servo
synced 2026-05-09 00:22:16 +02:00
Prequisite for implementing pausing in the debugger. The `EnvironmentActor` will be used in the future from the `FrameActor`, we need the struct defined to start to implement it. The `ObjectActorMsg` is not only used by the `EnvoironmentActor`, but also by the `ThreadActor` when replying to `interrupt`. Testing: Deferred until the pause is fully implemented. Fixes: Part of #36027. --------- Signed-off-by: eri <eri@igalia.com>