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
/
Element.cpp
Age
Commit message (
Expand
)
Author
2023-04-20
LibWeb/DOM: Rename Node::{paint => paintable}_box()
Linus Groh
2023-04-20
LibWeb/Layout: Rename Box::{paint => paintable}_box()
Linus Groh
2023-04-06
LibWeb: Introduce CustomElementRegistry and creating custom elements
Luke Wilde
2023-03-28
LibWeb: Allow attachshadow for elements with valid custom element names
Srikavin Ramkumar
2023-03-21
LibWeb: Pass scope in Element::closest
Simon Wanner
2023-03-21
LibWeb: Pass scope in Element::matches
Simon Wanner
2023-03-10
LibWeb: Implement Element.setAttributeNode{,NS}()
Andreas Kling
2023-03-08
LibWeb: Convert DOM::Element::m_classes to the new AK::FlyString
Andreas Kling
2023-03-07
LibWeb/HTML: Port Window.scroll{X,Y} / Window.page{X,Y}Offset to IDL
Linus Groh
2023-02-28
LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport
Andreas Kling
2023-02-22
LibWeb: Make factory methods of Geometry::DOMRect fallible
Kenneth Myhra
2023-02-22
LibWeb: Make factory method of Geometry::DOMRectList fallible
Kenneth Myhra
2023-02-19
LibWeb: Use is_ascii_case_insensitive_match() where the spec says to
Sam Atkins
2023-02-18
LibWeb: Make factory method of DOM::NamedNodeMap fallible
Kenneth Myhra
2023-02-18
LibWeb: Make factory method of DOM::HTMLCollection fallible
Kenneth Myhra
2023-02-18
LibWeb: Make factory method of DOM::DOMTokenList fallible
Kenneth Myhra
2023-02-18
LibWeb: Make factory method of DOM::Attr fallible
Kenneth Myhra
2023-02-18
LibWeb: Make factory method of CSS::ResolvedCSSStyleDeclaration fallible
Kenneth Myhra
2023-02-18
LibWeb: Make factory methods of CSS::CSSStyleDeclaration fallible
Kenneth Myhra
2023-02-15
LibWeb: Port CSS::Display to new Strings
Sam Atkins
2023-02-02
LibWeb: Implement Element.attachShadow and Element.shadowRoot :^)
Karol Kosek
2023-02-02
LibWeb: Add a helper function for checking if element is a shadow host
Karol Kosek
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-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-10
LibWeb: Move setting of Web object prototypes to initialize()
Timothy Flynn
2023-01-09
AK+Everywhere: Rename FlyString to DeprecatedFlyString
Timothy Flynn
2023-01-07
LibWeb: Add (exclude/include)_from_accessibility_tree
Jonah
2023-01-05
LibWeb: Convert Layout Boxes to new pixel units
Sam Atkins
2023-01-05
LibWeb+WebContent: Convert BrowsingContext to new pixel units
Sam Atkins
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-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-10
LibWeb: Use HashMap::try_ensure_capacity in StyleComputer
Thomas Queiroz
2022-12-10
LibWeb+WebContent+headless-browser: Use CSSPixels for PageClient events
Sam Atkins
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-07
LibWeb: Start implementing the Element scroll attributes
Luke Wilde
2022-11-07
LibWeb: Implement Element.getAttributeNode
Luke Wilde
2022-11-07
LibWeb: Implement HTMLOrSVGElement.tabIndex
Luke Wilde
2022-11-03
LibWeb: Fully implement the fragment serializing algorithm
Timothy Flynn
2022-10-29
LibWeb: Don't invalidate layout when setting .innerHTML on <template>
Andreas Kling
2022-10-29
LibWeb: Don't invalidate style for entire document on attribute change
Andreas Kling
2022-10-20
LibWeb: Make the layout tree GC-allocated
Andreas Kling
2022-10-20
LibWeb: Cache pseudo element layout nodes weakly on DOM::Element
Andreas Kling
[next]