Historique des commits

Auteur SHA1 Message Date
  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
  Sam Atkins 8b538b1578 LibWeb: Rename StyleComponentValueRule -> ComponentValue il y a 3 ans
  Sam Atkins 9a60b697aa LibWeb: Remove redundant `[[nodiscard]]` from CSS Parser methods il y a 3 ans
  Sam Atkins cd199d9d06 LibWeb: Implement and use `parse_a_style_blocks_contents()` il y a 3 ans
  Sam Atkins a4f8056828 LibWeb: Spec-comment `parse_a_comma_separated_list_of_component_values` il y a 3 ans
  Sam Atkins 6ec92f5527 LibWeb: Spec-comment `parse_a_list_of_component_values()` il y a 3 ans
  Sam Atkins 34b3c09462 LibWeb: Spec-comment `parse_a_component_value()` il y a 3 ans
  Sam Atkins bcf4254331 LibWeb: Spec-comment `parse_a_list_of_declarations()` il y a 3 ans
  Sam Atkins 2aac9f9258 LibWeb: Bring `parse_a_declaration()` to spec and add comments il y a 3 ans
  Sam Atkins 239c36a19e LibWeb: Spec-comment `parse_a_rule()` il y a 3 ans
  Sam Atkins 12a787ef8a LibWeb: Use parse_a_list_of_rules() for `@media` and `@supports` il y a 3 ans
  Sam Atkins 7a225a380c LibWeb: Bring `parse_a_list_of_rules()` to spec il y a 3 ans
  Sam Atkins 85d8c652e9 LibWeb: Implement and use "parse a CSS stylesheet" algorithm il y a 3 ans
  Sam Atkins fc3d51c59e LibWeb: Use an enum class for the "top-level flag" il y a 3 ans
  Sam Atkins 87b125dcb9 LibWeb: Spec-comment `parse_a_stylesheet()` il y a 3 ans
  Sam Atkins 05bd0ca3ee LibWeb: Rename `parse_css()` -> `parse_css_stylesheet()` il y a 3 ans
  Andreas Kling 427beb97b5 LibWeb: Streamline how inline CSS style declarations are constructed il y a 3 ans
  Sam Atkins 6672c19c93 LibWeb: Parse `@font-face` rules il y a 3 ans
  Sam Atkins 1dcde57922 LibWeb: Bring "parse a list of declarations" closer to spec il y a 3 ans