Histórico de Commits

Autor SHA1 Mensagem Data
  Andreas Kling f88d65d9cb LibWeb: Cache CSS::Selector's pseudo element at construction time há 3 anos atrás
  Sam Atkins 1c18bb13a2 LibWeb: Move pseudo-element-from-string code into Selector há 3 anos atrás
  Sam Atkins adc08d0646 LibWeb: Move pseudo-class/element names into the header há 3 anos atrás
  Sam Atkins a57128467a LibWeb: Implement :nth-of-type and :nth-last-of-type selectors :^) há 3 anos atrás
  Sam Atkins 817cd13d59 LibWeb: Implement the ::marker pseudo-element há 3 anos atrás
  Sam Atkins 7eb7396f8b LibWeb: Match styles for pseudo-elements há 3 anos atrás
  Sam Atkins caef4ec157 LibWeb: Move PseudoElement enum up a level há 3 anos atrás
  Andreas Kling 7c33a084fb LibWeb: Support CSS :only-of-type selector há 3 anos atrás
  Idan Horowitz 89bd4cd80d LibWeb: Cache the result of Selector::specificity() há 3 anos atrás
  Andreas Kling 216e21a1fa AK: Convert AK::Format formatting helpers to returning ErrorOr<void> há 3 anos atrás
  Sam Atkins e72286c0ec LibWeb: Use the serialize_a_{identifier,string} algorithms for selectors há 3 anos atrás
  Sam Atkins d775212f19 LibWeb: Insert commas between serialized CSS selectors há 3 anos atrás
  Sam Atkins ec51b40a4f LibWeb: Move CSS selector-serialization code to Selector.{h,cpp} há 3 anos atrás
  Sam Atkins 5c1427f3e0 LibWeb: Remove old ANPlusB parsing code há 3 anos atrás
  Sam Atkins e2c32a6c65 Everywhere: Use my shiny new serenityos.org email :^) há 3 anos atrás
  Sam Atkins 6034fc0ee6 LibWeb: Make CSS 'An+B' parsing spec-compliant há 4 anos atrás
  Sam Atkins 8d0ff98eff LibWeb: Parse CSS selectors according to the spec há 4 anos atrás
  Sam Atkins 6ea5d03f43 LibWeb: Bring Selector terminology in line with the CSS spec 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 7fefe34797 LibWeb: Add remaining CSS AttributeMatchTypes há 4 anos atrás
  Sam Atkins a558916e1f LibWeb: Make CSS selector parsing use StyleComponentValueRules há 4 anos atrás
  Paul Irwin 5eb65286b6 LibWeb: Support :active pseudo-class for hyperlinks, :focus possibly há 4 anos atrás
  Tobias Christiansen 1ab82afee6 LibWeb: Add :not pseudoclass to the CSS parser há 4 anos atrás
  Tobias Christiansen b53dac6e88 LibWeb: Add support for more pseudoclasses há 4 anos atrás
  miere43 c4bd4cbd76 LibWeb: Implement :nth-last-child pseudo-class há 4 anos atrás