servo/components/style
Patrick Walton bb99b2f3c8 script: Make most of 2D canvas and WebGL run over IPC.
To actually make the multiprocess communication work, we'll need to
reroute the task creation to the pipeline or the compositor. But this
works as a first step.
2015-07-25 00:50:12 -07:00
..
animation.rs Partial implementation of transform animations spec. 2015-06-10 07:07:28 +10:00
build.rs layout: Outline the individual property cascading functions to reduce 2015-07-06 12:42:31 -07:00
Cargo.toml script: Make most of 2D canvas and WebGL run over IPC. 2015-07-25 00:50:12 -07:00
font_face.rs Use iterators for iterating through CSS rules 2015-04-07 22:28:06 -06:00
legacy.rs Update rust-selectors 2015-06-26 12:35:08 -07:00
lib.rs compositing: Make the constellation messages serializable. 2015-07-18 12:43:08 -07:00
Mako-0.9.1.zip Cargoify servo 2014-09-08 20:21:42 -06:00
media_queries.rs Use euclid from crates.io 2015-06-19 00:04:24 +02:00
node.rs Update rust-selectors 2015-06-26 12:35:08 -07:00
parser.rs Use the correct log crate and setup env_logger in main. 2015-06-06 23:20:40 +03:00
properties.mako.rs gfx: Make display lists serializable using serde. 2015-07-15 19:04:17 -07:00
README.md Update style/README.md - libcss is gone now 2014-10-23 16:23:54 -05:00
selector_matching.rs Update rust-selectors 2015-07-23 18:53:57 +02:00
stylesheets.rs Fix #6680 2015-07-22 16:45:43 +03:00
values.rs gfx: Make display lists serializable using serde. 2015-07-15 19:04:17 -07:00
viewport.rs compositing: Make the constellation messages serializable. 2015-07-18 12:43:08 -07:00

servo-style

Style system for Servo, using rust-cssparser for parsing.