コミット履歴

作者 SHA1 メッセージ 日付
  Shannon Booth c5d3ccca00 LibWeb: Port AriaData from DeprecatedString to String 1 年間 前
  Andreas Kling 7ee47d81ca LibWeb: Allocate custom element reactions queue on demand 1 年間 前
  Andreas Kling ac8bb89f50 LibWeb: Allocate list of registered intersection observers on demand 1 年間 前
  Andreas Kling bdac94870c LibWeb: Convert Element "attribute change steps" from vector to virtual 1 年間 前
  Andreas Kling 48dbec8a9e LibWeb: Allocate storage for pseudo element layout nodes on demand 1 年間 前
  Andreas Kling 37505d9746 LibWeb: Allocate storage for pseudo element custom properties on demand 1 年間 前
  Shannon Booth eca9874e56 LibWeb: Port Element::attribute_changed from DeprecatedString to String 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 96463e947a LibWeb: Remove some now unused deprecated functions from QualifiedName 1 年間 前
  Shannon Booth 326b34c7c7 LibWeb: Port all callers of Element::namespace to Element::namespace_uri 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 8f82bd044b LibWeb: Use FlyString for create_element() prefix strings 1 年間 前
  Andreas Kling 1c62ee9396 LibWeb: Cache the "id" attribute value on DOM::Element as FlyString 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 年間 前
  Karol Kosek 426b7ffa41 LibWeb: Don't include Window.h in Element.h and Document.h 1 年間 前
  Shannon Booth e4f8c59210 LibWeb: Port AttributeNames to FlyString 1 年間 前
  Shannon Booth 4321606bba LibWeb: Port Element interface from DeprecatedString 1 年間 前
  Shannon Booth ff72436448 LibWeb: Add a FlyString version of Element::tag_name 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 ebe01b51c8 LibWeb: Add a non-DeprecatedString version of Element::prefix() 1 年間 前
  Shannon Booth e5e4920e66 LibWeb: Make Element::has_attribute_ns take a StringView 1 年間 前