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
/
Node.cpp
Age
Commit message (
Expand
)
Author
2023-04-06
LibWeb: Introduce CustomElementRegistry and creating custom elements
Luke Wilde
2023-03-30
LibWeb: Make the Node.compareDocumentPosition() return value enum public
Andreas Kling
2023-03-18
LibWeb+LibWebView: Show shadow roots in the DOM inspector
Simon Wanner
2023-03-18
LibWeb: Port MutationRecord types to FlyString
Timothy Flynn
2023-03-15
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
Matthew Olsson
2023-03-06
LibWeb: Fix a few const-ness issues
Matthew Olsson
2023-02-28
LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport
Andreas Kling
2023-02-22
LibWeb: Make factory method of DOM::ElementFactory fallible
Kenneth Myhra
2023-02-19
LibWeb: Implement Accessible Name and Description Calculation
Jonah
2023-02-18
LibWeb: Make factory method of DOM::StaticNodeList fallible
Kenneth Myhra
2023-02-18
LibWeb: Make factory method of DOM::MutationRecord fallible
Kenneth Myhra
2023-02-18
LibWeb: Make factory method of DOM::LiveNodeList fallible
Kenneth Myhra
2023-02-18
LibWeb: Make factory methods of DOM::Document fallible
Kenneth Myhra
2023-02-18
LibWeb: Make factory method of DOM::AccessibilityTreeNode fallible
Kenneth Myhra
2023-02-02
LibWeb: Rename DOM::shadow_root() to shadow_root_internal()
Karol Kosek
2023-01-29
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
Timothy Flynn
2023-01-27
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
Linus Groh
2023-01-09
AK+Everywhere: Rename FlyString to DeprecatedFlyString
Timothy Flynn
2023-01-07
LibWeb: Add Functionality to Dump to Accessibility Tree
Jonah
2022-12-19
LibWeb: Fix crash when serializing nodes for DOM inspector
MacDue
2022-12-14
LibWeb: Implement Node.isEqualNode() for ProcessingInstruction nodes
Andreas Kling
2022-12-14
LibWeb: Implement Node.isEqualNode() for Attr nodes
Andreas Kling
2022-12-14
LibWeb: Implement Node.cloneNode for Attr nodes
Andreas Kling
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-23
Userland+Tests: Remove a few more LibJS/{AST.h,Parser.h} includes
Andreas Kling
2022-11-06
LibWeb: Replace some unnecessary ShadowRoot verify_cast with static_cast
Baitinq
2022-11-05
LibWeb: Add DOM::Node::parent_or_shadow_host_element()
Andreas Kling
2022-11-03
LibWeb: Fully implement the fragment serializing algorithm
Timothy Flynn
2022-10-31
LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`s
Linus Groh
2022-10-29
LibWeb: Don't invalidate style for entire document on Node insertion
Andreas Kling
2022-10-20
LibWeb: Call superclass GC finalizer in DOM::Node::finalize()
Andreas Kling
2022-10-20
LibWeb: Add GC finalizer for DOM::Node
Andreas Kling
2022-10-20
LibWeb: Make the layout tree GC-allocated
Andreas Kling
2022-10-01
LibWeb: Remove unused DOM::Node::window helper method
Andrew Kaster
2022-10-01
LibWeb: Remove unecessary dependence on Window from DOM and WebIDL
Andrew Kaster
2022-09-25
LibWeb: Move DOMException from DOM/ to WebIDL/
Linus Groh
2022-09-25
LibWeb: Move ExceptionOr from DOM/ to WebIDL/
Linus Groh
2022-09-25
LibWeb: Invalidate layout when a DOM node is removed from the tree
Andreas Kling
2022-09-21
LibWeb: Make Node.childNodes vend the same NodeList every time
Andreas Kling
2022-09-18
LibWeb: Support getting and setting Attr.textContent
Andreas Kling
2022-09-18
LibWeb: Rename Attribute to Attr
Andreas Kling
2022-09-14
LibWeb: Make :link selector behave according to spec
Andreas Kling
2022-09-06
LibWeb: Make DOMException GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make MutationObserver GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make MutationRecord GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make NodeList GC-allocated
Andreas Kling
2022-09-06
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make DOM::Event and all its subclasses GC-allocated
Andreas Kling
2022-08-23
LibWeb: Replace GlobalObject with Realm in wrapper functions
Linus Groh
[next]