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-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