mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
This fixes #5234, in that the huge memory spike disappears. It still takes ~15 seconds for the window to actually disappear after that first `Quit` event is received by the IOCompositor. Maybe that's a pre-existing problem. There may be better ways to do this, like handling it on the sending side (i.e. within glutin) instead of the receiving side. I just did it this way because it seemed like the easiest thing. |
||
---|---|---|
.. | ||
Cargo.toml | ||
compositor.rs | ||
compositor_layer.rs | ||
compositor_task.rs | ||
constellation.rs | ||
headless.rs | ||
lib.rs | ||
pipeline.rs | ||
scrolling.md | ||
scrolling.rs | ||
windowing.rs |