servo/components/style/gecko_bindings/sugar
bors-servo 31228c1849 Auto merge of #17775 - michael-p:rename-stylearc-to-servo-arc, r=emilio
Replace all uses of the style::stylearc alias with servo_arc.

The `stylearc` alias is left there temporarilly and will be removed completely in a later commit/PR where also `components/style/gecko/generated/structs_{debug|release}.rs` are re-generated (they still use the old alias).

---
<!-- 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
- [X] These changes fix #17768  (github issue number if applicable).

<!-- Either: -->
- [ ] There are tests for these changes OR
- [X] These changes do not require tests because no new features / only refactoring

<!-- 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/17775)
<!-- Reviewable:end -->
2017-07-19 06:03:17 -07:00
..
mod.rs Create sugar for nsCSSShadowItem. 2017-06-07 13:32:19 +10:00
ns_com_ptr.rs Use the new struct in stylo. 2017-05-24 15:54:13 +10:00
ns_compatibility.rs stylo: Propagate quirks mode information from Gecko to Servo 2017-05-14 01:51:50 +03:00
ns_css_shadow_array.rs style: Document nsCSSShadowArray sugar. 2017-01-02 12:58:01 +01:00
ns_css_shadow_item.rs Make text-shadow and box-shadow use SimpleShadow 2017-06-28 16:28:25 +02:00
ns_css_value.rs style: Respect calc for percentages. 2017-07-14 13:43:27 +02:00
ns_style_auto_array.rs ensure_len() for nsStyleAutoArray<StyleTransition>. 2017-03-07 13:26:03 +09:00
ns_style_coord.rs stylo: Don't leak nsStyleCoord::Calc objects when setting gradients. 2017-02-18 18:01:02 +08:00
ns_t_array.rs stylo: Implement scroll-snap-coordinate 2017-02-09 15:09:27 -08:00
ns_timing_function.rs Don't use Point2D<f32> for cubic curves anymore 2017-07-19 10:19:41 +02:00
ownership.rs Replace all uses of the style::stylearc alias with servo_arc. 2017-07-19 09:29:05 +02:00
refptr.rs Replace all uses of the style::stylearc alias with servo_arc. 2017-07-19 09:29:05 +02:00
style_complex_color.rs Simplify caret-color conversion. 2017-06-08 12:59:28 +10:00