Age | Commit message (Expand) | Author |
---|---|---|
2020-03-07 | LibWeb: Rename directory LibHTML => LibWeb | Andreas Kling |
2020-03-07 | LibWeb: Move everything into the Web namespace | Andreas Kling |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2019-10-17 | LibHTML: Hard-code LayoutTable to never have inline children | Andreas Kling |
2019-10-17 | LibHTML: Make "children are inline" flag imperative | Andreas Kling |
2019-10-17 | LibHTML: Use is_inline() instead of !is_block() when building tree | Andreas Kling |
2019-10-15 | LibHTML: Simplify Node::create_layout_node() | Andreas Kling |
2019-10-15 | LibHTML: Move layout tree building to a LayoutTreeBuilder class | Andreas Kling |