servo/components/script_traits
Patrick Walton e5b1ec4078 script: Split Pipeline::create into chrome process and content
process parts.

This will make it easier to adapt to IPC.

The trickiest part here was to make script tasks spawn new layout tasks
directly instead of having the pipeline do it for them. The latter
approach will not work in multiprocess mode, because layout and script
must run in the same address space and the pipeline cannot inject tasks
into another process.
2015-07-14 15:09:16 -07:00
..
Cargo.toml script: Split Pipeline::create into chrome process and content 2015-07-14 15:09:16 -07:00
lib.rs script: Split Pipeline::create into chrome process and content 2015-07-14 15:09:16 -07:00