Commit History

Author SHA1 Message Date
  Shannon Booth ab674f3bf6 LibWeb: Make Element::remove_attribute take a StringView 1 year ago
  Shannon Booth fc7f79e0e7 LibWeb: Use Element::namespace_ instead of ELement::namespace_uri 1 year ago
  Shannon Booth 3bd04d2c58 LibWeb: Port Attr interface from DeprecatedString to String 1 year ago
  Aliaksandr Kalenik dd7bba66ed LibWeb: Change viewport ownership from `BrowsingContext` to `Navigable` 1 year ago
  Aliaksandr Kalenik ee50d9b2b5 LibWeb: Update Page to use navigables 1 year ago
  Timothy Flynn b602ee7ddd LibWeb: Implement automatic slottable assignment 1 year ago
  Timothy Flynn 45b36bd08a LibWeb: Introduce the slottable concept for DOM elements and text nodes 1 year ago
  Timothy Flynn b85a252753 LibWeb: Implement the attribute-change-steps extension 1 year ago
  Timothy Flynn 54b5a431a3 LibWeb: Implement element slot-related attributes and settings 1 year ago
  Timothy Flynn f598a357ad LibWeb: Assign a unique ID to each HTML task 1 year ago
  Sam Atkins f3124c492b LibWeb: Add `display: math` 1 year ago
  Shannon Booth 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String 1 year ago
  Shannon Booth bcb6851c07 LibWeb: Port Text interface from DeprecatedString to String 1 year ago
  Shannon Booth 0f6782fae6 LibWeb: Rename Element::attribute to Element::deprecated_attribute 1 year ago
  Shannon Booth a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 year ago
  Timothy Flynn f05d291b41 LibWeb: Use the spec-mandated set-value when setting an attribute 1 year ago
  Timothy Flynn 5ec76331e8 LibWeb: Invoke our internal attribute change handler from Attr 1 year ago
  Timothy Flynn 2d97dd019e LibWeb: Use the spec-mandated change-attribute when setting an attribute 1 year ago
  Timothy Flynn 50ec91fbe3 LibWeb: Add a missing spec-mandated return in Element::toggle_attribute 1 year ago
  Timothy Flynn 720f7ba746 LibWeb: Define getting and setting an attribute value 1 year ago
  Jonatan Klemets 0adda642a6 LibWeb: Fix int parsing in Element::tab_index 1 year ago
  Shannon Booth b0eea51335 LibWeb: Port DOMTokenList from DeprecatedString to String 1 year ago
  MacDue 71baa8c31a LibWeb: Add CSSPixels::nearest_value_for(FloatingPoint) 1 year ago
  MacDue 360c0eb509 LibWeb: Remove implicit conversion from float and double to CSSPixels 1 year ago
  Andreas Kling 76580bb9ba LibWeb: Cache lowercased tag name for getElementsByTagName() iteration 1 year ago
  Sam Atkins 6bee81cfb6 LibWeb: Make serializing basic CSS types infallible 1 year ago
  Sam Atkins 9522f761a3 LibWeb: Implement "directionality" of an Element 1 year ago
  Sam Atkins 9f83c0f0da LibWeb: Add Element::is_document_element() helper 1 year ago
  Andreas Kling 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 year ago
  Sam Atkins 13b4bf48a8 LibWeb: Give Document a "target element" 1 year ago