Linus Groh
|
a68d31debd
LibWeb: Convert ParentNode to use TRY for error propagation
|
3 years ago |
Luke Wilde
|
d1bc9358c1
LibWeb: Implement ParentNode.replaceChildren
|
3 years ago |
Luke Wilde
|
34dfdc3f37
LibWeb: Implement ParentNode.append
|
3 years ago |
Luke Wilde
|
d5c96c3ccf
LibWeb: Implement ParentNode.prepend
|
3 years ago |
Luke Wilde
|
5ac57db5e9
LibWeb: Don't match the node querySelector(All) was called on
|
3 years ago |
Luke Wilde
|
2f7fb1fe63
LibWeb: Convert ParentNode.querySelectorAll to NodeList
|
3 years ago |
Luke Wilde
|
d47e431d54
LibWeb: Add getElementsByTagNameNS and add support for * in non-NS
|
3 years ago |
Luke Wilde
|
e4d97add3d
LibWeb: Implement ParentNode.children
|
3 years ago |
Linus Groh
|
8cd4a889fe
LibWeb: Stop dumping selectors in ParentNode::query_selector{,_all}()
|
3 years ago |
Andreas Kling
|
0398089275
LibWeb: Throw SyntaxError on bogus querySelector{,All} input selector
|
3 years ago |
Sam Atkins
|
3bd14941c7
LibWeb: Switch to new CSS Parser :^)
|
3 years ago |
Alexander
|
459aa44f6b
LibWeb: Avoid UAF in query_selector{,_all}()
|
4 years ago |
Sam Atkins
|
776b1f4548
LibWeb: Make CSS::Selector reference counted
|
4 years ago |
Sam Atkins
|
004ae453d1
LibWeb: Add context to new CSS parser, and deprecate the old one
|
4 years ago |
Luke
|
31364da590
LibWeb+HackStudio: Use lukew@serenityos.org for my copyright headers
|
4 years ago |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
Luke
|
83d2c3f2f5
LibWeb: Move element_child_count to ParentNode and add its IDL attribute
|
4 years ago |
Luke
|
ca71ac484b
LibWeb: Rename "for_each_in_subtree(_of_type)" to "for_each_in_inclusive_subtree(_of_type)"
|
4 years ago |
Andreas Kling
|
16cde3f14a
LibWeb: Rename CSSParser => DeprecatedCSSParser
|
4 years ago |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 years ago |