Age | Commit message (Expand) | Author |
---|---|---|
2023-01-12 | LibWeb: Remove now-unused LayoutRange and LayoutPosition classes :^) | Andreas Kling |
2023-01-12 | LibWeb: Use DOM Selection instead of ad-hoc layout tree selection | Andreas Kling |
2022-10-20 | LibWeb: Make the layout tree GC-allocated | Andreas Kling |
2022-09-17 | LibWeb: Break inclusion cycle by removing unnecessary include | Ben Wiederhake |
2022-04-01 | Everywhere: Run clang-format | Idan Horowitz |
2022-03-21 | LibWeb: Build stacking context tree lazily | Andreas Kling |
2022-03-11 | LibWeb: Move hit testing to the painting tree | Andreas Kling |
2021-10-06 | LibWeb: Rename Layout::BlockBox => BlockContainer | Andreas Kling |
2021-09-08 | LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock | Andreas Kling |