Commit History

Author SHA1 Message Date
  Andreas Kling 6fe4fcb74b LibWeb: Add a class to represent the "source set" concept from HTML 2 years ago
  Sam Atkins f4d8a24fe4 LibWeb: Propagate errors from parse_css_value and property_initial_value 2 years ago
  Sam Atkins ba6d37ee6f LibWeb: Propagate errors when parsing StyleValues 2 years ago
  Emil Militzer 31e1be0438 LibWeb: Support multi-keyword syntax for CSS display property 2 years ago
  martinfalisse 22202715fc LibWeb: Parse `grid-template` property 2 years ago
  martinfalisse bebf4363db LibWeb: Change name of GridTrackSizeListStyleValue 2 years ago
  MacDue a5fa5e55ef LibWeb: Allow specifying a URL for an SVG fill 2 years ago
  Sam Atkins d0f80b40b2 LibWeb: Reimplement CalculatedStyleValue as a calculation node tree 2 years ago
  Sam Atkins 1352f8820b LibWeb: Simplify CalculatedStyleValue types to match CSS-VALUES-4 :^) 2 years ago
  MacDue bed55ac669 LibWeb: Parse and plumb background-position-x/y 2 years ago
  Sam Atkins 1280d70d74 LibWeb: Split CalculatedStyleValue out of StyleValue.{h,cpp} 2 years ago
  Sam Atkins d64ddeaec4 LibWeb: Move PositionValue into its own files 2 years ago
  Sam Atkins 7d08d5ad6f LibWeb: Remove now-unused includes from StyleValue.cpp 2 years ago
  Sam Atkins e61a5ad180 LibWeb: Split AbstractImageStyleValue out of StyleValue.{h,cpp} 2 years ago
  Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 years ago
  Luke Wilde f7ff1fd985 LibWeb: Remove CSS::Parser::ParsingContext's default constructor 2 years ago
  Sam Atkins ca30914fe9 LibWeb: Propagate errors from CSS Parser construction 2 years ago
  Sam Atkins 235018046e LibWeb: Use free functions for parsing in `@Supports` 2 years ago
  Sam Atkins 17618989a3 LibWeb: Propagate errors from CSS Tokenizer construction 2 years ago
  Andreas Kling 21db2b7b90 Everywhere: Remove NonnullOwnPtr.h includes 2 years ago
  Andreas Kling 689ca370d4 Everywhere: Remove NonnullRefPtr.h includes 2 years ago
  Andreas Kling 8a48246ed1 Everywhere: Stop using NonnullRefPtrVector 2 years ago
  Sam Atkins abc01cc9fe AK+Tests+LibWeb: Make `URL::complete_url()` take a StringView 2 years ago
  Sam Atkins 8af65108e4 LibWeb: Construct CSS Tokenizer and Parser with a StringView encoding 2 years ago
  martinfalisse 9bc001f410 LibWeb: Parse `grid-area` CSS property 2 years ago
  martinfalisse a6548c4d80 LibWeb: Parse `grid-template-areas` CSS property 2 years ago
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 years ago
  MacDue 22a7611e1c LibWeb: Parse `radial-gradient()`s 2 years ago
  MacDue f1f1977e2d LibWeb: Move color stop list parsing to standalone functions 2 years ago
  MacDue c02163c31f LibWeb: Allow optional values to be missing when parsing `<position>`s 2 years ago