提交历史

作者 SHA1 备注 提交日期
  Aliaksandr Kalenik ef71f46da6 LibWeb: Flesh out "scroll a target into view" spec implementation 1 年之前
  Shannon Booth 45b63b463a LibWeb: Add Element::for_each_attribute(Function<void(Attr const&)>) 1 年之前
  Shannon Booth ea2b733862 LibWeb: Port custom properties to FlyString 1 年之前
  Shannon Booth 7e9a40dbad LibWeb: Port attribute change steps from DeprecatedFlyString 1 年之前
  Shannon Booth b337b4370a LibWeb: Port validate_and_extract from DeprecatedFlyString 1 年之前
  Shannon Booth 2f009d983b LibWeb: Port Element::get_attribute_value from DeprecatedFlyString 1 年之前
  Shannon Booth 673e3ec57d LibWeb: Port Element::set_attribute_value from DeprecatedString 1 年之前
  Shannon Booth d00c030fce LibWeb: Port Element::set_attribute_value namespace to FlyString 1 年之前
  Shannon Booth 19ca6f68ba LibWeb: Expose NamedNodeMap::append_attribute in Element 1 年之前
  Andreas Kling 3ff81dcb65 LibWeb: Make Web::Namespace::Foo strings be FlyString 1 年之前
  Andreas Kling 6b20a109c6 LibWeb: Pass DOM namespace strings as FlyString in more places 1 年之前
  Andreas Kling 8f82bd044b LibWeb: Use FlyString for create_element() prefix strings 1 年之前
  Andreas Kling f9cab320e6 LibWeb: Only propagate CSS overflow to the viewport once per tree build 1 年之前
  Andreas Kling 1c62ee9396 LibWeb: Cache the "id" attribute value on DOM::Element as FlyString 1 年之前
  Andreas Kling 6b580d68a3 LibWeb: Rename DOM::Node::id() to unique_id() 1 年之前
  Timothy Flynn 4e0a926737 LibWeb: Protect ad-hoc `scroll` against a potentially null paintable box 1 年之前
  Timothy Flynn 94e4d59a08 LibWeb: Remove use of UnicodeData header from DOM::Element 1 年之前
  Ali Mohammad Pur 0937d88869 LibWeb: Remove more DeprecatedString null state remnants 1 年之前
  Ali Mohammad Pur 988c6568a9 LibWeb: Remove Element::set_attribute(name, value?) 1 年之前
  Ali Mohammad Pur aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString 1 年之前
  Shannon Booth 48f367adbb LibWeb: Port get_element_by_id from DeprecatedFlyString 1 年之前
  Shannon Booth e4f8c59210 LibWeb: Port AttributeNames to FlyString 1 年之前
  Shannon Booth 4321606bba LibWeb: Port Element interface from DeprecatedString 1 年之前
  Shannon Booth 9303e9e76f LibWeb: Port Element::local_name and TagNames from Deprecated String 1 年之前
  Shannon Booth 50350fb79c LibWeb: Add a non-DeprecatedString version of Element::get_attribute 1 年之前
  Shannon Booth e5e4920e66 LibWeb: Make Element::has_attribute_ns take a StringView 1 年之前
  Aliaksandr Kalenik 35623ad52e LibWeb: Visit IntersectionObserverRegistration instead of using Handle 1 年之前
  Shannon Booth 47514e07b4 LibWeb: Make Element attribute getters take a StringView 1 年之前
  Shannon Booth 3458a53cb4 LibWeb: Make Element::get_elements_by_class_name take a StringView 1 年之前
  Shannon Booth 79f97da4b4 LibWeb: Make Element::has_attribute take a StringView 1 年之前