summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/Layout/LayoutButton.h
AgeCommit message (Expand)Author
2020-11-22LibWeb: Rename LayoutNode classes and move them into Layout namespaceAndreas Kling
2020-11-22LibWeb: Rename LayoutNode::node() => LayoutNode::dom_node()Andreas Kling
2020-11-22LibWeb: Reorganize layout system in terms of formatting contextsAndreas Kling
2020-09-12LibWeb: Implement <input type=submit> without using LibGUIAndreas Kling