servo/components/style/values/generics
Nicholas Nethercote c5aa2cb986 Measure PropertyDeclaration more thoroughly.
This patch replaces the handwritten MallocSizeOf implementation for
PropertyDeclaration with a derived one, which gives much more thorough
measurement.

This requires (a) deriving MallocSizeOf for a *lot* of additional types (most
of which already have `derive(HeapSizeOf)` in Servo builds), and (b)
implementing MallocSizeOf for a few more types in the `malloc_size_of` crate.

These changes would significantly improve the reporting coverage for gmail if
it weren't for the fact that SpecifiedUrl isn't measured due to a lack of
clarity about its fields; that can be fixed as a follow-up once bug 1397971 has
landed.
2017-09-14 13:18:03 +10:00
..
background.rs Measure PropertyDeclaration more thoroughly. 2017-09-14 13:18:03 +10:00
basic_shape.rs Measure PropertyDeclaration more thoroughly. 2017-09-14 13:18:03 +10:00
border.rs Measure PropertyDeclaration more thoroughly. 2017-09-14 13:18:03 +10:00
box.rs Measure PropertyDeclaration more thoroughly. 2017-09-14 13:18:03 +10:00
counters.rs style: Remove HasViewportPercentage. 2017-08-29 23:51:21 +02:00
effects.rs Measure PropertyDeclaration more thoroughly. 2017-09-14 13:18:03 +10:00
flex.rs style: Remove HasViewportPercentage. 2017-08-29 23:51:21 +02:00
gecko.rs Measure PropertyDeclaration more thoroughly. 2017-09-14 13:18:03 +10:00
grid.rs Measure PropertyDeclaration more thoroughly. 2017-09-14 13:18:03 +10:00
image.rs Measure PropertyDeclaration more thoroughly. 2017-09-14 13:18:03 +10:00
mod.rs Measure PropertyDeclaration more thoroughly. 2017-09-14 13:18:03 +10:00
position.rs Measure PropertyDeclaration more thoroughly. 2017-09-14 13:18:03 +10:00
rect.rs Measure PropertyDeclaration more thoroughly. 2017-09-14 13:18:03 +10:00
svg.rs Measure PropertyDeclaration more thoroughly. 2017-09-14 13:18:03 +10:00
text.rs Measure PropertyDeclaration more thoroughly. 2017-09-14 13:18:03 +10:00
transform.rs Measure PropertyDeclaration more thoroughly. 2017-09-14 13:18:03 +10:00