Historique des commits

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