servo/components/style
bors-servo 56989b8dec auto merge of #3640 : cgaebel/servo/incremental-flow-construction, r=pcwalton
This also hides the not-yet-working parts of incremental reflow behind a runtime
flag. As I get the failing reftests passing, I'll send pull requests for them one
by one.
2014-10-14 16:51:30 -06:00
..
properties layout: Introduce support for legacy presentational attributes to selector 2014-10-14 12:44:09 -07:00
.gitignore Cargoify servo 2014-09-08 20:21:42 -06:00
Cargo.toml script: Use atom comparison in more places, especially for attributes. 2014-10-14 10:32:40 -07:00
errors.rs Cargoify servo 2014-09-08 20:21:42 -06:00
font_face.rs Add support for local font faces. Improves fonts on rust lang and guide. 2014-10-14 15:59:08 +10:00
legacy.rs layout: Introduce support for legacy presentational attributes to selector 2014-10-14 12:44:09 -07:00
lib.rs layout: Introduce support for legacy presentational attributes to selector 2014-10-14 12:44:09 -07:00
makefile.cargo Cargoify servo 2014-09-08 20:21:42 -06:00
Mako-0.9.1.zip Cargoify servo 2014-09-08 20:21:42 -06:00
media_queries.rs Upgrade to rustc d2b30f7d3 2014-09-23 2014-09-29 17:41:45 +01:00
namespaces.rs Use string-cache's Namespace type 2014-09-29 21:40:54 -07:00
node.rs auto merge of #3640 : cgaebel/servo/incremental-flow-construction, r=pcwalton 2014-10-14 16:51:30 -06:00
parsing_utils.rs Upgrade to rustc 0.12.0-pre (4d2af3861 2014-09-17 15:51:11 +0000) 2014-09-20 13:00:06 -07:00
README.md Cargoify servo 2014-09-08 20:21:42 -06:00
selector_matching.rs layout: Introduce support for legacy presentational attributes to selector 2014-10-14 12:44:09 -07:00
selectors.rs script: Use atom comparison in more places, especially for attributes. 2014-10-14 10:32:40 -07:00
stylesheets.rs Add support for local font faces. Improves fonts on rust lang and guide. 2014-10-14 15:59:08 +10:00

servo-style

Prototype replacement style system for Servo, based on rust-cssparser instead of NetSurfs libcss.