Historique des commits

Auteur SHA1 Message Date
  Matthew Olsson dd1fd5fe47 LibWeb: Add Animatable interface to Element il y a 1 an
  Timothy Flynn a17074422e LibWeb: Reset form association when any element with an ID changes il y a 1 an
  Bastiaan van der Plaat a681429dff LibWeb: Remove DOM element deprecated_get_attribute() il y a 1 an
  Bastiaan van der Plaat c477f90df7 LibWeb: Remove DOM element deprecated_tag_name() il y a 1 an
  Shannon Booth 3910efb80b LibWeb: Implement Element.removeAttributeNS il y a 1 an
  Shannon Booth 7a26a889cb LibWeb: Implement Element.getAttributeNodeNS il y a 1 an
  Shannon Booth e6861cb5ef LibWeb: Port Element::insert_adjacent from ByteString il y a 1 an
  Shannon Booth 41f84deb9f LibWeb: Port Element::name to a cached FlyString il y a 1 an
  Shannon Booth 785fa60cca LibWeb: Implement Element.getAttributeNS il y a 1 an
  Shannon Booth fa1ef30985 LibWeb: Port Element::set_attribute_value from ByteString il y a 1 an
  Shannon Booth 285bca1633 LibWeb: Use Optional<FlyString> const& in Element and NamedNodeMap il y a 1 an
  Shannon Booth f32185420d LibWeb: Use FlyString where possible in NamedNodeMap il y a 1 an
  Shannon Booth 462f97b28a LibWeb: Port Element::get_attribute_value from ByteString il y a 1 an
  Bastiaan van der Plaat c30911ab10 LibWeb: Hide select chevron icon when `appearance: none;` il y a 1 an
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String il y a 1 an
  Shannon Booth ed97946975 LibWeb: Support obsolete but required -webkit- CSS parsing quirk il y a 1 an
  Shannon Booth 83758d4cdd LibWeb: Wrap PseudoElements stored in SimpleSelector in a class il y a 1 an
  Bastiaan van der Plaat f621dc464b LibWeb: Add internal use_pseudo_element to DOM Element il y a 1 an
  Sam Atkins cc633123ca LibWeb: Extract shared lazy-loading behavior into a base class il y a 1 an
  Shannon Booth c5d3ccca00 LibWeb: Port AriaData from DeprecatedString to String il y a 1 an
  Andreas Kling 7ee47d81ca LibWeb: Allocate custom element reactions queue on demand il y a 1 an
  Andreas Kling ac8bb89f50 LibWeb: Allocate list of registered intersection observers on demand il y a 1 an
  Andreas Kling bdac94870c LibWeb: Convert Element "attribute change steps" from vector to virtual il y a 1 an
  Andreas Kling 48dbec8a9e LibWeb: Allocate storage for pseudo element layout nodes on demand il y a 1 an
  Andreas Kling 37505d9746 LibWeb: Allocate storage for pseudo element custom properties on demand il y a 1 an
  Shannon Booth eca9874e56 LibWeb: Port Element::attribute_changed from DeprecatedString to String il y a 1 an
  Shannon Booth 45b63b463a LibWeb: Add Element::for_each_attribute(Function<void(Attr const&)>) il y a 1 an
  Shannon Booth ea2b733862 LibWeb: Port custom properties to FlyString il y a 1 an
  Shannon Booth 7e9a40dbad LibWeb: Port attribute change steps from DeprecatedFlyString il y a 1 an
  Shannon Booth b337b4370a LibWeb: Port validate_and_extract from DeprecatedFlyString il y a 1 an