servo/components/style
Patrick Walton 4bf0acbe38 layout: Support more types of selectors for style sharing.
This helps avoid problems with style sharing in common cases, often
caused by the user agent stylesheet.
2014-10-28 14:12:50 -07:00
..
properties Cache last fontgroup. Style recalc on wikipedia/rust 66ms -> 41ms. 2014-10-24 08:25:10 +10: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 Implement media queries parser and matching. Improves mobile first sites like bootstrap3. 2014-10-15 07:36:31 +10:00
legacy.rs layout: Introduce support for legacy presentational attributes to selector 2014-10-14 12:44:09 -07:00
lib.rs layout: Support more types of selectors for style sharing. 2014-10-28 14:12:50 -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 Implement media queries parser and matching. Improves mobile first sites like bootstrap3. 2014-10-15 07:36:31 +10:00
namespaces.rs Use string-cache's Namespace type 2014-09-29 21:40:54 -07:00
node.rs more efficient preorder DOM traversals 2014-10-21 10:01:15 -07:00
parsing_utils.rs Implement media queries parser and matching. Improves mobile first sites like bootstrap3. 2014-10-15 07:36:31 +10:00
README.md Update style/README.md - libcss is gone now 2014-10-23 16:23:54 -05:00
selector_matching.rs layout: Support more types of selectors for style sharing. 2014-10-28 14:12:50 -07:00
selectors.rs script: Use atom comparison in more places, especially for attributes. 2014-10-14 10:32:40 -07:00
stylesheets.rs Implement media queries parser and matching. Improves mobile first sites like bootstrap3. 2014-10-15 07:36:31 +10:00

servo-style

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