servo/components/style/values
Emilio Cobos Álvarez d1046739fc style: Remove some magic from the bindings
This simplifies a tiny bit our bindings in some places, and complicates
it in others, but over all I think it's better.

It requires a bit more manual code in the rust side to drop and cast the
relevant pointers (which was done implicitly before), but it's a lot
less magic than it used to be, and that's all autogenerated so consumers
don't need to care about it.

The set up is still not ideal. I don't like that we rely on destructors
running in both sides of the FFI boundary, but that's for another day.

This is the last usage of RawOffsetArc, so remove that. We now support
proper Arc<> in structs (GridTemplateAreas uses it), so I don't think
we'll need it any time soon.

Differential Revision: https://phabricator.services.mozilla.com/D177905
2023-11-24 08:57:14 +01:00
..
animated style: Hardening color checks 2023-11-24 08:57:14 +01:00
computed style: Clean up length handling 2023-11-24 08:57:14 +01:00
generics style: Hardening color checks 2023-11-24 08:57:14 +01:00
resolved style: Convert RGBA to AbsoluteColor for computed/animated/resolved CSS colors 2023-11-21 15:36:35 +01:00
specified style: Remove some magic from the bindings 2023-11-24 08:57:14 +01:00
distance.rs style: Move fixed-point font types to Rust 2023-10-02 14:37:19 +00:00
mod.rs style: Serialize NaN and infinity percentages correctly 2023-11-21 15:36:35 +01:00