Luke
|
9cae827f07
LibWeb: Implement Node.contains
|
hace 4 años |
Luke
|
f3f2170ac6
LibWeb: Add the cloning steps in clone_node
|
hace 4 años |
Luke
|
e4ae1cdd1f
LibWeb: Use the element factory in clone_node
|
hace 4 años |
Luke
|
5430bc8963
LibWeb: Make clone_node capable of cloning document fragments
|
hace 4 años |
Luke
|
0ea50d44bf
LibWeb: Check if scripting is disabled before running script
|
hace 4 años |
Timothy Flynn
|
1bbf3f1d09
LibWeb: Do not encode "internal_id" in DOM JSON
|
hace 4 años |
Andreas Kling
|
384cffaa04
LibWeb: Fix build breakage after merging the oldish DOM inspector PR
|
hace 4 años |
Adam Hodgen
|
4affe052b8
LibWeb: Add JSON serialization method to DOM::Node
|
hace 4 años |
Andreas Kling
|
ba9d5c4d54
LibJS: Rename Function => FunctionObject
|
hace 4 años |
Ali Mohammad Pur
|
fd72597999
LibWeb: Make ExceptionOr capable of holding all error types in the spec
|
hace 4 años |
Andreas Kling
|
ee3a73ddbb
AK: Rename downcast<T> => verify_cast<T>
|
hace 4 años |
Luke
|
46f2c278b0
LibWeb: Implement Node.replaceChild
|
hace 4 años |
Luke
|
8b5ea01cfb
LibWeb: Use node_to_insert instead of node in Node::insert_before
|
hace 4 años |
Luke
|
8bafbdddc6
LibWeb: Expose Node.ownerDocument
|
hace 4 años |
Andreas Kling
|
b91c49364d
AK: Rename adopt() to adopt_ref()
|
hace 4 años |
Linus Groh
|
ebdeed087c
Everywhere: Use linusg@serenityos.org for my copyright headers
|
hace 4 años |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
hace 4 años |
Linus Groh
|
5da4c9bf1e
LibWeb: Implement Node.cloneNode()
|
hace 4 años |
AnotherTest
|
9c201767a0
LibWeb: Fix some FIXMEs related to ExceptionOr<T>
|
hace 4 años |
Luke
|
83d2c3f2f5
LibWeb: Move element_child_count to ParentNode and add its IDL attribute
|
hace 4 años |
Brian Gianforcaro
|
988c23fff0
LibWeb: Add implementation of Node.compareDocumentPosition()
|
hace 4 años |
Luke
|
5beacf08a2
LibWeb: Make the node mutation algorithms more spec compliant
|
hace 4 años |
Luke
|
ca71ac484b
LibWeb: Rename "for_each_in_subtree(_of_type)" to "for_each_in_inclusive_subtree(_of_type)"
|
hace 4 años |
Andreas Kling
|
380e688123
LibWeb: Remove nodes from their old parent in appendChild/insertBefore
|
hace 4 años |
Timothy Flynn
|
c503047c71
LibWeb: Get the first DOM node with a 'title' attribute for tooltip area
|
hace 4 años |
Luke
|
ed139bee7f
LibWeb: Add a couple child node operations to Node and add node types
|
hace 4 años |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
hace 4 años |
Andreas Kling
|
2eddd74e85
LibWeb: Add DOM::Node::parent_or_shadow_host()
|
hace 4 años |
Andreas Kling
|
9de1253f44
LibWeb: Remove a whole bunch of unnecessary #includes
|
hace 4 años |
Andreas Kling
|
a0bcfa30bf
LibWeb: Add simple implementation of Node.removeChild()
|
hace 4 años |