servo/components/style
bors-servo 54b3668431 Auto merge of #12728 - upsuper:fix-libc-unused, r=emilio
Remove unused libc dependency for windows in style

<!-- Please describe your changes on the following line: -->

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [ ] These changes fix #__ (github issue number if applicable).

<!-- Either: -->
- [ ] There are tests for these changes OR
- [x] These changes do not require tests because its a trivial change to remove unused dependency

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/12728)
<!-- Reviewable:end -->
2016-08-04 04:27:55 -05:00
..
properties Convert currentColor crash into a warning. 2016-08-03 17:55:02 -07:00
values Fix unused variable warning. 2016-08-02 11:43:44 +08:00
animation.rs style: Refactor TRestyleDamage and TNode to accept/provide a "style source" 2016-08-03 13:31:11 -07:00
attr.rs account for sign in double parsing 2016-07-28 18:56:14 +01:00
bezier.rs Move util::bezier to style 2016-02-14 19:45:24 +01:00
build.rs Detect python2.7.exe on windows 2016-07-08 18:50:59 +10:00
cache.rs Move util::cache to style. 2016-07-08 16:44:47 +02:00
Cargo.toml Remove unused libc dependency for windows in style 2016-08-04 10:09:34 +10:00
context.rs style: Add a new Timer structure to the shared style context, and basic infrastructure for controlling animations. 2016-07-20 09:05:53 -07:00
custom_properties.rs Some fixes in style 2016-07-12 20:00:24 +05:30
data.rs stylo: Don't traverse the whole dom every restyle, propagate the dirty flag down the DOM. 2016-07-24 12:51:58 -07:00
dom.rs style: Refactor TRestyleDamage and TNode to accept/provide a "style source" 2016-08-03 13:31:11 -07:00
element_state.rs Issue 7720: Add target selector and update when scrolling to fragment 2016-08-03 13:23:10 +01:00
error_reporting.rs Add some documentation to the style crate. 2016-06-27 17:33:14 +02:00
font_face.rs Add some documentation to the style crate. 2016-06-27 17:33:14 +02:00
gecko_conversions.rs Add support for background-position in geckolib. 2016-07-29 17:12:50 +08:00
gecko_glue.rs style: Refactor TRestyleDamage and TNode to accept/provide a "style source" 2016-08-03 13:31:11 -07:00
gecko_selector_impl.rs Sync anonymous box list. 2016-07-26 16:32:50 -07:00
gecko_values.rs Make nsStyleUnion sugar use traits 2016-07-21 13:35:47 +05:30
keyframes.rs style: Fix timing-function overriding from the keyframe declaration list. 2016-07-07 16:05:28 -07:00
lib.rs Remove unused libc dependency for windows in style 2016-08-04 10:09:34 +10:00
logical_geometry.rs Make the style crate almost build on stable Rust. 2016-06-22 15:44:13 +02:00
matching.rs style: Refactor TRestyleDamage and TNode to accept/provide a "style source" 2016-08-03 13:31:11 -07:00
media_queries.rs Move some unit type definitions to style_traits. 2016-07-11 12:14:27 +02:00
parallel.rs style: Add a comment about pre_process_children_hook. 2016-07-27 11:14:46 -07:00
parser.rs Add some documentation to the style crate. 2016-06-27 17:33:14 +02:00
README.md docs: Add style overview. 2016-05-04 00:34:03 +02:00
refcell.rs Add commit hash to be reverted in FIXME comment. 2016-06-23 16:14:33 +02:00
restyle_hints.rs stylo: Fix and ensure alignment of restyle hints. Test it on Travis. 2016-08-03 15:18:32 -07:00
selector_impl.rs stylo: Update generated bindings 2016-07-21 14:24:05 -07:00
selector_matching.rs style: Rewrite the restyle hints code to allow different kinds of element snapshots, and use it for Gecko. 2016-07-21 14:24:04 -07:00
sequential.rs style: Fix sequential traversal. 2016-08-03 13:31:11 -07:00
servo_selector_impl.rs Issue 7720: Add target selector and update when scrolling to fragment 2016-08-03 13:23:10 +01:00
sink.rs Move util::vec::ForgetfulSink to style::sink and simplify it 2016-07-04 16:48:14 +02:00
str.rs Move util::str to style 2016-07-05 10:43:54 +02:00
stylesheets.rs Have a concrete SelectorImpl type everywhere in the style crate. 2016-07-20 08:42:46 +02:00
tid.rs Move util::tid to style 2016-07-05 10:36:38 +02:00
timer.rs style: Add a new Timer structure to the shared style context, and basic infrastructure for controlling animations. 2016-07-20 09:05:53 -07:00
traversal.rs stylo: Allow computing change hints during the traversal. 2016-08-03 13:31:11 -07:00
viewport.rs Rename ComputedValuesStruct to ComputedValues. 2016-07-20 08:42:45 +02:00
workqueue.rs Remove unused libc dependency for windows in style 2016-08-04 10:09:34 +10:00

servo-style

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