summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/DOM/NonElementParentNode.h
AgeCommit message (Expand)Author
2023-03-06LibWeb: Fix a few const-ness issuesMatthew Olsson
2023-01-09AK+Everywhere: Rename FlyString to DeprecatedFlyStringTimothy Flynn
2022-09-13LibWeb: Add some missing includesHendiadyoin1
2022-09-06LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocatedAndreas Kling
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2021-09-16LibWeb: Use default instead of an empty constructor/destructorBrian Gianforcaro
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-06LibWeb: Rename "for_each_in_subtree(_of_type)" to "for_each_in_inclusive_subt...Luke
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling