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
/
DOM
/
ParentNode.h
Age
Commit message (
Expand
)
Author
2023-01-09
AK+Everywhere: Rename FlyString to DeprecatedFlyString
Timothy Flynn
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-09-25
LibWeb: Move ExceptionOr from DOM/ to WebIDL/
Linus Groh
2022-09-21
LibWeb: Remove WRAPPER_HACK() macro
Linus Groh
2022-09-18
LibWeb: Make ParentNode.children vend the same HTMLCollection every time
Andreas Kling
2022-09-06
LibWeb: Make HTMLCollection and subclasses GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make NodeList GC-allocated
Andreas Kling
2022-09-06
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
Andreas Kling
2022-03-15
LibWeb: Add fast_is<ParentNode>()
Andreas Kling
2022-01-31
LibWeb: Implement ParentNode.replaceChildren
Luke Wilde
2022-01-31
LibWeb: Implement ParentNode.append
Luke Wilde
2022-01-31
LibWeb: Implement ParentNode.prepend
Luke Wilde
2021-10-03
LibWeb: Convert ParentNode.querySelectorAll to NodeList
Luke Wilde
2021-09-22
LibWeb: Add getElementsByTagNameNS and add support for * in non-NS
Luke Wilde
2021-09-14
LibWeb: Implement ParentNode.children
Luke Wilde
2021-09-11
LibWeb: Throw SyntaxError on bogus querySelector{,All} input selector
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-11
LibWeb: Move element_child_count to ParentNode and add its IDL attribute
Luke
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling