Age | Commit message (Expand) | Author |
---|---|---|
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 |