Historial de Commits

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