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.h
Age
Commit message (
Expand
)
Author
2022-07-27
LibWeb: Add fast_is<HTMLElement>()
Andreas Kling
2022-07-27
LibWeb: Add fast_is<HTMLBaseElement>()
Andreas Kling
2022-07-12
LibWeb: Traverse shadow-including subtree when adopting DOM nodes
Andreas Kling
2022-07-11
LibWeb: Implement all "childList" mutation records for MutationObserver
Luke Wilde
2022-07-11
LibWeb: Introduce Mutation{Record,Observer} and observer microtasks
Luke Wilde
2022-06-27
LibWeb: Add CDATASection
Luke Wilde
2022-04-12
LibWeb: Bring Node closer to spec
Igor Pissolati
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-31
LibWeb: Remove Document::is_scripting_enabled() and use Node's
Linus Groh
2022-03-13
LibWeb: Add some fast_is<T> helpers for hot classes on GitHub :^)
Andreas Kling
2022-03-13
LibWeb: Add fast_is<SVG::SVGSVGElement>()
Andreas Kling
2022-03-11
LibWeb: Move mouse event and label logic from layout to painting tree
Andreas Kling
2022-03-11
LibWeb: Split Paintable into Paintable and PaintableBox
Andreas Kling
2022-03-11
LibWeb: Rename Painting::Box => Paintable
Andreas Kling
2022-03-11
LibWeb: Add Painting::Box and move things from Layout::Box into it
Andreas Kling
2022-03-02
LibWeb: Add fast_is<T> for HTML::HTMLAnchorElement
Andreas Kling
2022-02-26
LibWeb: Make Range.setStart and Range.setEnd spec compliant
Luke Wilde
2022-02-26
LibWeb: Make DOM inspector overlay rects a little nicer
Andreas Kling
2022-02-21
LibWeb: Implement Node.removeChild() in terms of "pre-remove"
Andreas Kling
2022-02-21
LibWeb: Implement `Node.nodeValue` DOM attribute
Adam Hodgen
2022-02-05
LibWeb: Compute element style in Layout::TreeBuilder
Andreas Kling
2021-11-24
LibWeb: Add JSON serialization for nested browsing contexts
Vyacheslav Pukhanov
2021-11-02
LibWeb: Hide uninteresting whitespace text nodes from DOM inspector
Andreas Kling
2021-10-27
LibWeb: Add fast_is<T>() for HTML::HTMLHtmlElement
Andreas Kling
2021-10-16
LibWeb: Implement Node.getRootNode
Luke Wilde
2021-10-03
LibWeb: Convert Node.childNodes to NodeList
Luke Wilde
2021-09-30
LibWeb: Add Node::in_a_document_tree()
Andreas Kling
2021-09-25
LibWeb: Provide a default DOM::EventTarget::dispatch_event()
Andreas Kling
2021-09-16
LibWeb: Add fast_is<HTMLTemplateElement>()
Andreas Kling
2021-09-14
LibWeb: Implement HTML fragment serialisation and use it in innerHTML
Luke Wilde
2021-09-13
LibWeb: Implement Node.isEqualNode(Node? otherNode)
Andreas Kling
2021-09-13
LibWeb: Implement Node.isSameNode(Node? otherNode)
Andreas Kling
2021-09-06
LibWeb: Make Node.textContent more spec compliant
Luke Wilde
2021-09-06
LibWeb: Implement the (string) replace all operations for Node
Luke Wilde
2021-09-02
LibWeb: Make Node::root return a reference
Luke Wilde
2021-09-02
LibWeb: Give each Node a unique ID
Sam Atkins
2021-09-02
LibWeb: Add shadow including ancestor/descendant checks
Luke Wilde
2021-08-05
LibWeb: Ignore svg elements outside of <svg> when building layout tree
K-Adam
2021-07-05
LibWeb: Implement Node.contains
Luke
2021-07-05
LibWeb: Make adopted_from no longer take a const Document reference
Luke
2021-07-05
LibWeb: Add the cloning steps in clone_node
Luke
2021-07-05
LibWeb: Check if scripting is disabled before running script
Luke
2021-06-29
LibWeb: Add JSON serialization method to DOM::Node
Adam Hodgen
2021-05-07
LibWeb: Implement Node.replaceChild
Luke
2021-05-02
LibWeb: Expose Node.ownerDocument
Luke
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-14
LibWeb: Implement Node.cloneNode()
Linus Groh
2021-04-13
LibWeb: Fix some FIXMEs related to ExceptionOr<T>
AnotherTest
2021-04-11
LibWeb: Move element_child_count to ParentNode and add its IDL attribute
Luke
2021-04-11
LibWeb: Add implementation of Node.compareDocumentPosition()
Brian Gianforcaro
[next]