mirror of
https://github.com/servo/servo.git
synced 2025-07-12 18:03:49 +01:00
This is what was making me hit the new test failures. So turns out that when the DOMContentLoaded event is fired we fired no messages to the constellation, but we fired the DOMLoad message from the DocumentProgressHandler, effectively after having dispatched the Load message from script thread. This also fixes the possibility of a subframe navigation not blocking the load event of the parent document, for example. |
||
---|---|---|
.. | ||
Cargo.toml | ||
compositor.rs | ||
compositor_layer.rs | ||
compositor_thread.rs | ||
delayed_composition.rs | ||
lib.rs | ||
scrolling.md | ||
surface_map.rs | ||
touch.rs | ||
windowing.rs |