Historial de Commits

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