Commit History

Author SHA1 Message Date
  Sam Atkins 28c2836c24 LibWeb: Make external StyleValue-parsing methods infallible 1 year ago
  Andreas Kling 13d5d47b56 LibWeb: Implement the CSS `all` property 1 year ago
  Ali Mohammad Pur efa55673cd Meta/CodeGenerators+LibWeb: Add support for 'easing-function' CSS values 2 years ago
  Sam Atkins 38f954cba5 LibWeb: Generate function for what properties resolve percentages to 2 years ago
  Sam Atkins d197b4b051 CodeGenerators: Port GenerateCSSPropertyID to new SourceGenerator API 2 years ago
  Sam Atkins 8e53e5afc4 AK: Propagate errors from SourceGenerator::fork() 2 years ago
  Sam Atkins 540cc42618 CodeGenerators: Convert GeneratorUtil to String 2 years ago
  Sam Atkins 5cdcd135ab LibWeb: Add parsing for CSS `<paint>` values 2 years ago
  Sam Atkins 5e3da93f1a LibWeb: Add RatioStyleValue and parsing 2 years ago
  Andreas Kling 941092e3ad LibWeb: Make CSS/Properties.json "logical-aliases-for" an array 2 years ago
  Sam Atkins 2d7308cb88 LibWeb: Support infinite range for CSS properties 2 years ago
  Sam Atkins 51f75d7071 LibWeb: Generate bounds-checking functions for CSS basic types 2 years ago
  Ali Mohammad Pur 279924242d LibWeb: Add CSS CompositeStyleValue 2 years ago
  Karthik Karanth 72507c318a LibWeb: Add logical-alias-for in Properties.json 2 years ago
  Sam Atkins f6fae315e3 LibWeb: Add CustomIdentStyleValue, along with parsing for it 2 years ago
  Sam Atkins 6b8f484114 LibWeb: Stop generating now-unused `property_accepts_value()` function 2 years ago
  Sam Atkins 465ecf37c2 LibWeb: Make `property_id_from_string()` return Optional 2 years ago
  Sam Atkins 9b61f79eae LibWeb: Generate `property_accepts_[identifier/type]()` functions 2 years ago
  Sam Atkins f4d8a24fe4 LibWeb: Propagate errors from parse_css_value and property_initial_value 2 years ago
  MacDue a5fa5e55ef LibWeb: Allow specifying a URL for an SVG fill 2 years ago
  MacDue de4ab4f69e Meta: Lazily initialize initial property values 2 years ago
  Sam Atkins 4b711932cc LibWeb: Split PercentageStyleValue out of StyleValue.{h,cpp} 2 years ago
  Tim Schumacher 8032724574 CodeGenerators: Ensure that we always print the entire generated output 2 years ago
  Tim Schumacher d5871f5717 AK: Rename Stream::{read,write} to Stream::{read_some,write_some} 2 years ago
  Andreas Kling a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case 2 years ago
  Luke Wilde f7ff1fd985 LibWeb: Remove CSS::Parser::ParsingContext's default constructor 2 years ago
  Sam Atkins f0b72b819e LibWeb: Make property/media-feature name matching ASCII case-insensitive 2 years ago
  Tim Schumacher 606a3982f3 LibCore: Move Stream-based file into the `Core` namespace 2 years ago
  Sam Atkins ad9b2043dd CodeGenerators: Replace uses of JsonObject::get_deprecated()/get_ptr() 2 years ago
  Sam Atkins 1dd6b7f5b7 AK+Everywhere: Rename JsonObject::get() to ::get_deprecated() 2 years ago