提交历史

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