Histórico de Commits

Autor SHA1 Mensagem Data
  Sam Atkins 31b24c2b29 LibWeb: Remove now-unused null values from Selector enums há 3 anos atrás
  Sam Atkins c0db19f63c LibWeb: Use a Variant for SimpleSelector's contents há 3 anos atrás
  Sam Atkins d60b3be29a LibWeb: Implement the :focus-within selector há 3 anos atrás
  Andreas Kling bdd42c9b0e LibWeb: Add basic support for :lang() CSS selector há 3 anos atrás
  Sam Atkins 5b0187477b LibWeb: Implement `:nth-[last-]child(n of foo)` syntax há 3 anos atrás
  Sam Atkins 993653317c LibWeb: Implement the :where() selector há 3 anos atrás
  Sam Atkins c148ed50bb LibWeb: Implement the :is() selector há 3 anos atrás
  Andreas Kling 68f75ab98e LibWeb: :checked should only match inputs in checkbox/radio type state há 3 anos atrás
  Sam Atkins 973f3c3642 LibWeb: Correct handling of negative step values in nth-foo() selectors há 3 anos atrás
  Sam Atkins a57128467a LibWeb: Implement :nth-of-type and :nth-last-of-type selectors :^) há 3 anos atrás
  Andreas Kling 31508b2788 LibWeb: Make CSS :empty selector match empty text nodes as well há 3 anos atrás
  Sam Atkins 7eb7396f8b LibWeb: Match styles for pseudo-elements há 3 anos atrás
  Andreas Kling 7c33a084fb LibWeb: Support CSS :only-of-type selector há 3 anos atrás
  Andreas Kling eec34ae0e9 LibWeb: Make :checked selector actually look at checkedness há 3 anos atrás
  Andreas Kling 05eb68d452 LibWeb: Make :root selector match <html> element only há 3 anos atrás
  Idan Horowitz db32466499 LibWeb: Mark SelectorEngine matches-related functions as inline há 3 anos atrás
  Andreas Kling ae301d2b02 LibWeb: Remove duplicate type checks in SelectorEngine há 3 anos atrás
  Nico Weber b8dc3661ac Libraries: Fix -Wunreachable-code warnings from clang há 3 anos atrás
  Sam Atkins e2c32a6c65 Everywhere: Use my shiny new serenityos.org email :^) há 3 anos atrás
  Sam Atkins 3bd14941c7 LibWeb: Switch to new CSS Parser :^) há 3 anos atrás
  Sam Atkins 1b72766e4e LibWeb: Fix issues with CSS attribute selector handling há 3 anos atrás
  Sam Atkins 6ea5d03f43 LibWeb: Bring Selector terminology in line with the CSS spec há 4 anos atrás
  Andreas Kling d78a007b5d LibWeb: Use split_view() in attribute selector matching há 4 anos atrás
  Sam Atkins ffc81cbfad LibWeb: Use Selectors instead of a String for :not() selectors há 4 anos atrás
  Sam Atkins 776b1f4548 LibWeb: Make CSS::Selector reference counted há 4 anos atrás
  Sam Atkins 8cae79cc8d LibWeb: Add 'PseudoElement' as a CSS SimpleSelector::Type há 4 anos atrás
  Sam Atkins 4af7d41879 LibWeb: Add 'PseudoClass' as a CSS SimpleSelector::Type há 4 anos atrás
  Sam Atkins 96b2356cbb LibWeb: Add 'Attribute' as a CSS SimpleSelector::Type há 4 anos atrás
  Sam Atkins dadcb46344 LibWeb: Convert CSS Dump, Selector, & SelectorEngine to east const há 4 anos atrás
  Sam Atkins 004ae453d1 LibWeb: Add context to new CSS parser, and deprecate the old one há 4 anos atrás