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
2023-05-24
LibWeb: Add fast way to check if a DOM node is an SVG element
Andreas Kling
2023-05-23
LibWeb: Don't create mutation record node lists if nobody is interested
Andreas Kling
2023-05-07
LibWeb: Add fast_is<T>() helper for HTMLScriptElement
Andreas Kling
2023-04-23
LibWeb: Implement Node::navigable()
Aliaksandr Kalenik
2023-04-20
LibWeb/DOM: Rename Node::{paint => paintable}_box()
Linus Groh
2023-04-19
LibWeb: Rename BrowsingContextContainer => NavigableContainer
Andreas Kling
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: Port MutationRecord types to FlyString
Timothy Flynn
2023-03-15
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
Matthew Olsson
2023-03-11
LibWeb: Add fast_is<T>() for various types stood out in a profile
Andreas Kling
2023-03-06
LibWeb: Fix a few const-ness issues
Matthew Olsson
2023-02-19
LibWeb: Implement Accessible Name and Description Calculation
Jonah
2023-01-29
LibWeb: Move ARIA-related code into the Web::ARIA namespace
Linus Groh
2023-01-28
LibWeb: Replace ARIA role static FlyStrings with an enum
MacDue
2023-01-27
LibWeb: Remove declarations for non-existent methods
Sam Atkins
2023-01-11
LibWeb: Remove unused declaration Node::removed_last_ref()
Andreas Kling
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-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
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-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-09-25
LibWeb: Move ExceptionOr from DOM/ to WebIDL/
Linus Groh
2022-09-21
LibWeb: Remove WRAPPER_HACK() macro
Linus Groh
2022-09-21
LibWeb: Make Node.childNodes vend the same NodeList every time
Andreas Kling
2022-09-14
LibWeb: Make :link selector behave according to spec
Andreas Kling
2022-09-06
LibWeb: Remove now-unused Bindings::Wrappable class
Andreas Kling
2022-09-06
LibWeb: Make MutationObserver 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-08-23
LibWeb: Replace GlobalObject with Realm in wrapper functions
Linus Groh
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
[next]