servo/components/compositing
Martin Robinson 0df79b939a
compositor: Do not handle embedder events during or after shutdown (#32207)
This is a speculative fix for #32202, which I cannot reproduce
consistently. This prevents handling any embedder events while
shutting down or after shutdown is complete. It doesn't make sense to do
this as the compositor can be in a very inconsistent state during this
time and lead to panics.

Fixes ##32202.
2024-05-02 03:58:15 +00:00
..
build.rs clippy: fix some warnings in components/canvas (#31563) 2024-03-08 07:24:01 +00:00
Cargo.toml Update gstreamer crates to 0.22 (#31465) 2024-03-01 11:45:43 +00:00
compositor.rs compositor: Do not handle embedder events during or after shutdown (#32207) 2024-05-02 03:58:15 +00:00
gl.rs clippy: Fix assorted warnings in components/ (#31628) 2024-03-13 08:31:58 +00:00
lib.rs Initial internal support for multiple webviews (#31417) 2024-04-03 11:06:28 +00:00
touch.rs clippy: Fix assorted warnings in components/ (#31628) 2024-03-13 08:31:58 +00:00
tracing.rs Initial internal support for multiple webviews (#31417) 2024-04-03 11:06:28 +00:00
webview.rs Initial internal support for multiple webviews (#31417) 2024-04-03 11:06:28 +00:00
windowing.rs Fix flip_rect calculation (#32174) 2024-04-29 08:01:31 +00:00