Historique des commits

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