Commit History

Author SHA1 Message Date
  Matthew Olsson dd1fd5fe47 LibWeb: Add Animatable interface to Element 1 year ago
  Shannon Booth 3910efb80b LibWeb: Implement Element.removeAttributeNS 1 year ago
  Shannon Booth 7a26a889cb LibWeb: Implement Element.getAttributeNodeNS 1 year ago
  Shannon Booth 785fa60cca LibWeb: Implement Element.getAttributeNS 1 year ago
  Shannon Booth 285bca1633 LibWeb: Use Optional<FlyString> const& in Element and NamedNodeMap 1 year ago
  Shannon Booth 4321606bba LibWeb: Port Element interface from DeprecatedString 1 year ago
  Shannon Booth ff72436448 LibWeb: Add a FlyString version of Element::tag_name 1 year ago
  Shannon Booth 9303e9e76f LibWeb: Port Element::local_name and TagNames from Deprecated String 1 year ago
  Shannon Booth 50350fb79c LibWeb: Add a non-DeprecatedString version of Element::get_attribute 1 year ago
  Shannon Booth ebe01b51c8 LibWeb: Add a non-DeprecatedString version of Element::prefix() 1 year ago
  Timothy Flynn 45b36bd08a LibWeb: Introduce the slottable concept for DOM elements and text nodes 1 year ago
  Timothy Flynn 54b5a431a3 LibWeb: Implement element slot-related attributes and settings 1 year ago
  Shannon Booth d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 year ago
  Luke Wilde 5694981352 LibWeb: Implement Element.hasAttributeNS 1 year ago
  Andreas Kling dd2080c55f LibWeb: Stub out Element.scroll() and Element.scrollTo() 2 years ago
  Luke Wilde 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 years ago
  Simon Wanner 03c225b023 LibWeb: Move Element.prototype.style to ElementCSSInlineStyle mixin 2 years ago
  Andreas Kling fb6d6a985f LibWeb: Implement Element.setAttributeNode{,NS}() 2 years ago
  Linus Groh 2b6d9cca1a LibWeb/HTML: Port Window.scroll() to IDL 2 years ago
  Karol Kosek 4311fd2774 LibWeb: Implement Element.attachShadow and Element.shadowRoot :^) 2 years ago
  Linus Groh 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 years ago
  Jonah e63d9d4925 LibWeb: Add Support for the ARIA Element Properties 2 years ago
  Luke Wilde a268026e4e LibWeb: Start implementing the Element scroll attributes 2 years ago
  Luke Wilde 8066a67da2 LibWeb: Implement Element.getAttributeNode 2 years ago
  Andrew Kaster 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 years ago
  Andreas Kling 162e4179fc LibWeb: Implement a simple version of Element.scrollIntoView() 2 years ago
  Luke Wilde 540c307009 LibWeb: Implement Element.insertAdjacentText 2 years ago
  Luke Wilde d540e2ec98 LibWeb: Implement Element.insertAdjacentElement 2 years ago
  Andreas Kling aa4dd6c1bc LibWeb: Implement Element.insertAdjacentHTML() from DOM Parsing 2 years ago
  MacDue d4b2eb22e1 LibWeb: Resolve circular IDL imports 2 years ago