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
2022-03-19
LibWeb: Make document-level style invalidation fast
Andreas Kling
2022-03-15
LibWeb: Fix mistake in Node::invalidate_style()
Andreas Kling
2022-03-15
LibWeb: Make invalidate_style() set child-needs-update on shadow hosts
Andreas Kling
2022-03-15
LibWeb: Improvements to Node::invalidate_style()
Andreas Kling
2022-03-15
LibWeb: Invalidate document style after Node.insertBefore()
Andreas Kling
2022-03-15
LibWeb: Make style invalidation cross shadow boundaries
Andreas Kling
2022-03-15
LibWeb: Use a WeakPtr for DocumentFragment's "host" field
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: Use Layout::Box::paint_box() accessor in more places
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-10
LibWeb: Display pseudo-elements in the DOM inspector
Sam Atkins
2022-03-09
LibWeb: Invalidate document style when a node is removed
Andreas Kling
2022-03-09
LibWeb: Implement "NodeIterator pre-removing steps"
Andreas Kling
2022-03-02
LibWeb: Streamline Node::enclosing_link_element() somewhat
Andreas Kling
2022-02-27
Everywhere: Make JSON serialization fallible
Idan Horowitz
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-16
LibWeb: Separate "event listener" from "EventListener"
Andreas Kling
2022-02-08
LibWeb: Rewrite EventTarget to more closely match the spec
Luke Wilde
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: Show DOM comment contents in DOM inspector
Andreas Kling
2021-11-02
LibWeb: Hide uninteresting whitespace text nodes from DOM inspector
Andreas Kling
2021-10-16
LibWeb: Implement Node.getRootNode
Luke Wilde
2021-10-12
LibWeb: Re-mark nodes as needing style after moving between documents
Andreas Kling
2021-10-06
LibWeb: Make CSS layout lazier
Andreas Kling
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: Rename HTMLDocumentParser => HTMLParser
Andreas Kling
2021-09-25
LibWeb: Provide a default DOM::EventTarget::dispatch_event()
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-08
LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock
Andreas Kling
2021-09-07
LibWeb: Add preceding and following Node cases in tree constraints
Luke Wilde
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: Include DOM Node ID in serialized JSON
Sam Atkins
2021-09-02
LibWeb: Give each Node a unique ID
Sam Atkins
2021-09-02
LibWeb: Remove commented-out dbgln
Sam Atkins
2021-09-02
LibWeb: Add shadow including ancestor/descendant checks
Luke Wilde
2021-07-05
LibWeb: Implement Node.contains
Luke
2021-07-05
LibWeb: Add the cloning steps in clone_node
Luke
2021-07-05
LibWeb: Use the element factory in clone_node
Luke
2021-07-05
LibWeb: Make clone_node capable of cloning document fragments
Luke
[next]