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
2021-09-24
LibWeb: Rename "Computed" CSSStyleDeclaration => "Resolved"
Andreas Kling
2021-09-22
LibWeb: Add getElementsByTagNameNS and add support for * in non-NS
Luke Wilde
2021-09-17
LibWeb: Make StyleValue::to_color() take a Node instead of the Document
Sam Atkins
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: Use ComputedCSSStyleDeclaration to generate data for inspector
Andreas Kling
2021-09-09
LibWeb: Add DOM::Element::queue_an_element_task(source, steps)
Andreas Kling
2021-08-15
LibWeb: Ensure inline CSS loaded from HTML is ElementInline
DoubleNegation
2021-08-02
LibWeb: Switch to new CSS Parser :^)
Sam Atkins
2021-08-02
Userland: Make use of container version of any_of
Lenny Maiorani
2021-08-01
LibWeb: Remove unused header includes
Brian Gianforcaro
2021-07-11
LibWeb: Add context to new CSS parser, and deprecate the old one
Sam Atkins
2021-06-25
LibWeb: Support :active pseudo-class for hyperlinks, :focus possibly
Paul Irwin
2021-06-24
AK: Rename downcast<T> => verify_cast<T>
Andreas Kling
2021-05-04
LibWeb: Use HTML-uppercased qualified name for the Element node name
Luke
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
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-06
LibWeb: Rename "for_each_in_subtree(_of_type)" to "for_each_in_inclusive_subt...
Luke
2021-03-16
LibWeb: Invalidate element style after setting Element.style.foo
Andreas Kling
2021-03-13
LibWeb: Expose barebones CSSStyleDeclaration to JavaScript
Andreas Kling
2021-03-09
LibWeb: Rename CSSParser => DeprecatedCSSParser
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
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-10
LibWeb: Remove WidgetBox layout node
Andreas Kling
2021-02-10
LibWeb: Remove a whole bunch of unnecessary #includes
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
2021-02-07
LibWeb: Don't assert on <colgroup> & friends
Andreas Kling
2021-02-07
LibWeb: Reorganize Element::create_layout_node() into a switch
Andreas Kling
2021-02-07
LibWeb: Use any_of() for DOM::Element::has_class()
Andreas Kling
2021-02-07
LibWeb: Use move semantics for QualifiedName more often
Andreas Kling
2021-01-18
LibWeb: Parse "display: flex" and create BlockBox layout nodes for them
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling
[prev]