Commit History

Author SHA1 Message Date
  Sam Atkins a52f6fb5b0 LibWeb: Use TransformFunctionMetadata when parsing their arguments 3 years ago
  Sam Atkins 61ad39b110 LibWeb: Use generated TransformFunction enum and functions 3 years ago
  Sam Atkins 7c91fda088 LibWeb: Allow multiple text-decoration-lines 3 years ago
  Sam Atkins 431a9938a8 LibWeb: Rename StyleRule -> Rule 3 years ago
  Sam Atkins cf24dc2e0c LibWeb: Break friendship between CSS StyleRule and Parser 3 years ago
  Sam Atkins d67e817d8e LibWeb: Break friendship between CSS Function and Parser 3 years ago
  Sam Atkins 128d08ecef LibWeb: Empend instead of Appending DeclarationOrAtRules 3 years ago
  Sam Atkins 269810b954 LibWeb: Break friendship between CSS Declaration and Parser 3 years ago
  Sam Atkins 69496f4afd LibWeb: Make Declaration.m_name a FlyString 3 years ago
  Sam Atkins f235da27d9 LibWeb: Break friendship between CSS Block and Parser 3 years ago
  Sam Atkins 3e49036edf LibWeb: Move/rename StyleBlockRule to Parser::Block 3 years ago
  Sam Atkins e0b2ebcc7b LibWeb: Move/rename StyleFunctionRule to Parser::Function 3 years ago
  Sam Atkins c449cabae3 LibWeb: Move CSS Parser into new Web::CSS::Parser namespace 3 years ago
  Simon Wanner 539adf5b9c LibWeb: Support WOFF in font-face 3 years ago
  Sam Atkins 12b8570ce3 LibWeb: Understand the `format()` part of a `@font-face`'s `src` 3 years ago
  Sam Atkins dbb0b68175 LibWeb: Disallow global CSS keywords in `@font-face` font-family 3 years ago
  Sam Atkins dbbd6d3508 LibWeb: Parse `@font-face` `unicode-range` descriptor 3 years ago
  Sam Atkins ef7d80ced2 LibWeb: Parse `<urange>` as CSS::UnicodeRange 3 years ago
  Sam Atkins 802ccc210f LibWeb: Expose Declaration's internals with getters 3 years ago
  Sam Atkins 611a209756 LibWeb: Rename StyleDeclarationRule -> Declaration 3 years ago
  Sam Atkins 8b538b1578 LibWeb: Rename StyleComponentValueRule -> ComponentValue 3 years ago
  Idan Horowitz 086969277e Everywhere: Run clang-format 3 years ago
  Sam Atkins cd199d9d06 LibWeb: Implement and use `parse_a_style_blocks_contents()` 3 years ago
  Sam Atkins 6a0adbefc7 LibWeb: Tidy up StyleRule API 3 years ago
  Sam Atkins 75db8b1f86 LibWeb: Spec-comment `consume_a_function()` 3 years ago
  Sam Atkins 512d1df1c4 LibWeb: Spec-comment `consume_a_simple_block()` 3 years ago
  Sam Atkins 5a23965e93 LibWeb: Comment discrepancy from spec in `consume_a_declaration()` 3 years ago
  Sam Atkins 999cc51512 LibWeb: Spec-comment `consume_a_component_value()` 3 years ago
  Sam Atkins be86d19529 LIbWeb: Spec-comment `consume_a_list_of_declarations()` 3 years ago
  Sam Atkins e72f42bea1 LibWeb: Spec-comment `consume_a_qualified_rule()` 3 years ago