1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:38:11 +00:00
serenity/LibHTML/DOM
Andreas Kling 8adae51b35 LibHTML: Add a simple TreeNode<T> template for making trees.
We'll be making a lot of trees here, so let's share code during bootstrap.
Eventually some of these classes are gonna want custom trees but for now
we can just fit them all into the same clothes.
2019-06-25 19:46:01 +02:00
..
Document.cpp LibHTML: Add a simple TreeNode<T> template for making trees. 2019-06-25 19:46:01 +02:00
Document.h AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 2019-06-21 18:37:47 +02:00
Element.cpp AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 2019-06-21 18:37:47 +02:00
Element.h AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 2019-06-21 18:37:47 +02:00
Node.cpp LibHTML: Add a simple TreeNode<T> template for making trees. 2019-06-25 19:46:01 +02:00
Node.h LibHTML: Add a simple TreeNode<T> template for making trees. 2019-06-25 19:46:01 +02:00
ParentNode.cpp LibHTML: Add a simple TreeNode<T> template for making trees. 2019-06-25 19:46:01 +02:00
ParentNode.h LibHTML: Add a simple TreeNode<T> template for making trees. 2019-06-25 19:46:01 +02:00
Text.cpp AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 2019-06-21 18:37:47 +02:00
Text.h AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 2019-06-21 18:37:47 +02:00