Commit History

Autor SHA1 Mensaxe Data
  Andreas Kling cc4b3cbacc Meta: Update my e-mail address everywhere hai 9 meses
  Andreas Kling ef4f5ac8fb LibWeb: Filter :hover selectors early for elements that aren't hovered hai 10 meses
  Andreas Kling 84ab8bf797 LibWeb: Make CSS :hover selector match shadow-inclusive ancestors hai 10 meses
  Tim Ledbetter 00f03f3e90 LibWeb: Match attribute selectors case insensitively in XML documents hai 10 meses
  Sam Atkins 6a74b01644 LibWeb: Rename "identifier" and "ValueID" to "Keyword" where correct hai 10 meses
  Tim Ledbetter 82ed253477 LibWeb: Match class selectors case insensitively in quirks mode hai 11 meses
  Andreas Kling 4c326fc5f6 LibWeb: Implement :host and :host(<compound-selector>) selector matching hai 11 meses
  Diego Frias f63a945ba0 LibWeb: Implement the `:has()` pseudo-class hai 11 meses
  Luke Warlow 63a5ff70e5 LibWeb: Implement :modal pseudo class hai 1 ano
  Matthew Olsson 8450041b52 LibWeb: Fix some GCVerifier warnings hai 1 ano
  Timothy Flynn 6e2685f091 LibWeb: Remove FLATTEN attribute from SelectorEngine::fast_matches hai 1 ano
  Andreas Kling 7c9368f402 LibWeb: Support most simple pseudo classes in the fast selector matcher hai 1 ano
  Andreas Kling 3c3e591f03 LibWeb: Add a fast (iterative) selector matcher for trivial selectors hai 1 ano
  Andreas Kling 432536f0b3 LibWeb: Make SelectorEngine::matches_namespace() a standalone function hai 1 ano
  Andreas Kling 22465e80fe LibWeb: Avoid FlyString copy when matching tag selector namespace URI hai 1 ano
  Shannon Booth e800605ad3 AK+LibURL: Move AK::URL into a new URL library hai 1 ano
  Andreas Kling 43ef3dc0ab LibWeb: Cache attribute names in lowercase to speed up selector matching hai 1 ano
  Shannon Booth 9ce8189f21 Everywhere: Use unqualified AK::URL hai 1 ano
  Aliaksandr Kalenik 32a6bf908a LibWeb/CSS: Fix stack use after scope in matches_attribute() hai 1 ano
  Shannon Booth 83758d4cdd LibWeb: Wrap PseudoElements stored in SimpleSelector in a class hai 1 ano
  Shannon Booth 326b34c7c7 LibWeb: Port all callers of Element::namespace to Element::namespace_uri hai 1 ano
  Andreas Kling 0a8eb59a05 LibWeb: Remove Deprecated*String usage in SelectorEngine hai 1 ano
  Andreas Kling 83c3490bc4 LibWeb: Use Element::id() in SelectorEngine hai 1 ano
  Andreas Kling 0e9bdfa822 LibWeb: Avoid QualifiedName copy when matching tag name selectors hai 1 ano
  Ali Mohammad Pur aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString hai 1 ano
  Shannon Booth 9303e9e76f LibWeb: Port Element::local_name and TagNames from Deprecated String hai 1 ano
  Sam Atkins 6bf107fc16 LibWeb: Implement the :open and :closed pseudo-classes hai 1 ano
  Shannon Booth 0f6782fae6 LibWeb: Rename Element::attribute to Element::deprecated_attribute hai 1 ano
  Sam Atkins 7bc5949e35 LibWeb: Implement the `:placeholder-shown` pseudo-class hai 1 ano
  Sam Atkins 9f5b1e6614 LibWeb: Implement the `:read-only` and `:read-write` pseudo-classes hai 1 ano