servo/components/style
bors-servo 209be8113d Auto merge of #11833 - Ms2ger:LocalToCss, r=jdm
Merge AuExtensionMethods and LocalToCss.

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11833)
<!-- Reviewable:end -->
2016-06-23 12:39:17 -05:00
..
properties Merge AuExtensionMethods and LocalToCss. 2016-06-23 15:39:56 +02:00
animation.rs Report use statements that use {} with only one entry 2016-05-27 10:18:44 +01:00
attr.rs Make the style crate almost build on stable Rust. 2016-06-22 15:44:13 +02:00
bezier.rs Move util::bezier to style 2016-02-14 19:45:24 +01:00
build.rs Explicitly list inputs to the style crate's build script 2016-05-11 10:46:33 -07:00
Cargo.toml Remove some usage of unstable features in geckolib 2016-06-22 15:49:07 +02:00
context.rs style: Allow inheritance when computing anonymous box styles 2016-04-29 22:54:46 +02:00
custom_properties.rs Make the style crate almost build on stable Rust. 2016-06-22 15:44:13 +02:00
data.rs Make the style crate almost build on stable Rust. 2016-06-22 15:44:13 +02:00
dom.rs Use our copy of RefCell for style data. 2016-06-23 16:13:49 +02:00
element_state.rs Make the style crate almost build on stable Rust. 2016-06-22 15:44:13 +02:00
error_reporting.rs Make the style crate almost build on stable Rust. 2016-06-22 15:44:13 +02:00
font_face.rs Make the style crate almost build on stable Rust. 2016-06-22 15:44:13 +02:00
lib.rs Use our copy of RefCell for style data. 2016-06-23 16:13:49 +02:00
logical_geometry.rs Make the style crate almost build on stable Rust. 2016-06-22 15:44:13 +02:00
matching.rs Add string_cache override for geckolib based on gecko atoms. 2016-05-18 11:33:38 -07:00
media_queries.rs Make the style crate almost build on stable Rust. 2016-06-22 15:44:13 +02:00
parallel.rs Make the style crate almost build on stable Rust. 2016-06-22 15:44:13 +02:00
parser.rs Pass Gecko sheet base/referrer/principal from Servo_StylesheetFromUTF8Bytes through ParserContext. 2016-05-24 12:12:17 +10:00
README.md docs: Add style overview. 2016-05-04 00:34:03 +02:00
refcell.rs Add commit hash to be reverted in FIXME comment. 2016-06-23 16:14:33 +02:00
restyle_hints.rs Make the style crate almost build on stable Rust. 2016-06-22 15:44:13 +02:00
selector_impl.rs Make the style crate almost build on stable Rust. 2016-06-22 15:44:13 +02:00
selector_matching.rs Make the style crate almost build on stable Rust. 2016-06-22 15:44:13 +02:00
sequential.rs Remove lifetimes from T{Node,Element,Document}. 2016-03-14 14:31:57 -07:00
servo.rs layout: Stop storing PrecomputedStyleData in LayoutNode 2016-04-29 22:54:48 +02:00
stylesheets.rs Make the style crate almost build on stable Rust. 2016-06-22 15:44:13 +02:00
traversal.rs Make the STYLE_BLOOM global private. 2016-06-23 13:52:26 +02:00
values.rs Merge AuExtensionMethods and LocalToCss. 2016-06-23 15:39:56 +02:00
viewport.rs Make the style crate almost build on stable Rust. 2016-06-22 15:44:13 +02:00

servo-style

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