Andreas Kling
|
788c2c5a8d
LibWeb: Stop using fallible JSON API in code generators
|
1 year ago |
Andreas Kling
|
20ea82bacc
LibWeb: Make (snake/title/camel) casification functions infallible
|
1 year ago |
Andreas Kling
|
0b83717ea2
AK: Make SourceGenerator::fork() infallible
|
1 year ago |
Andreas Kling
|
244516142a
AK: Remove fallible SourceGenerator::try_append()
|
1 year ago |
Andreas Kling
|
a1d694ccdc
AK: Remove fallible SourceGenerator::try_appendln()
|
1 year ago |
Andreas Kling
|
8b936b5912
AK: Make SourceGenerator::set() infallible
|
1 year ago |
Sam Atkins
|
acb600496b
CodeGenerators: Port GenerateCSSTransformFunctions to new SourceGen API
|
2 years ago |
Sam Atkins
|
8e53e5afc4
AK: Propagate errors from SourceGenerator::fork()
|
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 |
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 |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
Aliaksandr Kalenik
|
e4db71c88b
LibWeb: Support translate3d
|
2 years ago |
Aliaksandr Kalenik
|
f099e2aa12
LibWeb: Use more verbose input in CSS transform function generator
|
2 years ago |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 years ago |
Sam Atkins
|
42d87239a8
LibWeb: Generate some metadata about transform functions
|
3 years ago |
Sam Atkins
|
872ad98eba
LibWeb: Generate TransformFunction to/from string functions
|
3 years ago |
Sam Atkins
|
5f3498d50f
LibWeb: Add code generator for CSS transform functions
|
3 years ago |