提交历史

作者 SHA1 备注 提交日期
  DexesTTP 7ceeb74535 AK: Use an enum instead of a bool for String::replace(all_occurences) 3 年之前
  MacDue b652546a16 LibWeb: Fix parsing of background-size: contain/cover 3 年之前
  CodeforEvolution a02ee29af9 LibWeb/CSS: Check for NULL block statement when parsing font-face rule 3 年之前
  Thomas Fach-Pedersen 019e3a342d LibWeb: Parse rgb and hsl functions according to CSS Module Level 4 3 年之前
  Idan Horowitz 34e193afa6 LibWeb: Reject invalid background-repeat values instead of crashing 3 年之前
  Karol Kosek a232395b77 LibWeb: Check recursively if CSS functions contain `var()` or `attr()` 3 年之前
  stelar7 fa05c99b22 LibWeb: Commit transaction after parsing `'+'?† n <signed-integer>` 3 年之前
  stelar7 469380d6bc LibWeb: Dont consider '-n-' a `dashndashdigit-ident` token 3 年之前
  stelar7 5ca8e2a751 LibWeb: Dont try to fetch another token in an+b parsing 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 dc00657c4f LibWeb: Use StateTransaction in more places 3 年之前
  Sam Atkins f1bb3e5ce5 LibWeb: Use StateTransaction for supports-query parsing 3 年之前
  Sam Atkins dd5927edad LibWeb: Use StateTransaction for media-query parsing 3 年之前
  Sam Atkins 28278efafb LibWeb: Extract MediaType to/from_string() logic into functions 3 年之前
  Sam Atkins 1f114eaebe LibWeb: Allow whitespace inside An+B again and use StateTransactions 3 年之前
  Sam Atkins 5c8ff96a94 LibWeb: Move variables in parse_a_n_plus_b_pattern() closer to usage 3 年之前
  Sam Atkins f2d6bdce3f LibWeb: Handle trailing tokens outside of parse_a_n_plus_b_pattern() 3 年之前
  Sam Atkins d6ae08d023 LibWeb: Rename a local variable to not collide with a parameter 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 ce5914230f LibWeb: Actually use BorderRadiusShorthandStyleValue 3 年之前
  Sam Atkins 00782d9a59 LibWeb: Disallow trailing commas in transform function arguments 3 年之前
  Sam Atkins b3a6044fd8 LibWeb: Disallow non-whitespace tokens after "none" in `transform` 3 年之前
  Sam Atkins a52f6fb5b0 LibWeb: Use TransformFunctionMetadata when parsing their arguments 3 年之前
  Sam Atkins 61ad39b110 LibWeb: Use generated TransformFunction enum and functions 3 年之前
  Sam Atkins 7c91fda088 LibWeb: Allow multiple text-decoration-lines 3 年之前
  Sam Atkins 431a9938a8 LibWeb: Rename StyleRule -> Rule 3 年之前
  Sam Atkins cf24dc2e0c LibWeb: Break friendship between CSS StyleRule and Parser 3 年之前
  Sam Atkins d67e817d8e LibWeb: Break friendship between CSS Function and Parser 3 年之前