servo/components/style
bors-servo a4991f536c Auto merge of #10488 - perlun:remove-t-prefix-on-style-structs, r=SimonSapin
Removed the T prefix for the style traits

More work as described in #10185.

I am getting _extremely_ weird compile-time errors with this one, when it's trying to expand the `lazy_static!` macro. I think I'll need help getting that part sorted out. The rest should be pretty OK.

Anyone has ideas on how to resolve it?

<!-- 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/10488)
<!-- Reviewable:end -->
2016-04-13 02:24:25 +05:30
..
animation.rs Removed the T prefix for the style traits 2016-04-12 23:02:02 +03:00
attr.rs Move util::str::parse_length into 'style' component. 2016-03-24 10:45:33 -04:00
bezier.rs Move util::bezier to style 2016-02-14 19:45:24 +01:00
build.rs Work around a Mako bug on Windows 2016-04-11 21:11:55 +02:00
Cargo.toml Auto merge of #10488 - perlun:remove-t-prefix-on-style-structs, r=SimonSapin 2016-04-13 02:24:25 +05:30
context.rs Renamed TComputedValues to ComputedValues 2016-03-29 23:30:13 +03:00
custom_properties.rs Report memory usage from LayoutThreadData Stylist [#7038] 2016-03-19 11:53:13 -07:00
data.rs Renamed TComputedValues to ComputedValues 2016-03-29 23:30:13 +03:00
dom.rs Renamed TComputedValues to ComputedValues 2016-03-29 23:30:13 +03:00
element_state.rs Update rust-selectors 2016-02-03 02:11:31 +01: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 Say farewell to in-tree HeapSizeOf 2016-02-04 22:03:32 +01:00
lib.rs Add a skeleton implementation of TComputedValues in geckolib. 2016-03-24 11:50:58 -07:00
list_properties.py Add some machinery to allow us to disable CSS properties (or a subset of values for a property) on a per-product basis. 2016-04-07 16:31:31 -07:00
logical_geometry.rs Add scrollWidth/Height to element interface 2016-03-11 18:22:16 +00:00
Mako-0.9.1.zip Cargoify servo 2014-09-08 20:21:42 -06:00
matching.rs Renamed TComputedValues to ComputedValues 2016-03-29 23:30:13 +03:00
media_queries.rs Say farewell to in-tree HeapSizeOf 2016-02-04 22:03:32 +01:00
parallel.rs Remove lifetimes from T{Node,Element,Document}. 2016-03-14 14:31:57 -07:00
parser.rs Hoist ParseErrorReporter into style and remove the dependency on msg. 2016-01-11 18:01:48 -08:00
properties.html.mako HTML generation with Mako instead of JS 2016-03-28 16:32:14 +03:00
properties.mako.rs Auto merge of #10488 - perlun:remove-t-prefix-on-style-structs, r=SimonSapin 2016-04-13 02:24:25 +05:30
README.md Update style/README.md - libcss is gone now 2014-10-23 16:23:54 -05:00
restyle_hints.rs Report memory usage from LayoutThreadData Stylist [#7038] 2016-03-19 11:53:13 -07:00
selector_impl.rs Implement ::selection pseudo-element 2016-03-30 14:28:11 +02:00
selector_matching.rs style: Improve style::selector_matching documentation 2016-04-02 16:43:41 +02:00
sequential.rs Remove lifetimes from T{Node,Element,Document}. 2016-03-14 14:31:57 -07:00
servo.rs ComputedValues is now ServoComputedValues 2016-03-27 10:55:43 +03:00
stylesheets.rs Recompute viewport-dependent styles on viewport size change 2016-03-19 13:23:39 -07:00
traversal.rs Parameterize the rest of the style system on TNode. 2016-03-24 11:50:57 -07:00
values.rs Removed the T prefix for the style traits 2016-04-12 23:02:02 +03:00
viewport.rs Renamed TComputedValues to ComputedValues 2016-03-29 23:30:13 +03:00

servo-style

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