Age | Commit message (Expand) | Author |
---|---|---|
2020-07-26 | LibWeb: Move CSS classes into the Web::CSS namespace | Andreas Kling |
2020-07-26 | LibWeb: Move DOM classes into the Web::DOM namespace | Andreas Kling |
2020-07-26 | LibWeb: Switch to using AK::is and AK::downcast | Andreas Kling |
2020-06-24 | LibWeb: Rename LayoutNode::style() => specified_style() | Andreas Kling |
2020-06-06 | LibWeb: Whine in debug log instead of asserting on partial layout FIXME | Andreas Kling |
2020-05-30 | LibWeb: Correctly determine whether a block has only inline children | Andreas Kling |
2020-05-04 | LibWeb: Don't assert when trying to rebuild a single-node layout tree | Andreas Kling |
2020-03-07 | LibWeb: Rename directory LibHTML => LibWeb | Andreas Kling |