index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
TreeNode.h
Age
Commit message (
Expand
)
Author
2021-10-03
LibWeb: Allow Document::ref() when ref-count is zero
Andreas Kling
2021-09-16
LibWeb: Use default instead of an empty constructor/destructor
Brian Gianforcaro
2021-09-14
LibWeb: Implement ParentNode.children
Luke Wilde
2021-09-07
LibWeb: Add preceding and following Node cases in tree constraints
Luke Wilde
2021-06-24
AK: Rename downcast<T> => verify_cast<T>
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-20
LibWeb: Add capabilities to find the index of a child in its parent.
Tobias Christiansen
2021-04-10
AK+Everywhere: Make StdLibExtras templates less wrapper-y
AnotherTest
2021-04-06
LibWeb: Make the node mutation algorithms more spec compliant
Luke
2021-04-06
LibWeb: Add non-inclusive variants of subtree traversal
Luke
2021-04-06
LibWeb: Rename "for_each_in_subtree(_of_type)" to "for_each_in_inclusive_subt...
Luke
2021-04-06
LibWeb: Strip out the mutation event logic from TreeNode
Luke
2021-04-06
LibWeb: Sever parent/child connections in ~TreeNode()
Andreas Kling
2021-04-06
LibWeb: Remove duplicated code in TreeNode::remove_child()
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling