servo/components/style
bors-servo 976989fc8d Auto merge of #14278 - emilio:layout-data-in-script, r=Ms2ger
style: Don't assert when the final rule tree GC happens in script.

This should silence the assertions in https://github.com/servo/servo/issues/14213.

r? @Ms2ger

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14278)
<!-- Reviewable:end -->
2016-11-20 14:23:39 -06:00
..
binding_tools stylo: support transform 2016-11-10 16:38:15 -08:00
gecko Rename selector_impl.rs to selector_parser.rs 2016-11-20 15:30:37 +01:00
gecko_bindings Regenerate bindings. 2016-11-15 17:37:12 +08:00
gecko_string_cache Regenerate bindings. 2016-11-10 10:11:15 +08:00
properties Auto merge of #14227 - chenpighead:font-size-adjust-gecko, r=Manishearth 2016-11-19 05:07:46 -06:00
rule_tree style: Don't assert when the final rule tree GC happens in script. 2016-11-20 14:13:18 +01:00
servo Rename selector_impl.rs to selector_parser.rs 2016-11-20 15:30:37 +01:00
values Auto merge of #14261 - Wafflespeanut:lon, r=SimonSapin 2016-11-18 22:20:04 -06:00
animation.rs Remove usage of keyword_list (and prefer single_keyword) 2016-11-17 23:41:38 +05:30
atomic_refcell.rs Implement AtomicRef::map. 2016-11-01 20:39:51 +01:00
attr.rs Remove redundant url clones 2016-11-18 12:39:22 +08:00
bezier.rs Move util::bezier to style 2016-02-14 19:45:24 +01:00
build.rs Run style with all properties enabled 2016-09-23 15:10:40 +05:30
cache.rs Remove usage of deprecated SipHasher. 2016-10-10 18:35:07 +02:00
Cargo.toml Urlmageddon: Use refcounted urls more often. 2016-11-17 18:34:23 +01:00
cascade_info.rs style: Introduce a generic way of gathering information from the cascade, and use it for viewport units. 2016-08-16 10:58:16 -07:00
context.rs Rename selector_matching.rs to stylist.rs 2016-11-20 15:29:09 +01:00
custom_properties.rs Fix related to #14101 2016-11-12 05:26:15 +03:00
data.rs Rename selector_impl.rs to selector_parser.rs 2016-11-20 15:30:37 +01:00
dom.rs Rename selector_impl.rs to selector_parser.rs 2016-11-20 15:30:37 +01:00
element_state.rs Issue 7720: Add target selector and update when scrolling to fragment 2016-08-03 13:23:10 +01:00
error_reporting.rs Add some documentation to the style crate. 2016-06-27 17:33:14 +02:00
font_face.rs Implement ToCss serialization for CSSRules 2016-11-18 12:17:53 +03:00
font_metrics.rs style: Refactor and add infrastructure for font metrics in style. 2016-11-13 11:54:10 +01:00
keyframes.rs Implement ToCss serialization for CSSRules 2016-11-18 12:17:53 +03:00
lib.rs Rename selector_impl.rs to selector_parser.rs 2016-11-20 15:30:37 +01:00
logical_geometry.rs style: Add a "start_end()" method to LogicalMargin 2016-11-10 19:17:29 +08:00
matching.rs Rename selector_impl.rs to selector_parser.rs 2016-11-20 15:30:37 +01:00
media_queries.rs style: Refactor and add infrastructure for font metrics in style. 2016-11-13 11:54:10 +01:00
owning_handle.rs Implement OwningHandle in style. 2016-10-13 16:53:37 -06:00
parallel.rs style: Use rayon instead of our custom work queue. 2016-11-14 21:24:19 +01:00
parser.rs Rename selector_impl.rs to selector_parser.rs 2016-11-20 15:30:37 +01:00
README.md docs: Add style overview. 2016-05-04 00:34:03 +02:00
refcell.rs Revert "Make DOMRefCell use style’s copy of RefCell" 2016-10-04 18:35:01 +02:00
restyle_hints.rs Rename selector_impl.rs to selector_parser.rs 2016-11-20 15:30:37 +01:00
selector_parser.rs Rename selector_impl.rs to selector_parser.rs 2016-11-20 15:30:37 +01:00
sequential.rs Eliminate RestyleResult. 2016-11-01 11:03:04 -07:00
sink.rs Move util::vec::ForgetfulSink to style::sink and simplify it 2016-07-04 16:48:14 +02:00
str.rs Move util::str to style 2016-07-05 10:43:54 +02:00
stylesheets.rs Rename selector_impl.rs to selector_parser.rs 2016-11-20 15:30:37 +01:00
stylist.rs Rename selector_impl.rs to selector_parser.rs 2016-11-20 15:30:37 +01:00
thread_state.rs style: Use rayon instead of our custom work queue. 2016-11-14 21:24:19 +01:00
tid.rs Move util::tid to style 2016-07-05 10:36:38 +02:00
timer.rs style: Add a new Timer structure to the shared style context, and basic infrastructure for controlling animations. 2016-07-20 09:05:53 -07:00
traversal.rs Separate rule node computation from cascade. 2016-11-11 14:04:17 -08:00
viewport.rs Implement ToCss serialization for CSSRules 2016-11-18 12:17:53 +03:00

servo-style

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