Sam Atkins
|
ccfe197e5a
LibWeb: Make serializing CSS Parser types infallible
|
1 年之前 |
Sam Atkins
|
b5893ee115
LibWeb: Make Serialize functions infallible
|
1 年之前 |
Lucas CHOLLET
|
3f35ffb648
Userland: Prefer `_string` over `_short_string`
|
1 年之前 |
Linus Groh
|
09d40bfbb2
Everywhere: Use _{short_,}string to create Strings from literals
|
2 年之前 |
Sam Atkins
|
85f3de6331
LibWeb: Port CSS/Serialize.{h,cpp} to new Strings, and propagate errors
|
2 年之前 |
Sam Atkins
|
9e735cc02e
LibWeb: Remove unused includes for DeprecatedString
|
2 年之前 |
Sam Atkins
|
476ec563bc
LibWeb: Convert CSS Token::to_debug_string() to ::to_string() :^)
|
2 年之前 |
Sam Atkins
|
2368e6c5f2
LibWeb: Convert CSS Token/ComponentValue::to_debug_string() to String
|
2 年之前 |
Sam Atkins
|
7fc72d3838
LibWeb: Convert CSS Token value to new FlyString
|
2 年之前 |
Sam Atkins
|
09f7682feb
LibWeb: Return StringViews from CSS Token bracket-string getters
|
2 年之前 |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 年之前 |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 年之前 |
stelar7
|
2b3c07f4ad
LibWeb: Include sign in token debug info, if the type has explicit sign
|
3 年之前 |
Sam Atkins
|
bf786d66b1
LibWeb: Move Token and Tokenizer into Parser namespace
|
3 年之前 |
Sam Atkins
|
cbe2eaebab
LibWeb: Tidy up CSS::Token::to_debug_string()
|
3 年之前 |
Sam Atkins
|
fe372cd073
LibWeb: Use CSS::Number for Token numeric values
|
3 年之前 |
Sam Atkins
|
2975d7275d
LibWeb: Don't serialize hex-colors as identifiers
|
3 年之前 |
Sam Atkins
|
cf07da082e
LibWeb: Implement CSS::Token::to_string()
|
3 年之前 |
Sam Atkins
|
9403cc42f9
LibWeb: Convert CSS Token::m_value from StringBuilder to FlyString
|
3 年之前 |
Sam Atkins
|
75e7c2c5c0
LibWeb: Convert CSS Token::m_unit from StringBuilder to FlyString
|
3 年之前 |
Sam Atkins
|
6034fc0ee6
LibWeb: Make CSS 'An+B' parsing spec-compliant
|
4 年之前 |
Sam Atkins
|
fabc09a593
LibWeb: Increase clarity with CSS token debug logging
|
4 年之前 |
Sam Atkins
|
6c03123b2d
LibWeb: Give CSS Token and StyleComponentValueRule matching is() funcs
|
4 年之前 |
Sam Atkins
|
9c14504bbb
LibWeb: Rename CSS::Token::TokenType -> Type
|
4 年之前 |
Linus Groh
|
649d2faeab
Everywhere: Use "the SerenityOS developers." in copyright headers
|
4 年之前 |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年之前 |
Andreas Kling
|
078f0a5c67
LibWeb: Add specification-based CSS tokenizer
|
4 年之前 |