Commit History

Author SHA1 Message Date
  Andreas Kling f8dd3e14ba LibWeb: Rename CSS::StyleResolver => StyleComputer 3 years ago
  Luke Wilde d47e431d54 LibWeb: Add getElementsByTagNameNS and add support for * in non-NS 3 years ago
  Andreas Kling 3e4fffec26 LibWeb: Make DOM::Element::resolve_custom_property() const 3 years ago
  Luke Wilde 8e0f3436a2 LibWeb: Make the innerHTML setter spec compliant 3 years ago
  Luke Wilde f62477c093 LibWeb: Implement HTML fragment serialisation and use it in innerHTML 3 years ago
  Andreas Kling 449cbd5ecc LibWeb: Implement Node.isEqualNode(Node? otherNode) 3 years ago
  Andreas Kling aa3ba629ba LibWeb: Add DOM::Element::queue_an_element_task(source, steps) 3 years ago
  Sam Atkins 1b72766e4e LibWeb: Fix issues with CSS attribute selector handling 4 years ago
  Paul Irwin 5eb65286b6 LibWeb: Support :active pseudo-class for hyperlinks, :focus possibly 4 years ago
  Tobias Christiansen 301eb998c6 LibWeb: Improve performance of CSS custom property resolution 4 years ago
  Luke 1c1b106f6c LibWeb: Make Element::tag_name return the HTML uppercased qualified name 4 years ago
  Luke 19731fc14c LibWeb: Use HTML-uppercased qualified name for the Element node name 4 years ago
  Andreas Kling e4df1b223f LibWeb: Implement a slow but functional HTMLCollection :^) 4 years ago
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
  Linus Groh d721c93beb LibWeb: Add Element::prefix() 4 years ago
  Andreas Kling 33e3f0c71f LibWeb: Expose barebones CSSStyleDeclaration to JavaScript 4 years ago
  Andreas Kling 0759f54bd3 LibWeb: Rename StyleDeclaration => CSSStyleDeclaration to match CSSOM 4 years ago
  Linus Groh e064194061 LibWeb: Return InvalidCharacterError from Element::set_attribute() for empty attr 4 years ago
  Andreas Kling d597626ea1 LibWeb: Add a way to give DOM::Element a ShadowRoot 4 years ago
  Linus Groh 79bab28f5e LibWeb: Implement Element.getElementsBy{Tag,Class}Name() 4 years ago
  Linus Groh 2a38f008bf LibWeb: Make getElementsByClassName() case-insensitive in quirks mode 4 years ago
  Andreas Kling 330c3fcb59 LibWeb: Use move semantics for QualifiedName more often 4 years ago
  Andreas Kling fd441b954d LibWeb: Add fast_is<T>() for some DOM and layout node subclasses 4 years ago
  Andreas Kling 13d7c09125 Libraries: Move to Userland/Libraries/ 4 years ago