mirror of
https://github.com/RGBCube/serenity
synced 2025-05-20 12:15:07 +00:00
![]() This patch adds CSS::property_affects_layout(PropertyID) which tells us whether a CSS property would affect layout if it were changed. This will be used to avoid unnecessary relayout work when something changes that really only requires us to repaint the page. To mark a property as not affecting layout, set "affects-layout" to false in the corresponding Properties.json entry. Note that all properties affect layout by default. |
||
---|---|---|
.. | ||
IPCCompiler | ||
LibEDID | ||
LibTimeZone | ||
LibUnicode | ||
LibWeb | ||
StateMachineGenerator | ||
CMakeLists.txt |