servo/components/style
2016-05-25 18:25:28 +10:00
..
properties Make text-decoration-style initial value 'solid'. 2016-05-25 18:25:28 +10:00
animation.rs Move width and height from Box to Position. 2016-05-04 11:06:42 +10:00
attr.rs Parse HTMLInputElement attributes 2016-05-24 10:12:18 -04: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 Pass Gecko sheet base/referrer/principal from Servo_StylesheetFromUTF8Bytes through ParserContext. 2016-05-24 12:12:17 +10:00
context.rs style: Allow inheritance when computing anonymous box styles 2016-04-29 22:54:46 +02:00
custom_properties.rs Report memory usage from LayoutThreadData Stylist [#7038] 2016-03-19 11:53:13 -07:00
data.rs layout: Stop storing PrecomputedStyleData in LayoutNode 2016-04-29 22:54:48 +02:00
dom.rs style: layout: Allow a lazy pseudo-element implementation in Servo. 2016-05-04 00:33:58 +02:00
element_state.rs Upgrade to bitflags 0.6.0 and selectors 0.5.6 2016-04-30 10:14:03 -07:00
error_reporting.rs Hoist ParseErrorReporter into style and remove the dependency on msg. 2016-01-11 18:01:48 -08:00
font_face.rs Removed unused imports 2016-05-15 22:24:26 +03:00
lib.rs Pass Gecko sheet base/referrer/principal from Servo_StylesheetFromUTF8Bytes through ParserContext. 2016-05-24 12:12:17 +10:00
logical_geometry.rs Upgrade to bitflags 0.6.0 and selectors 0.5.6 2016-04-30 10:14:03 -07:00
matching.rs Add string_cache override for geckolib based on gecko atoms. 2016-05-18 11:33:38 -07:00
media_queries.rs Removed unused imports 2016-05-15 22:24:26 +03:00
parallel.rs Remove lifetimes from T{Node,Element,Document}. 2016-03-14 14:31:57 -07: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
restyle_hints.rs Add string_cache override for geckolib based on gecko atoms. 2016-05-18 11:33:38 -07:00
selector_impl.rs style: Minor documentation tweaks about lazy pseudo-elements 2016-05-04 00:34:00 +02:00
selector_matching.rs Add an extra data field to ParserContext. 2016-05-24 12:12:10 +10: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 Add an extra data field to ParserContext. 2016-05-24 12:12:10 +10:00
traversal.rs layout: Stop storing PrecomputedStyleData in LayoutNode 2016-04-29 22:54:48 +02:00
values.rs Re-use Url serialization in values::specified::Image. 2016-05-24 12:12:39 +10:00
viewport.rs Removed unused imports 2016-05-15 22:24:26 +03:00

servo-style

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