mirror of
https://github.com/RGBCube/serenity
synced 2025-05-15 02:04:59 +00:00
![]() 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. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
ConnectionFromClient.cpp | ||
ConnectionFromClient.h | ||
DedicatedWorkerHost.cpp | ||
DedicatedWorkerHost.h | ||
Forward.h | ||
main.cpp | ||
PageHost.cpp | ||
PageHost.h |