Files
ladybird/Libraries/LibWeb/ResizeObserver
Aliaksandr Kalenik d78930e3bb LibWeb: Schedule a frame when ResizeObserver starts observing
Since rendering updates moved to on-demand scheduling, observing a
target no longer fires the initial size callback unless something else
happens to request a frame. Kick the frame timer from observe() so the
update-the-rendering steps run and deliver the initial entry.
2026-04-30 21:14:03 +02:00
..