Files
ladybird/Userland/Libraries/LibWeb/DOM
Andreas Kling c288bfb404 LibWeb: Only remember source CSSStyleDeclaration for animation-name
We were saving to source declarations for *every* property, even though
we only ever looked it up for animation-name.

This patch gets rid of the per-property source pointer and we now keep
a single pointer to the animation-name source only.

This shrinks StyleProperties from 6512 bytes to 4368 bytes per instance.
2024-08-02 20:37:40 +02:00
..
2024-07-28 00:51:55 +01:00
2024-06-26 05:41:00 +02:00
2024-06-26 05:41:00 +02:00
2024-07-20 18:02:51 +01:00
2024-07-20 18:02:51 +01:00