summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Layout/InitialContainingBlock.h
AgeCommit message (Expand)Author
2023-01-12LibWeb: Remove now-unused LayoutRange and LayoutPosition classes :^)Andreas Kling
2023-01-12LibWeb: Use DOM Selection instead of ad-hoc layout tree selectionAndreas Kling
2022-10-20LibWeb: Make the layout tree GC-allocatedAndreas Kling
2022-09-17LibWeb: Break inclusion cycle by removing unnecessary includeBen Wiederhake
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-21LibWeb: Build stacking context tree lazilyAndreas Kling
2022-03-11LibWeb: Move hit testing to the painting treeAndreas Kling
2021-10-06LibWeb: Rename Layout::BlockBox => BlockContainerAndreas Kling
2021-09-08LibWeb: Rename InitialContainingBlockBox => InitialContainingBlockAndreas Kling