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-05-29
LibWeb: Remove Layout::TableCellBox
Aliaksandr Kalenik
2023-05-29
LibWeb: Remove Layout::TableRowBox
Aliaksandr Kalenik
2023-05-29
LibWeb: Remove Layout::TableRowGroupBox
Aliaksandr Kalenik
2023-05-29
LibWeb: Remove Layout::TableBox
Aliaksandr Kalenik
2023-05-29
LibWeb: Keep track of CSS property source declarations
Ali Mohammad Pur
2023-05-27
LibWeb: Only forward scroll requests for the top-level browsing context
Andreas Kling
2023-05-27
LibWeb: Don't invalidate style when attribute set to identical value
Andreas Kling
2023-05-25
LibWeb: Don't crash on unimplemented CSS display type
Andreas Kling
2023-05-24
LibWeb: Implement scroll_{width, height}
stelar7
2023-05-24
LibWeb: Make CSSPixels and Length use 64-bit (double) floating point
Andreas Kling
2023-05-23
LibWeb: Make HTMLCollection faster when it only cares about children
Andreas Kling
2023-05-23
LibWeb: Avoid rebuilding layout tree unless CSS display property changes
Andreas Kling
2023-05-17
LibWeb: Resolve CSS custom properties on pseudo elements
Andreas Kling
2023-05-08
LibWeb: Don't include Layout/Node.h from DOM/Element.h
Andreas Kling
2023-05-08
LibWeb: Don't include DOM/NamedNodeMap.h from DOM/Element.h
Andreas Kling
2023-05-08
LibWeb: Don't include CSS/CSSStyleDeclaration.h from DOM/Element.h
Andreas Kling
2023-05-08
LibWeb: Don't include DOM/Attr.h from DOM/Element.h
Andreas Kling
2023-05-08
LibWeb: Don't include CSS/StyleComputer.h from Element.h and Document.h
Andreas Kling
2023-05-08
LibWeb: Don't relayout when visibility changes between visible/hidden
Andreas Kling
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
[next]