servo/components/style
bors-servo 8b95d7b8d8 Auto merge of #8757 - servo:skia, r=mbrubeck
Use skia and deps from crates.io.

This makes the initial download for skia go from a 300 MB git repository to a 5 MB tarball. This should help with issues like #6132 and #7687.

Fix https://github.com/servo/skia/issues/70

This builds, but the at the moment causes a number of tidy errors for duplicated crates.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8757)
<!-- Reviewable:end -->
2015-12-03 12:58:29 +05:30
..
animation.rs Implement calc expressions for more value types 2015-11-01 23:16:14 -08:00
attr.rs Makes setting negative values to maxLength throw an IndexSize exception 2015-12-03 14:00:59 +11:00
build.rs sort all uses 2015-08-20 20:47:12 +08:00
Cargo.toml Use skia and deps from crates.io. 2015-12-02 19:07:59 +01:00
custom_properties.rs Update string_cache to 0.2. 2015-11-25 10:13:21 -06:00
font_face.rs Implement 'url!(..)' macro 2015-11-21 08:15:56 -05:00
lib.rs Add check up on extern crate order and sort extern crates alphabetically 2015-11-28 03:11:08 +01:00
Mako-0.9.1.zip Cargoify servo 2014-09-08 20:21:42 -06:00
media_queries.rs Derive HeapSizeOf on more Stylesheet-related types 2015-11-07 16:19:23 +01:00
node.rs Remove get_unsigned_integer_attribute. 2015-11-15 11:24:03 +01:00
parser.rs Defined new trait ParseErrorReporter and added error_reporter member to ParserContext 2015-11-25 18:28:30 -05:00
properties.mako.rs Defined new trait ParseErrorReporter and added error_reporter member to ParserContext 2015-11-25 18:28:30 -05:00
README.md Update style/README.md - libcss is gone now 2014-10-23 16:23:54 -05:00
restyle_hints.rs Update string_cache to 0.2. 2015-11-25 10:13:21 -06:00
selector_matching.rs Defined new trait ParseErrorReporter and added error_reporter member to ParserContext 2015-11-25 18:28:30 -05:00
stylesheets.rs Defined new trait ParseErrorReporter and added error_reporter member to ParserContext 2015-11-25 18:28:30 -05:00
values.rs Fix for #8593 'loop..match' should be 'while let' 2015-11-19 21:48:45 -08:00
viewport.rs Derive HeapSizeOf on more Stylesheet-related types 2015-11-07 16:19:23 +01:00

servo-style

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