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: Do not handle mouse events on disabled checkboxes | redoste |
2020-09-11 | LibWeb: Protect LayoutCheckBox against crashes after event dispatch | Andreas Kling |
2020-09-11 | LibWeb: Add basic support for <input type=checkbox> | Andreas Kling |