servo/components/style
2018-12-29 19:30:23 +01:00
..
counter_style Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
gecko style: Make Servo use a single thread-pool for layout-related tasks per-process. 2018-12-23 13:00:56 +01:00
gecko_bindings Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
gecko_string_cache Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
invalidation style: Handle nested slots correctly in slotted matching and invalidation. 2018-12-16 13:35:06 +01:00
media_queries Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
properties style: Move overflow to use cbindgen. 2018-12-16 13:35:05 +01:00
rule_tree style: Set the important rule change flag when a newly important rule is inserted. 2018-12-02 14:17:20 -05:00
servo Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
sharing Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
stylesheets Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
use_counters Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
values style: Fix tidy issues. 2018-12-16 13:35:09 +01:00
animation.rs style: Minor build fixup after the Servo crossbeam_channel update. 2018-12-16 13:35:08 +01:00
applicable_declarations.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
attr.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
author_styles.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
bezier.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
bloom.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
build.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
build_gecko.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
Cargo.toml Update bindgen to 0.46 2018-12-29 19:30:23 +01:00
cbindgen.toml style: Move overflow to use cbindgen. 2018-12-16 13:35:05 +01:00
context.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
custom_properties.rs style: Prevent exponential blowup of custom properties. 2018-12-02 14:17:22 -05:00
data.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
dom.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
dom_apis.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
driver.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
element_state.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
encoding_support.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
error_reporting.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
font_face.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
font_metrics.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
global_style_data.rs style: Make Servo use a single thread-pool for layout-related tasks per-process. 2018-12-23 13:00:56 +01:00
hash.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
lib.rs style: Make Servo use a single thread-pool for layout-related tasks per-process. 2018-12-23 13:00:56 +01:00
logical_geometry.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
macros.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
matching.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
parallel.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
parser.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
README.md docs: Add style overview. 2016-05-04 00:34:03 +02:00
rule_cache.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
rule_collector.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
scoped_tls.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
selector_map.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
selector_parser.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
shared_lock.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
str.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
style_adjuster.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
style_resolver.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
stylesheet_set.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
stylist.rs Remove redundant .clone()s 2018-12-11 10:43:51 +09:00
thread_state.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
timer.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
traversal.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
traversal_flags.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00

servo-style

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