ladybird/Userland/Libraries/LibWeb/HTML/EventLoop
Aliaksandr Kalenik 8ba18dfd40 LibWeb: Schedule repainting from EventLoop::process()
In this change, updating layout and painting are moved to the EventLoop
processing steps. This modification allows the addition of resize
observation dispatching that needs to happen in event loop processing
steps and must occur in the following order relative to layout and
painting:

1. Update layout.
2. Gather and broadcast resize observations.
3. Paint.
2024-02-20 10:55:10 +01:00
..
EventLoop.cpp LibWeb: Schedule repainting from EventLoop::process() 2024-02-20 10:55:10 +01:00
EventLoop.h
Task.cpp
Task.h LibWeb: Begin implementing the Clipboard API 2023-11-11 08:54:37 +01:00
TaskQueue.cpp
TaskQueue.h