servo/components/style/values
Emilio Cobos Álvarez 54ce45f3ee style: Update cbindgen.
This cleans up the pattern of "Use a private dtor so that the helper functions
do the right thing" by enabling it everywhere using:

  https://github.com/eqrion/cbindgen/pull/377

It also caught some uninitialized value issues.

I think they're mostly harmless since we zero-initialize our structs:

https://searchfox.org/mozilla-central/rev/325c1a707819602feff736f129cb36055ba6d94f/servo/components/style/properties/gecko.mako.rs#632

And since we override the clip rect, which is the other bit of code that was
failing to build with this change.

Differential Revision: https://phabricator.services.mozilla.com/D43491
2019-09-12 22:34:16 +02:00
..
animated style: Refactor grid types to preserve repeat() at computed value time and use cbindgen. 2019-08-15 16:58:44 +02:00
computed style: Update cbindgen. 2019-09-12 22:34:16 +02:00
generics style: Update cbindgen. 2019-09-12 22:34:16 +02:00
resolved style: Refactor grid types to preserve repeat() at computed value time and use cbindgen. 2019-08-15 16:58:44 +02:00
specified style: Update cbindgen. 2019-09-12 22:34:16 +02:00
distance.rs style: Update to euclid 0.20. 2019-07-23 22:54:08 +02:00
mod.rs style: Share computed and specified value representation of -moz-context-properties. 2019-05-29 16:14:10 +02:00