ladybird/Libraries/LibWeb/ViewTransition
Andreas Kling 2bf1f41805 LibWeb: Make computed properties immutable
Move CSS animation values into a mutable overlay on computed properties
and make base computed style data immutable after construction. Base
style mutation now goes through a builder that is consumed on publish,
so installed styles no longer expose mutation APIs.

Build new base style data for inherited style updates instead of cloning
and mutating installed computed properties. Element-specific computed
style adjustments now run before publication, while animation and
transition updates continue to mutate only the animated overlay.
2026-06-20 23:43:17 +02:00
..
ViewTransition.cpp LibWeb: Make computed properties immutable 2026-06-20 23:43:17 +02:00
ViewTransition.h LibWeb: Make DOM::PseudoElement abstract 2026-05-21 14:26:22 +01:00
ViewTransition.idl LibWeb: Implement plumbing for view transitions 2025-09-07 13:58:05 +01:00