servo/components/style
2018-11-18 19:33:19 +01:00
..
counter_style style: Revert try -> r#try change. 2018-11-10 21:42:17 +01:00
gecko style: fixed an unused import warning. 2018-11-17 09:56:05 +01:00
gecko_bindings style: Manually extinguish multi-line use statements. 2018-11-10 21:42:24 +01:00
gecko_string_cache style: Add an atom bit to know whether we're ascii lowercase. 2018-11-17 09:56:01 +01:00
invalidation cargo fix --edition --features gecko 2018-11-10 17:47:28 +01:00
media_queries style: Fix formatting. 2018-11-17 09:56:05 +01:00
properties style: Add a mechanism to serialize shorthands for getComputedStyle(). 2018-11-17 09:56:05 +01:00
rule_tree cargo fix --edition --features gecko 2018-11-10 17:47:28 +01:00
servo style: Manually extinguish multi-line use statements. 2018-11-10 21:42:24 +01:00
sharing cargo fix --edition 2018-11-10 17:47:28 +01:00
stylesheets style: Manually extinguish multi-line use statements. 2018-11-10 21:42:24 +01:00
use_counters cargo fix --edition --features gecko 2018-11-10 17:47:28 +01:00
values style: Fix formatting. 2018-11-17 09:56:05 +01:00
animation.rs Update crossbeam-channel to 0.3 2018-11-18 19:33:19 +01:00
applicable_declarations.rs cargo fix --edition 2018-11-10 17:47:28 +01:00
attr.rs cargo fix --edition 2018-11-10 17:47:28 +01:00
author_styles.rs cargo fix --edition --features gecko 2018-11-10 17:47:28 +01:00
bezier.rs cargo fix --edition 2018-11-10 17:47:28 +01:00
bloom.rs cargo fix --edition 2018-11-10 17:47:28 +01:00
build.rs Format remaining files 2018-11-06 22:30:31 +01:00
build_gecko.rs Reorder imports 2018-11-06 22:35:07 +01:00
Cargo.toml Update crossbeam-channel to 0.3 2018-11-18 19:33:19 +01:00
cbindgen.toml style: Also move page-break-inside outside of mako. 2018-11-17 09:56:04 +01:00
context.rs Update crossbeam-channel to 0.3 2018-11-18 19:33:19 +01:00
custom_properties.rs style: Fix formatting. 2018-11-17 09:56:05 +01:00
data.rs cargo fix --edition 2018-11-10 17:47:28 +01:00
dom.rs cargo fix --edition --features gecko 2018-11-10 17:47:28 +01:00
dom_apis.rs cargo fix --edition 2018-11-10 17:47:28 +01:00
driver.rs cargo fix --edition --features gecko 2018-11-10 17:47:28 +01:00
element_state.rs style: Appease tidy. 2018-07-01 01:01:46 +02:00
encoding_support.rs cargo fix --edition 2018-11-10 17:47:28 +01:00
error_reporting.rs cargo fix --edition 2018-11-10 17:47:28 +01:00
font_face.rs style: Manually extinguish multi-line use statements. 2018-11-10 21:42:24 +01:00
font_metrics.rs cargo fix --edition --features gecko 2018-11-10 17:47:28 +01:00
hash.rs style: Convert FnvHash{Set,Map} instances to FxHash{Set,Map}. 2018-08-08 01:34:35 +02:00
lib.rs Update crossbeam-channel to 0.3 2018-11-18 19:33:19 +01:00
logical_geometry.rs cargo fix --edition --features gecko 2018-11-10 17:47:28 +01:00
macros.rs Format style component. 2018-09-09 16:24:45 +02:00
matching.rs cargo fix --edition --features gecko 2018-11-10 17:47:28 +01:00
parallel.rs cargo fix --edition 2018-11-10 17:47:28 +01:00
parser.rs cargo fix --edition --features gecko 2018-11-10 17:47:28 +01:00
README.md
rule_cache.rs cargo fix --edition 2018-11-10 17:47:28 +01:00
rule_collector.rs style: Cargo fix + ./mach fmt. 2018-11-10 21:11:47 +01:00
scoped_tls.rs Reduce the size of top_down_dom stackframes. 2017-06-08 13:02:36 -04:00
selector_map.rs cargo fix --edition 2018-11-10 17:47:28 +01:00
selector_parser.rs cargo fix --edition --features gecko 2018-11-10 17:47:28 +01:00
shared_lock.rs cargo fix --edition --features gecko 2018-11-10 17:47:28 +01:00
str.rs Run rustfmt on selectors, servo_arc, and style. 2018-04-10 17:35:15 -07:00
style_adjuster.rs cargo fix --edition --features gecko 2018-11-10 17:47:28 +01:00
style_resolver.rs style: Manually extinguish multi-line use statements. 2018-11-10 21:42:24 +01:00
stylesheet_set.rs cargo fix --edition 2018-11-10 17:47:28 +01:00
stylist.rs style: Cargo fix + ./mach fmt. 2018-11-10 21:11:47 +01:00
thread_state.rs Bump bitflags to 1.0 in every servo crate 2017-10-30 23:36:06 +01:00
timer.rs Run rustfmt on selectors, servo_arc, and style. 2018-04-10 17:35:15 -07:00
traversal.rs cargo fix --edition 2018-11-10 17:47:28 +01:00
traversal_flags.rs cargo fix --edition --features gecko 2018-11-10 17:47:28 +01:00

servo-style

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