提交历史

作者 SHA1 备注 提交日期
  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 年之前
  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 年之前
  Shannon Booth 52fccae654 LibWeb: Make Element::set_inner_html take a StringView 1 年之前
  Shannon Booth ab674f3bf6 LibWeb: Make Element::remove_attribute take a StringView 1 年之前
  Shannon Booth 3bd04d2c58 LibWeb: Port Attr interface from DeprecatedString to String 1 年之前
  Shannon Booth 8ce9e51c97 LibWeb: Port Node interface from DeprecatedString to String 1 年之前
  Timothy Flynn 45b36bd08a LibWeb: Introduce the slottable concept for DOM elements and text nodes 1 年之前
  Timothy Flynn b85a252753 LibWeb: Implement the attribute-change-steps extension 1 年之前
  Timothy Flynn 54b5a431a3 LibWeb: Implement element slot-related attributes and settings 1 年之前
  Timothy Flynn 4e32f0d39f LibWeb: Remove virtual specifier from Element::set/remove_attribute() 1 年之前
  Timothy Flynn f598a357ad LibWeb: Assign a unique ID to each HTML task 1 年之前
  Shannon Booth 6fb3586baa LibWeb: Add Optional<String> version of Element::attribute 1 年之前
  Shannon Booth 0f6782fae6 LibWeb: Rename Element::attribute to Element::deprecated_attribute 1 年之前
  Shannon Booth a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 年之前
  Timothy Flynn 5ec76331e8 LibWeb: Invoke our internal attribute change handler from Attr 1 年之前
  Timothy Flynn 720f7ba746 LibWeb: Define getting and setting an attribute value 1 年之前
  Andreas Kling 76580bb9ba LibWeb: Cache lowercased tag name for getElementsByTagName() iteration 1 年之前
  Sam Atkins 9522f761a3 LibWeb: Implement "directionality" of an Element 1 年之前
  Sam Atkins 9f83c0f0da LibWeb: Add Element::is_document_element() helper 1 年之前
  Sam Atkins 13b4bf48a8 LibWeb: Give Document a "target element" 1 年之前
  Luke Wilde 5694981352 LibWeb: Implement Element.hasAttributeNS 1 年之前
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void 1 年之前
  Aliaksandr Kalenik 55b5c61a79 LibWeb: Move scroll offset state from layout tree to dom tree 1 年之前
  Luke Wilde 165abafb80 LibWeb: Add initial implementation of IntersectionObserver 2 年之前
  Jonah 57a6d577ad LibWeb: Add AriaData object to parse ARIAMixin data 2 年之前
  Andreas Kling 21260ea2ef LibWeb: Merge did_remove_attribute() into attribute_changed() 2 年之前
  Andreas Kling 5a74486b59 LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2 年之前