Files
ladybird/Libraries/LibWeb
Andreas Kling 9d442ba606 LibWeb: Store layout box model metrics as floats
Instead of storing them as CSS::Lengths, we now store the resolved
values for margin/padding/border/offset top/right/bottom/left with
each Layout::NodeWithStyleAndBoxModelMetrics.

This simplifies a lot of code since it's no longer necessary to
resolve values before using them.
2020-12-12 21:28:29 +01:00
..
2020-12-09 21:05:06 +01:00
2020-10-22 15:24:42 +02:00
2020-10-22 15:24:42 +02:00