Age | Commit message (Expand) | Author |
---|---|---|
2020-07-28 | LibWeb: Make layout tree have non-const pointers to the DOM | Andreas Kling |
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: Move border width and color into LayoutStyle | Andreas Kling |
2020-06-13 | LibWeb: More work on table layout | Andreas Kling |
2020-06-09 | LibWeb: Add LayoutTableRowGroup to implement display: table-row-group | Andreas Kling |