Historique des commits

Auteur SHA1 Message Date
  Andrew Kaster a2ccb00e1d LibWeb: Remove unecessary dependence on Window from CSS classes il y a 2 ans
  Sam Atkins 8ce38fddd9 LibWeb: Move CSS TokenStream to its own file il y a 2 ans
  Sam Atkins c64a5ccf29 LibWeb: Avoid unnecessary copies in CSS Parser il y a 2 ans
  MacDue d1b99282d8 LibWeb+Meta: Parse the `backdrop-filter` CSS property il y a 2 ans
  Andreas Kling 463355d1eb LibWeb: Allow data: URLs with `font/` MIME type in @font-face CSS rules il y a 2 ans
  Andreas Kling 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated il y a 2 ans
  Andreas Kling 72bacba97b LibWeb: Make CSSStyleDeclaration GC-allocated il y a 3 ans
  Andreas Kling 12042f0757 LibWeb: Make CSSRule and all its subclasses GC-allocated il y a 3 ans
  Andreas Kling 5d60212076 LibWeb: Make StyleSheet and CSSStyleSheet GC-allocated il y a 3 ans
  martinfalisse 7bb3a8d646 LibWeb: Parse grid-column and grid-row CSS values il y a 2 ans
  martinfalisse 44d08b81b7 LibWeb: Parse grid-column-start and related CSS properties il y a 2 ans
  martinfalisse 92a00648b1 LibWeb: Parse grid-template-columns and grid-template-rows il y a 2 ans
  Tom b4dd477644 LibWeb: Parse rect style value il y a 3 ans
  MacDue ae6c0258a4 LibWeb: Parse the linear-gradient() CSS function il y a 3 ans
  Thomas Fach-Pedersen 019e3a342d LibWeb: Parse rgb and hsl functions according to CSS Module Level 4 il y a 3 ans
  Sam Atkins 56e8e0daa1 LibWeb: Remove TokenStream::position() and ::rewind_to_position() il y a 3 ans
  Sam Atkins 2b3185955e LibWeb: Use StateTransaction for UnicodeRange parsing il y a 3 ans
  Sam Atkins a490f24a2d LibWeb: Add StateTransaction RAII to CSS TokenStream il y a 3 ans
  Sam Atkins f2d6bdce3f LibWeb: Handle trailing tokens outside of parse_a_n_plus_b_pattern() il y a 3 ans
  Sam Atkins d784a8aaf0 LibWeb: Replace Result with ErrorOr in CSS Parser il y a 3 ans
  Sam Atkins 761d29d647 LibWeb: Make CSS ParsingContext::m_url not Optional il y a 3 ans
  Sam Atkins 7c91fda088 LibWeb: Allow multiple text-decoration-lines il y a 3 ans
  Sam Atkins 431a9938a8 LibWeb: Rename StyleRule -> Rule il y a 3 ans
  Sam Atkins 3e49036edf LibWeb: Move/rename StyleBlockRule to Parser::Block il y a 3 ans
  Sam Atkins e0b2ebcc7b LibWeb: Move/rename StyleFunctionRule to Parser::Function il y a 3 ans
  Sam Atkins c449cabae3 LibWeb: Move CSS Parser into new Web::CSS::Parser namespace il y a 3 ans
  Sam Atkins 1304bf5a21 LibWeb: Stop manually forward-declaring types in CSS Parser.h il y a 3 ans
  Sam Atkins 12b8570ce3 LibWeb: Understand the `format()` part of a `@font-face`'s `src` il y a 3 ans
  Sam Atkins ef7d80ced2 LibWeb: Parse `<urange>` as CSS::UnicodeRange il y a 3 ans
  Sam Atkins 611a209756 LibWeb: Rename StyleDeclarationRule -> Declaration il y a 3 ans