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
Age
Commit message (
Expand
)
Author
2023-01-29
LibWeb: Move ARIA-related code into the Web::ARIA namespace
Linus Groh
2023-01-29
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
Timothy Flynn
2023-01-29
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
Timothy Flynn
2023-01-28
LibWeb: Replace ARIA role static FlyStrings with an enum
MacDue
2023-01-27
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
Linus Groh
2023-01-27
LibWeb: Remove declarations for non-existent methods
Sam Atkins
2023-01-27
LibWeb: Make NodeFilter::Result an enum class
Sam Atkins
2023-01-27
LibWeb: Expose the NodeFilter's whatToShow values to C++
Sam Atkins
2023-01-27
LibWeb: Correct logic in TreeWalker::next_node()
Sam Atkins
2023-01-24
LibWeb: Move scroll state from Layout::BlockContainer to Layout::Box
Andreas Kling
2023-01-24
LibWeb: Make grid containers be Layout::Box
Andreas Kling
2023-01-24
LibWeb: Make flex containers be Layout::Box
Andreas Kling
2023-01-18
LibWeb: Convert the Location object to IDL
Linus Groh
2023-01-12
LibWeb: Use DOM Selection instead of ad-hoc layout tree selection
Andreas Kling
2023-01-12
LibWeb: Implement BrowsingContext::selected_text() in terms of Selection
Andreas Kling
2023-01-11
LibWeb: Remove unused declaration Node::removed_last_ref()
Andreas Kling
2023-01-10
LibWeb: Move passing of Web object prototypes out of constructors
Timothy Flynn
2023-01-10
LibWeb: Move setting of Web object prototypes to initialize()
Timothy Flynn
2023-01-10
LibWeb: Use correct arguments in WEB_PLATFORM_OBJECT invocations
Timothy Flynn
2023-01-09
AK+Everywhere: Rename FlyString to DeprecatedFlyString
Timothy Flynn
2023-01-07
LibWeb: Add Functionality to Dump to Accessibility Tree
Jonah
2023-01-07
LibWeb: Add Function To Build Accessiblity Tree
Jonah
2023-01-07
LibWeb: Add (exclude/include)_from_accessibility_tree
Jonah
2023-01-07
LibWeb: Add has_global_aria_attribute
Jonah
2023-01-07
LibWeb: Add Support for the ARIA Element Properties
Jonah
2023-01-05
LibWeb: Convert Layout Boxes to new pixel units
Sam Atkins
2023-01-05
LibWeb: Convert LayoutState to new pixel units
Sam Atkins
2023-01-05
LibWeb+WebContent: Convert BrowsingContext to new pixel units
Sam Atkins
2023-01-01
LibWeb: Use a JS::NonnullGCPtr for DOMTokenList::m_associated_element
Andreas Kling
2022-12-26
LibWeb: Add missing return statement in an element scrolling error case
Timothy Flynn
2022-12-25
LibWeb: Propagate errors in Element::scroll_into_view()
Baitinq
2022-12-19
LibWeb: Fix crash when serializing nodes for DOM inspector
MacDue
2022-12-17
LibWeb: Add NamedNodeMap::setNamedItemNS() method
Alexander Narsudinov
2022-12-17
LibWeb: Add NamedNodeMap::removeNamedItemNS() method
Alexander Narsudinov
2022-12-17
LibWeb: Fix incorrect behaviour in NamedNodeMap::removeNamedItem()
Alexander Narsudinov
2022-12-17
LibWeb: Add NamedNodeMap::getNamedItemNS()
Alexander Narsudinov
2022-12-17
LibWeb: Make method NamedNodeMap::set_attribute() closer to the spec
Alexander Narsudinov
2022-12-17
LibWeb: Add internal get_attribute_ns() methods of NamedNodeMap
Alexander Narsudinov
2022-12-16
LibJS: Convert new_object_environment() to NonnullGCPtr
Linus Groh
2022-12-15
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
Linus Groh
2022-12-14
LibWeb: Convert Paintable coordinates to new pixel units
Sam Atkins
2022-12-14
LibWeb: Implement Node.isEqualNode() for ProcessingInstruction nodes
Andreas Kling
2022-12-14
LibWeb: Add Document.createProcessingInstruction()
Andreas Kling
2022-12-14
LibWeb: Make sure ProcessingInstruction objects have the right prototype
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-14
LibJS+LibWeb: Remove NonnullGCPtr<T>::operator=(GCPtr<T>) footgun
Andreas Kling
2022-12-14
LibJS: Remove Object(Object& prototype) footgun
Andreas Kling
2022-12-14
LibJS: Convert ECMAScriptFunctionObject::create() to NonnullGCPtr
Linus Groh
2022-12-10
LibWeb: Use HashMap::try_ensure_capacity in StyleComputer
Thomas Queiroz
[next]