servo/components/style
bors-servo b29ae6383a Auto merge of #11018 - bholley:list_style_type, r=mbrubeck
Geckolib: Implement list-style-type

Corresponding Gecko patch: https://bugzilla.mozilla.org/show_bug.cgi?id=1269933

<!-- 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/11018)
<!-- Reviewable:end -->
2016-05-05 12:23:37 -07:00
..
properties Auto merge of #11018 - bholley:list_style_type, r=mbrubeck 2016-05-05 12:23:37 -07:00
animation.rs Move width and height from Box to Position. 2016-05-04 11:06:42 +10:00
attr.rs Return a Result<i64, ()> from do_parse_integer 2016-04-26 23:03:16 -07:00
bezier.rs Move util::bezier to style 2016-02-14 19:45:24 +01:00
build.rs Extract some Python code from properties.mako.rs into a separate file. 2016-04-20 15:30:27 +02:00
Cargo.toml Update lazy_static, selectors, string_cache, futf, quickersort 2016-05-02 16:05:31 -07: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 Remove the url! plugin. 2016-04-14 15:35:28 +02:00
lib.rs Auto merge of #10706 - zwn:unused-extern-crates, r=nox 2016-04-22 13:40:38 -07: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 style: Support lazy pseudo-elements 2016-05-03 19:01:54 +02:00
media_queries.rs style: Support lazy pseudo-elements 2016-05-03 19:01:54 +02:00
parallel.rs Remove lifetimes from T{Node,Element,Document}. 2016-03-14 14:31:57 -07:00
parser.rs Remove the url! plugin. 2016-04-14 15:35:28 +02:00
README.md docs: Add style overview. 2016-05-04 00:34:03 +02:00
restyle_hints.rs Upgrade to bitflags 0.6.0 and selectors 0.5.6 2016-04-30 10:14:03 -07:00
selector_impl.rs style: Minor documentation tweaks about lazy pseudo-elements 2016-05-04 00:34:00 +02:00
selector_matching.rs style: layout: Allow a lazy pseudo-element implementation in Servo. 2016-05-04 00:33:58 +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 Recompute viewport-dependent styles on viewport size change 2016-03-19 13:23:39 -07:00
traversal.rs layout: Stop storing PrecomputedStyleData in LayoutNode 2016-04-29 22:54:48 +02:00
values.rs layout: Check flow descendants of inline block fragments to find their 2016-05-04 13:20:21 -07:00
viewport.rs Use num-traits in style. 2016-04-20 15:11:41 +02:00

servo-style

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