Adam Hodgen
|
c6dd8a1f66
LibWeb: Implement `Node.nodeValue` DOM attribute
|
3 years ago |
Andreas Kling
|
7e1bf4d300
LibWeb: Compute element style in Layout::TreeBuilder
|
3 years ago |
Vyacheslav Pukhanov
|
3f006d81fe
LibWeb: Add JSON serialization for nested browsing contexts
|
3 years ago |
Andreas Kling
|
5db51d85a3
LibWeb: Hide uninteresting whitespace text nodes from DOM inspector
|
3 years ago |
Andreas Kling
|
4333d0d639
LibWeb: Add fast_is<T>() for HTML::HTMLHtmlElement
|
3 years ago |
Luke Wilde
|
1ea3f34823
LibWeb: Implement Node.getRootNode
|
3 years ago |
Luke Wilde
|
6a7739c645
LibWeb: Convert Node.childNodes to NodeList
|
3 years ago |
Andreas Kling
|
71087422f6
LibWeb: Add Node::in_a_document_tree()
|
3 years ago |
Andreas Kling
|
0ee457dfdf
LibWeb: Provide a default DOM::EventTarget::dispatch_event()
|
3 years ago |
Andreas Kling
|
58b84f953c
LibWeb: Add fast_is<HTMLTemplateElement>()
|
3 years ago |
Luke Wilde
|
f62477c093
LibWeb: Implement HTML fragment serialisation and use it in innerHTML
|
3 years ago |
Andreas Kling
|
449cbd5ecc
LibWeb: Implement Node.isEqualNode(Node? otherNode)
|
3 years ago |
Andreas Kling
|
a0528598b5
LibWeb: Implement Node.isSameNode(Node? otherNode)
|
3 years ago |
Luke Wilde
|
5e61382849
LibWeb: Make Node.textContent more spec compliant
|
3 years ago |
Luke Wilde
|
d36838d050
LibWeb: Implement the (string) replace all operations for Node
|
3 years ago |
Luke Wilde
|
f7f37eaa0f
LibWeb: Make Node::root return a reference
|
3 years ago |
Sam Atkins
|
d7485df928
LibWeb: Give each Node a unique ID
|
3 years ago |
Luke Wilde
|
bd55f0ad64
LibWeb: Add shadow including ancestor/descendant checks
|
3 years ago |
K-Adam
|
e8d10fb429
LibWeb: Ignore svg elements outside of <svg> when building layout tree
|
4 years ago |
Luke
|
9cae827f07
LibWeb: Implement Node.contains
|
4 years ago |
Luke
|
5897bc5c1f
LibWeb: Make adopted_from no longer take a const Document reference
|
4 years ago |
Luke
|
f3f2170ac6
LibWeb: Add the cloning steps in clone_node
|
4 years ago |
Luke
|
0ea50d44bf
LibWeb: Check if scripting is disabled before running script
|
4 years ago |
Adam Hodgen
|
4affe052b8
LibWeb: Add JSON serialization method to DOM::Node
|
4 years ago |
Luke
|
46f2c278b0
LibWeb: Implement Node.replaceChild
|
4 years ago |
Luke
|
8bafbdddc6
LibWeb: Expose Node.ownerDocument
|
4 years ago |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
Linus Groh
|
5da4c9bf1e
LibWeb: Implement Node.cloneNode()
|
4 years ago |
AnotherTest
|
9c201767a0
LibWeb: Fix some FIXMEs related to ExceptionOr<T>
|
4 years ago |
Luke
|
83d2c3f2f5
LibWeb: Move element_child_count to ParentNode and add its IDL attribute
|
4 years ago |