Historial de Commits

Autor SHA1 Mensaje Fecha
  Sam Atkins ffc81cbfad LibWeb: Use Selectors instead of a String for :not() selectors hace 4 años
  Sam Atkins 776b1f4548 LibWeb: Make CSS::Selector reference counted hace 4 años
  Sam Atkins 4af7d41879 LibWeb: Add 'PseudoClass' as a CSS SimpleSelector::Type hace 4 años
  Sam Atkins 96b2356cbb LibWeb: Add 'Attribute' as a CSS SimpleSelector::Type hace 4 años
  Sam Atkins 004ae453d1 LibWeb: Add context to new CSS parser, and deprecate the old one hace 4 años
  Sam Atkins 7fefe34797 LibWeb: Add remaining CSS AttributeMatchTypes hace 4 años
  Max Wipfli 9cc35d1ba3 AK: Implement String::find_any_of() and StringView::find_any_of() hace 4 años
  Paul Irwin 5eb65286b6 LibWeb: Support :active pseudo-class for hyperlinks, :focus possibly hace 4 años
  Tobias Christiansen 6d3361f077 LibWeb: Fix logic issue when parsing CSS custom properties hace 4 años
  Tobias Christiansen af4d80af4d LibWeb: Add parsing for NumericStyleValue hace 4 años
  Tobias Christiansen 3ede1d08f5 LibWeb: Avoid unnecessary String copy in parsing CSS custom properties hace 4 años
  Tobias Christiansen c4588a2cde LibWeb: Add parsing for custom properties hace 4 años
  Tobias Christiansen 0d7169b91a LibWeb: Store custom properties in CSSStyleDeclaration hace 4 años
  Tobias Christiansen 1ab82afee6 LibWeb: Add :not pseudoclass to the CSS parser hace 4 años
  Andreas Kling de395a3df2 AK+Everywhere: Consolidate String::index_of() and String::find() hace 4 años
  Tobias Christiansen b53dac6e88 LibWeb: Add support for more pseudoclasses hace 4 años
  Tobias Christiansen 66ad739934 LibWeb: Ignore vendor-specific CSS properties hace 4 años
  Gunnar Beutner 53d0150827 AK+Userland: Remove nullability feature for the ByteBuffer type hace 4 años
  miere43 c4bd4cbd76 LibWeb: Implement :nth-last-child pseudo-class hace 4 años
  miere43 aa83539d7b LibWeb: Implement :nth-child pseudo-class hace 4 años
  miere43 1e0e8b27c0 LibWeb: Allow white space inside pseudo-class arguments hace 4 años
  Brian Gianforcaro 4022d3cb75 LibWeb: Use SourceLocation for DeprecatedCSSParser logging. hace 4 años
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. hace 4 años
  Linus Groh 2b0c361d04 Everywhere: Fix a bunch of typos hace 4 años
  Egor Ananyin d5eb09adc2 LibWeb: Parse border-style correctly hace 4 años
  Andreas Kling 1d065aa51b LibWeb: Support the :last-of-type CSS selector :^) hace 4 años
  Andreas Kling 0eb9a9dd13 LibWeb: Support the :first-of-type CSS selector :^) hace 4 años
  Andreas Kling 21bc5fdec3 LibWeb: Don't interpreter invalid CSS pseudo-classes as '*' selector hace 4 años
  Andreas Kling 0759f54bd3 LibWeb: Rename StyleDeclaration => CSSStyleDeclaration to match CSSOM hace 4 años
  Andreas Kling 16cde3f14a LibWeb: Rename CSSParser => DeprecatedCSSParser hace 4 años