servo/components/style
Cameron Zwarich b2a3519011 Remove the 'static lifetime parameters from TElement methods
This improves the static correctness of layout's use of DOM nodes.

Fixes #2595.
2014-09-27 11:14:10 -07:00
..
properties Improve acid2. Fix line height calculation. Text fragments get correct enclosing element style. 2014-09-26 17:12:22 +10:00
.gitignore Cargoify servo 2014-09-08 20:21:42 -06:00
Cargo.toml Rename macros crate to plugins 2014-09-23 17:37:27 +05:30
errors.rs Cargoify servo 2014-09-08 20:21:42 -06:00
font_face.rs Eliminate warnings 2014-09-20 13:00:55 -07:00
lib.rs Use upstream lazy_static!() macro through Cargo 2014-09-20 13:32:52 -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 Eliminate warnings 2014-09-20 13:00:55 -07:00
namespaces.rs Merge pull request #3465 from Ms2ger/ns 2014-09-24 10:30:13 -04:00
node.rs Remove the 'static lifetime parameters from TElement methods 2014-09-27 11:14:10 -07: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 Add an extra lifetime parameter to TElement / TNode 2014-09-27 11:14:10 -07:00
selectors.rs Eliminate warnings 2014-09-20 13:00:55 -07:00
stylesheets.rs Eliminate warnings 2014-09-20 13:00:55 -07:00
user-agent.css style: Tweak the UA style a little bit. 2014-09-26 20:44:41 -07:00

servo-style

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