mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
Remove the public API to trigger shutdown and instead trigger the process from `Servo`'s implementation of `Drop` trait. This makes it hard to create issues involving the order of destruction of `Servo` and `WebView`s. It will also allow us to implement asynchronous shutdown in the future. Testing: Should be covered by existing unit tests. Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com> Co-authored-by: Martin Robinson <mrobinson@igalia.com>