Commit History

Author SHA1 Message Date
  Sam Atkins cd9344d4c1 LibWeb: Clarify naming of TokenStreams in parse_css_value() 1 year ago
  Sam Atkins ef48d967d4 LibWeb: Correct parsing of background-position 3-value syntax 1 year ago
  Shannon Booth 89bbf53745 LibWeb: Port CSS Parser from DeprecatedString 1 year ago
  Shannon Booth 6813dcaff8 LibWeb: Return FlyString const& from CSS::Parser::Token 1 year ago
  Andreas Kling 189d1e8291 LibWeb: Port CSSNamespaceRule to FlyString 1 year ago
  Sam Atkins f69d38a346 LibWeb: Use ComponentValue::is_ident("..."sv) helper 1 year ago
  Sam Atkins 6cd6186399 LibWeb: Don't assume grid size is always Function or Token 1 year ago
  Sam Atkins 1a17b8a304 LibWeb: Don't assume grid-area parts are Tokens 1 year ago
  Sam Atkins ab9d39bf4a LibWeb: Don't assume grid-row/grid-column parts are Tokens 1 year ago
  Sam Atkins 314a30b12e LibWeb: Don't assume grid-line parts are Tokens 1 year ago
  Sam Atkins 1f6e13d8fe LibWeb: Don't assume repeat() contents are Tokens 1 year ago
  Sam Atkins 5e54ff1858 LibWeb: Don't assume rect() contents are Tokens 1 year ago
  Sam Atkins aba2946b1e LibWeb: Use ComponentValue::is_function("..."sv) helper 1 year ago
  Sam Atkins 148f873321 LibWeb: Merge background-position parsing into position code 1 year ago
  Sam Atkins 26d6ba6f58 LibWeb: Parse the CSS position type automatically 1 year ago
  Sam Atkins 19da17f07e LibWeb: Allow calc() in CSS position values 1 year ago
  Sam Atkins 763b08c23f LibWeb: Remove now-unused CSS::PositionValue type and associated parsing 1 year ago
  Sam Atkins 8917378aa7 LibWeb: Adapt `parse_position()` into `parse_position_value()` 1 year ago
  Sam Atkins f918785698 LibWeb: Remove redundant identifier_to_edge() function 1 year ago
  Shannon Booth ea2b733862 LibWeb: Port custom properties to FlyString 1 year ago
  Shannon Booth 3f13a50a20 LibWeb: Return FlyString from CSS::Parser::Token::ident 1 year ago
  Tobias Christiansen d00c7e55a5 LibWeb: Add plumbing for the new 'object-position' property 1 year ago
  Karol Kosek bf16ddfbb0 LibWeb: Bail parsing transform-origin if the parsed value is null 1 year ago
  Aliaksandr Kalenik 65b50ecc1a LibWeb/CSS: Parser should treat calc() with flex values as invalid 1 year ago
  Sam Atkins 127bfd64a8 LibWeb: Use Flex type in GridSize 1 year ago
  Sam Atkins dfd3d9a72d LibWeb: Support flex in typed attr() 1 year ago
  Sam Atkins b0317bb3a1 LibWeb: Implement Flex and FlexStyleValue types 1 year ago
  Sam Atkins f1d7ea67c0 LibWeb: Add missing check for frequency values 1 year ago
  Sam Atkins 79a30c209d LibWeb: Add SVG-presentation-attribute-parsing mode to CSS parser 1 year ago
  Sam Atkins aea112da71 LibWeb: Replace OverflowStyleValue with ShorthandStyleValue 1 year ago