summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Layout/TreeBuilder.h
AgeCommit message (Expand)Author
2023-03-15LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtrMatthew Olsson
2023-03-06Everywhere: Remove NonnullRefPtr.h includesAndreas Kling
2023-03-06LibJS+LibWeb: Add a bunch of missing includesMatthew Olsson
2022-12-10LibWeb: Use HashMap::try_ensure_capacity in StyleComputerThomas Queiroz
2022-10-20LibWeb: Make the layout tree GC-allocatedAndreas Kling
2022-10-06LibWeb: Base Layout::TreeBuilder decisions on CSS display propertyAndreas Kling
2022-10-06LibWeb: Simplify construction of :before and :after pseudo elementsAndreas Kling
2022-10-06LibWeb: Split out helper functions in TreeBuilder::create_layout_tree()Andreas Kling
2022-04-13LibWeb: Tidy up Layout::TreeBuilder ancestor stack a little bitAndreas Kling
2021-10-20LibWeb: Add missing headersBen Wiederhake
2021-10-06LibWeb: Start work towards modern CSS "display" valuesAndreas Kling
2021-08-05LibWeb: Ignore svg elements outside of <svg> when building layout treeK-Adam
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling