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.cpp
Age
Commit message (
Expand
)
Author
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-13
LibWeb: Stop dumping selectors in ParentNode::query_selector{,_all}()
Linus Groh
2021-09-11
LibWeb: Throw SyntaxError on bogus querySelector{,All} input selector
Andreas Kling
2021-08-02
LibWeb: Switch to new CSS Parser :^)
Sam Atkins
2021-07-17
LibWeb: Avoid UAF in query_selector{,_all}()
Alexander
2021-07-14
LibWeb: Make CSS::Selector reference counted
Sam Atkins
2021-07-11
LibWeb: Add context to new CSS parser, and deprecate the old one
Sam Atkins
2021-04-22
LibWeb+HackStudio: Use lukew@serenityos.org for my copyright headers
Luke
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-04-06
LibWeb: Rename "for_each_in_subtree(_of_type)" to "for_each_in_inclusive_subt...
Luke
2021-03-09
LibWeb: Rename CSSParser => DeprecatedCSSParser
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling