Commit History

Author SHA1 Message Date
  Andreas Kling 2b7775118d LibWeb: Clear element.style when the "style" attribute is removed 3 years ago
  Andreas Kling f1711a562a LibWeb: Avoid layout invalidation for some CSS property changes 3 years ago
  Andreas Kling e31fe3eeb8 LibWeb: Rename Element::specified_css_values() => computed_css_values() 3 years ago
  Andreas Kling 43ef813f3d LibWeb: Rename Element::computed_style() to resolved_css_values() 3 years ago
  Sam Atkins 6de2b62906 LibWeb: Display pseudo-elements in the DOM inspector 3 years ago
  Andreas Kling 205208db11 LibWeb: Reduce HashMap thrashing during custom property cascade 3 years ago
  Andreas Kling e4fdb40158 LibWeb: Use FlyString for CSS custom property names 3 years ago
  Andreas Kling bfa7aad0f6 LibWeb: Support (and validate) prefixes in Document.createElementNS() 3 years ago
  Sam Atkins 5390e05851 LibWeb: Extract code for creating a Layout::Node based on display type 3 years ago
  Andreas Kling 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 years ago
  Andreas Kling cdd1a9f128 LibWeb: Move QualifiedName.h into LibWeb/DOM/ 3 years ago
  Edwin Hoksberg c646afc26c LibWeb: Support Element.closest(selectors) 3 years ago
  Andreas Kling bdf0254b16 LibWeb: Add Element::did_remove_attribute() virtual 3 years ago
  DerpyCrabs 58ce2dd088 LibWeb: Add stub implementation for Element's getClientRects 3 years ago
  Andreas Kling 8d104b7de2 LibWeb: Perform CSS custom property cascade once instead of per-property 3 years ago
  Andreas Kling 2666cb7b01 LibWeb: Move is_focusable() virtual from Element to EventTarget 3 years ago
  Andreas Kling 9391311760 LibWeb: Make HTMLInputElement move cursor into text node when focused 3 years ago
  Andreas Kling e2c71b6725 LibWeb: Add a partial implementation of Element.setAttributeNS() 3 years ago
  Andreas Kling 7e1bf4d300 LibWeb: Compute element style in Layout::TreeBuilder 3 years ago
  Luke Wilde 4427386d5f LibWeb: Implement Element.getAttributeNames 3 years ago
  Sam Atkins 54bbb97ac6 Browser+LibWeb+WebContent: Add variables display to Inspector 3 years ago
  Timothy Flynn 14349f058a LibWeb: Implement the Element classList attribute 3 years ago
  Timothy Flynn 5d4cd061c7 LibWeb: Implement the Element attributes getter 3 years ago
  Timothy Flynn c62b70d88f LibWeb: Reimplement Element attribute related methods with NamedNodeMap 3 years ago
  Timothy Flynn e01dfaac9a LibWeb: Implement Attribute closer to the spec and with an IDL file 3 years ago
  Andreas Kling edbd8b22e8 LibWeb: Mark elements for style update after their children change 3 years ago
  Andreas Kling 3006e15c94 LibWeb: Support Element.client{Top,Left,Width,Height} 3 years ago
  Andreas Kling 9d852623f2 LibWeb: Support Element.matches(selectors) 3 years ago
  Luke Wilde 7bdf0be667 LibWeb: Implement ChildNode.remove 3 years ago
  Andreas Kling 43d378940f LibWeb: Add DOMRect and Element.getBoundingClientRect() 3 years ago