servo/components/msg
Patrick Walton 6eacb0c995 gfx: Make display lists serializable using serde.
This commit introduces the `serde` dependency, which we will use to
serialize messages going between processes in multiprocess Servo.

This also adds a new debugging flag, `-Z print-display-list-json`,
allowing the output of display list serialization to be visualized.
This will be useful for our experiments with alternate rasterizers.
2015-07-15 19:04:17 -07:00
..
Cargo.toml Upgrade to rustc 1.3.0-dev (fddfd089b 2015-07-10) 2015-07-15 00:46:43 +02:00
compositor_msg.rs gfx: Make display lists serializable using serde. 2015-07-15 19:04:17 -07:00
constellation_msg.rs layout: Make the LayoutControlChan use IPC. 2015-07-14 13:45:52 -07:00
lib.rs compositing: Move messages that go over the ScriptListener to go over 2015-07-14 12:12:19 -07:00
webdriver_msg.rs Implement timeout for url load from WebDriver. 2015-06-17 00:25:23 +01:00