mirror of
https://github.com/servo/servo
synced 2026-05-09 00:22:16 +02:00
Have more of the code follow the same path calling `ScriptThread::spawn_pipeline`. Somewhat tricky was that the `origin` of the new Pipeline was being determined in several different places, but all in a consistent way for different types of page loads. This change makes it is so that the origin is always determined in the same place. This change is preparation for splitting out the creation of a new `ScriptThread` and the spawning of its first pipeline. Testing: This should not change observable behavior, so is covered by existing tests. Signed-off-by: Martin Robinson <mrobinson@igalia.com>
52 KiB
52 KiB