Andreas Kling
|
f67648f872
LibWeb: Rename HTMLDocumentParser => HTMLParser
|
3 years ago |
Andreas Kling
|
0ee457dfdf
LibWeb: Provide a default DOM::EventTarget::dispatch_event()
|
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 |
Andreas Kling
|
e91edcaa28
LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock
|
3 years ago |
Luke Wilde
|
1a28fc3cb5
LibWeb: Add preceding and following Node cases in tree constraints
|
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
|
1159eefff3
LibWeb: Include DOM Node ID in serialized JSON
|
3 years ago |
Sam Atkins
|
d7485df928
LibWeb: Give each Node a unique ID
|
3 years ago |
Sam Atkins
|
48a2239f60
LibWeb: Remove commented-out dbgln
|
3 years ago |
Luke Wilde
|
bd55f0ad64
LibWeb: Add shadow including ancestor/descendant checks
|
3 years ago |
Luke
|
9cae827f07
LibWeb: Implement Node.contains
|
4 years ago |
Luke
|
f3f2170ac6
LibWeb: Add the cloning steps in clone_node
|
4 years ago |
Luke
|
e4ae1cdd1f
LibWeb: Use the element factory in clone_node
|
4 years ago |
Luke
|
5430bc8963
LibWeb: Make clone_node capable of cloning document fragments
|
4 years ago |
Luke
|
0ea50d44bf
LibWeb: Check if scripting is disabled before running script
|
4 years ago |
Timothy Flynn
|
1bbf3f1d09
LibWeb: Do not encode "internal_id" in DOM JSON
|
4 years ago |
Andreas Kling
|
384cffaa04
LibWeb: Fix build breakage after merging the oldish DOM inspector PR
|
4 years ago |
Adam Hodgen
|
4affe052b8
LibWeb: Add JSON serialization method to DOM::Node
|
4 years ago |
Andreas Kling
|
ba9d5c4d54
LibJS: Rename Function => FunctionObject
|
4 years ago |
Ali Mohammad Pur
|
fd72597999
LibWeb: Make ExceptionOr capable of holding all error types in the spec
|
4 years ago |
Andreas Kling
|
ee3a73ddbb
AK: Rename downcast<T> => verify_cast<T>
|
4 years ago |
Luke
|
46f2c278b0
LibWeb: Implement Node.replaceChild
|
4 years ago |
Luke
|
8b5ea01cfb
LibWeb: Use node_to_insert instead of node in Node::insert_before
|
4 years ago |
Luke
|
8bafbdddc6
LibWeb: Expose Node.ownerDocument
|
4 years ago |
Andreas Kling
|
b91c49364d
AK: Rename adopt() to adopt_ref()
|
4 years ago |
Linus Groh
|
ebdeed087c
Everywhere: Use linusg@serenityos.org for my copyright headers
|
4 years ago |