mirror of
https://github.com/RGBCube/serenity
synced 2026-01-13 11:01:00 +00:00
This patch makes StyleProperties heap-allocated and ref-counted so that a LayoutNode can be without one. The ref-counting also allows anonymous blocks to share style with their parent block. LayoutText never needs a StyleProperties, since text always inherits style from its parent element. This is handled by style_properties(). |
||
|---|---|---|
| .. | ||
| CSS | ||
| DOM | ||
| Layout | ||
| Parser | ||
| Scripts | ||
| Dump.cpp | ||
| Dump.h | ||
| HtmlView.cpp | ||
| HtmlView.h | ||
| install.sh | ||
| Makefile | ||
| Makefile.host | ||
| Makefile.shared | ||
| RenderingContext.h | ||
| TreeNode.h | ||