Sam Atkins
|
b78b5e6297
LibWeb: Generate `property_is_shorthand(PropertyID)` function
|
1 年之前 |
Andreas Kling
|
788c2c5a8d
LibWeb: Stop using fallible JSON API in code generators
|
1 年之前 |
Andreas Kling
|
20ea82bacc
LibWeb: Make (snake/title/camel) casification functions infallible
|
1 年之前 |
Andreas Kling
|
0b83717ea2
AK: Make SourceGenerator::fork() infallible
|
1 年之前 |
Andreas Kling
|
244516142a
AK: Remove fallible SourceGenerator::try_append()
|
1 年之前 |
Andreas Kling
|
a1d694ccdc
AK: Remove fallible SourceGenerator::try_appendln()
|
1 年之前 |
Andreas Kling
|
8b936b5912
AK: Make SourceGenerator::set() infallible
|
1 年之前 |
Sam Atkins
|
28c2836c24
LibWeb: Make external StyleValue-parsing methods infallible
|
1 年之前 |
Andreas Kling
|
13d5d47b56
LibWeb: Implement the CSS `all` property
|
1 年之前 |
Ali Mohammad Pur
|
efa55673cd
Meta/CodeGenerators+LibWeb: Add support for 'easing-function' CSS values
|
2 年之前 |
Sam Atkins
|
38f954cba5
LibWeb: Generate function for what properties resolve percentages to
|
2 年之前 |
Sam Atkins
|
d197b4b051
CodeGenerators: Port GenerateCSSPropertyID to new SourceGenerator API
|
2 年之前 |
Sam Atkins
|
8e53e5afc4
AK: Propagate errors from SourceGenerator::fork()
|
2 年之前 |
Sam Atkins
|
540cc42618
CodeGenerators: Convert GeneratorUtil to String
|
2 年之前 |
Sam Atkins
|
5cdcd135ab
LibWeb: Add parsing for CSS `<paint>` values
|
2 年之前 |
Sam Atkins
|
5e3da93f1a
LibWeb: Add RatioStyleValue and parsing
|
2 年之前 |
Andreas Kling
|
941092e3ad
LibWeb: Make CSS/Properties.json "logical-aliases-for" an array
|
2 年之前 |
Sam Atkins
|
2d7308cb88
LibWeb: Support infinite range for CSS properties
|
2 年之前 |
Sam Atkins
|
51f75d7071
LibWeb: Generate bounds-checking functions for CSS basic types
|
2 年之前 |
Ali Mohammad Pur
|
279924242d
LibWeb: Add CSS CompositeStyleValue
|
2 年之前 |
Karthik Karanth
|
72507c318a
LibWeb: Add logical-alias-for in Properties.json
|
2 年之前 |
Sam Atkins
|
f6fae315e3
LibWeb: Add CustomIdentStyleValue, along with parsing for it
|
2 年之前 |
Sam Atkins
|
6b8f484114
LibWeb: Stop generating now-unused `property_accepts_value()` function
|
2 年之前 |
Sam Atkins
|
465ecf37c2
LibWeb: Make `property_id_from_string()` return Optional
|
2 年之前 |
Sam Atkins
|
9b61f79eae
LibWeb: Generate `property_accepts_[identifier/type]()` functions
|
2 年之前 |
Sam Atkins
|
f4d8a24fe4
LibWeb: Propagate errors from parse_css_value and property_initial_value
|
2 年之前 |
MacDue
|
a5fa5e55ef
LibWeb: Allow specifying a URL for an SVG fill
|
2 年之前 |
MacDue
|
de4ab4f69e
Meta: Lazily initialize initial property values
|
2 年之前 |
Sam Atkins
|
4b711932cc
LibWeb: Split PercentageStyleValue out of StyleValue.{h,cpp}
|
2 年之前 |
Tim Schumacher
|
8032724574
CodeGenerators: Ensure that we always print the entire generated output
|
2 年之前 |