servo/components/style
Per Lundberg 4e8831457a Moved the rest of the longhand structs to separate files.
Sorry for the bulk size of this; I know already it's not going to be a fun thing to review. Nevertheless, it should be done so we finalize the split of this huge file into smaller, more maintable parts.

The content of stuff being moved to separate files is unchanged. Only some minor formatting changes have been made and similar, but nothing of particular interest. IMHO it should be safe to merge if all the tests are fine.
2016-04-25 21:36:58 +03:00
..
properties Moved the rest of the longhand structs to separate files. 2016-04-25 21:36:58 +03:00
animation.rs Removed the T prefix for the style traits 2016-04-12 23:02:02 +03:00
attr.rs Use num-traits in style. 2016-04-20 15:11:41 +02: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 Upgrade to rust-url 1.0 and hyper 0.9 2016-04-23 20:27:58 +02:00
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 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 Add scrollWidth/Height to element interface 2016-03-11 18:22:16 +00: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 Remove the url! plugin. 2016-04-14 15:35:28 +02:00
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 Make chrome: URLs have a "host". 2016-04-23 20:28:02 +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 Add style property for flex-basis 2016-04-24 14:04:40 -04: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.