summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/TreeNode.h
AgeCommit message (Expand)Author
2021-01-07LibWeb: Move remove_all_children() from Node to TreeNode<T>Andreas Kling
2020-12-21Everywhere: Switch from (void) to [[maybe_unused]] (#4473)Lenny Maiorani
2020-11-27LibWeb: Two more edge cases for TreeNode::insert_before.asynts
2020-11-27LibWeb: Update m_previous_sibling in TreeNode::insert_before.asynts
2020-11-22LibWeb: Expose ParentNode.{first,last}ElementChildLuke
2020-10-22LibWeb: Break reference cycles so DOM::Document actually gets deletedAndreas Kling
2020-10-22LibWeb: Remove unused TreeNode::donate_all_children_to()Andreas Kling
2020-10-11LibWeb: Make DOM Nodes keep their Document aliveAndreas Kling
2020-08-10LibWeb: Move tree iteration helpers from Node/LayoutNode to TreeNodeAndreas Kling
2020-07-26LibWeb: Switch to using AK::is and AK::downcastAndreas Kling
2020-06-29LibWeb: Add LayoutRange::normalized()Andreas Kling
2020-06-21LibWeb: Add Node.insertBefore(Node node, Node? child)Andreas Kling
2020-05-24LibWeb: Add a way to opt out of TreeNode::append_child() notificationsAndreas Kling
2020-04-03LibWeb: Implement <script src> support for synchronous scriptsAndreas Kling
2020-03-07LibWeb: Rename directory LibHTML => LibWebAndreas Kling