Age | Commit message (Expand) | Author |
---|---|---|
2020-11-22 | LibWeb: Rename LayoutNode classes and move them into Layout namespace | Andreas Kling |
2020-11-22 | LibWeb: Rename LayoutNode::node() => LayoutNode::dom_node() | Andreas Kling |
2020-11-22 | LibWeb: Reorganize layout system in terms of formatting contexts | Andreas Kling |
2020-09-12 | LibWeb: Implement <input type=submit> without using LibGUI | Andreas Kling |