Commit History

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