Commit History

Author SHA1 Message Date
  Idan Horowitz 89bd4cd80d LibWeb: Cache the result of Selector::specificity() 3 years ago
  Andreas Kling 216e21a1fa AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 3 years ago
  Sam Atkins e72286c0ec LibWeb: Use the serialize_a_{identifier,string} algorithms for selectors 3 years ago
  Sam Atkins d775212f19 LibWeb: Insert commas between serialized CSS selectors 3 years ago
  Sam Atkins ec51b40a4f LibWeb: Move CSS selector-serialization code to Selector.{h,cpp} 3 years ago
  Sam Atkins 5c1427f3e0 LibWeb: Remove old ANPlusB parsing code 3 years ago
  Sam Atkins e2c32a6c65 Everywhere: Use my shiny new serenityos.org email :^) 3 years ago
  Sam Atkins 6034fc0ee6 LibWeb: Make CSS 'An+B' parsing spec-compliant 4 years ago
  Sam Atkins 8d0ff98eff LibWeb: Parse CSS selectors according to the spec 4 years ago
  Sam Atkins 6ea5d03f43 LibWeb: Bring Selector terminology in line with the CSS spec 4 years ago
  Sam Atkins ffc81cbfad LibWeb: Use Selectors instead of a String for :not() selectors 4 years ago
  Sam Atkins 776b1f4548 LibWeb: Make CSS::Selector reference counted 4 years ago
  Sam Atkins 8cae79cc8d LibWeb: Add 'PseudoElement' as a CSS SimpleSelector::Type 4 years ago
  Sam Atkins 4af7d41879 LibWeb: Add 'PseudoClass' as a CSS SimpleSelector::Type 4 years ago
  Sam Atkins 96b2356cbb LibWeb: Add 'Attribute' as a CSS SimpleSelector::Type 4 years ago
  Sam Atkins dadcb46344 LibWeb: Convert CSS Dump, Selector, & SelectorEngine to east const 4 years ago
  Sam Atkins 7fefe34797 LibWeb: Add remaining CSS AttributeMatchTypes 4 years ago
  Sam Atkins a558916e1f LibWeb: Make CSS selector parsing use StyleComponentValueRules 4 years ago
  Paul Irwin 5eb65286b6 LibWeb: Support :active pseudo-class for hyperlinks, :focus possibly 4 years ago
  Tobias Christiansen 1ab82afee6 LibWeb: Add :not pseudoclass to the CSS parser 4 years ago
  Tobias Christiansen b53dac6e88 LibWeb: Add support for more pseudoclasses 4 years ago
  miere43 c4bd4cbd76 LibWeb: Implement :nth-last-child pseudo-class 4 years ago
  miere43 aa83539d7b LibWeb: Implement :nth-child pseudo-class 4 years ago
  stelar7 55446172cb LibWeb: Add selector support to the new CSSParser 4 years ago
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
  Andreas Kling 1d065aa51b LibWeb: Support the :last-of-type CSS selector :^) 4 years ago
  Andreas Kling 0eb9a9dd13 LibWeb: Support the :first-of-type CSS selector :^) 4 years ago
  Andreas Kling 13d7c09125 Libraries: Move to Userland/Libraries/ 4 years ago