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.h
Age
Commit message (
Expand
)
Author
2022-03-16
LibWeb: Avoid layout invalidation for some CSS property changes
Andreas Kling
2022-03-15
LibWeb: Rename Element::specified_css_values() => computed_css_values()
Andreas Kling
2022-03-15
LibWeb: Rename Element::computed_style() to resolved_css_values()
Andreas Kling
2022-03-10
LibWeb: Display pseudo-elements in the DOM inspector
Sam Atkins
2022-03-03
LibWeb: Reduce HashMap thrashing during custom property cascade
Andreas Kling
2022-03-03
LibWeb: Use FlyString for CSS custom property names
Andreas Kling
2022-03-02
LibWeb: Support (and validate) prefixes in Document.createElementNS()
Andreas Kling
2022-02-25
LibWeb: Extract code for creating a Layout::Node based on display type
Sam Atkins
2022-02-19
LibWeb: Move QualifiedName into the Web::DOM namespace
Andreas Kling
2022-02-19
LibWeb: Move QualifiedName.h into LibWeb/DOM/
Andreas Kling
2022-02-16
LibWeb: Support Element.closest(selectors)
Edwin Hoksberg
2022-02-15
LibWeb: Add Element::did_remove_attribute() virtual
Andreas Kling
2022-02-12
LibWeb: Add stub implementation for Element's getClientRects
DerpyCrabs
2022-02-10
LibWeb: Perform CSS custom property cascade once instead of per-property
Andreas Kling
2022-02-06
LibWeb: Move is_focusable() virtual from Element to EventTarget
Andreas Kling
2022-02-06
LibWeb: Make HTMLInputElement move cursor into text node when focused
Andreas Kling
2022-02-05
LibWeb: Add a partial implementation of Element.setAttributeNS()
Andreas Kling
2022-02-05
LibWeb: Compute element style in Layout::TreeBuilder
Andreas Kling
2021-12-30
LibWeb: Implement Element.getAttributeNames
Luke Wilde
2021-12-10
Browser+LibWeb+WebContent: Add variables display to Inspector
Sam Atkins
2021-10-18
LibWeb: Implement the Element classList attribute
Timothy Flynn
2021-10-17
LibWeb: Implement the Element attributes getter
Timothy Flynn
2021-10-17
LibWeb: Reimplement Element attribute related methods with NamedNodeMap
Timothy Flynn
2021-10-17
LibWeb: Implement Attribute closer to the spec and with an IDL file
Timothy Flynn
2021-10-12
LibWeb: Mark elements for style update after their children change
Andreas Kling
2021-09-30
LibWeb: Support Element.client{Top,Left,Width,Height}
Andreas Kling
2021-09-30
LibWeb: Support Element.matches(selectors)
Andreas Kling
2021-09-29
LibWeb: Implement ChildNode.remove
Luke Wilde
2021-09-27
LibWeb: Add DOMRect and Element.getBoundingClientRect()
Andreas Kling
2021-09-24
LibWeb: Rename CSS::StyleResolver => StyleComputer
Andreas Kling
2021-09-22
LibWeb: Add getElementsByTagNameNS and add support for * in non-NS
Luke Wilde
2021-09-21
LibWeb: Make DOM::Element::resolve_custom_property() const
Andreas Kling
2021-09-14
LibWeb: Make the innerHTML setter spec compliant
Luke Wilde
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-09
LibWeb: Add DOM::Element::queue_an_element_task(source, steps)
Andreas Kling
2021-07-31
LibWeb: Fix issues with CSS attribute selector handling
Sam Atkins
2021-06-25
LibWeb: Support :active pseudo-class for hyperlinks, :focus possibly
Paul Irwin
2021-05-29
LibWeb: Improve performance of CSS custom property resolution
Tobias Christiansen
2021-05-11
LibWeb: Make Element::tag_name return the HTML uppercased qualified name
Luke
2021-05-04
LibWeb: Use HTML-uppercased qualified name for the Element node name
Luke
2021-04-22
LibWeb: Implement a slow but functional HTMLCollection :^)
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-14
LibWeb: Add Element::prefix()
Linus Groh
2021-03-13
LibWeb: Expose barebones CSSStyleDeclaration to JavaScript
Andreas Kling
2021-03-13
LibWeb: Rename StyleDeclaration => CSSStyleDeclaration to match CSSOM
Andreas Kling
2021-02-20
LibWeb: Return InvalidCharacterError from Element::set_attribute() for empty ...
Linus Groh
2021-02-10
LibWeb: Add a way to give DOM::Element a ShadowRoot
Andreas Kling
2021-02-08
LibWeb: Implement Element.getElementsBy{Tag,Class}Name()
Linus Groh
2021-02-08
LibWeb: Make getElementsByClassName() case-insensitive in quirks mode
Linus Groh
[next]