Andreas Kling
|
64bda6de2a
LibWeb: Use equals_ignoring_ascii_case() in infra helper
|
2 年 前 |
Linus Groh
|
93ed1b59c8
LibWeb/Infra: Port strip_and_collapse_whitespace() to new String
|
2 年 前 |
Linus Groh
|
f65cbeef5c
LibWeb/Infra: Rename to_ascii_{{lower,upper}_case => {lower,upper}case}
|
2 年 前 |
Kenneth Myhra
|
31a9bd2bfd
LibWeb: Add to_ascii_upper_case() from the Infra spec
|
2 年 前 |
Kenneth Myhra
|
2c1e15bd3b
LibWeb: Add to_ascii_lower_case() from the Infra spec
|
2 年 前 |
Sam Atkins
|
a419039bb2
LibWeb: Implement ASCII case-insensitive matching
|
2 年 前 |
Kenneth Myhra
|
b74d5a423d
LibWeb: Add convert string into scalar value from Infra spec
|
2 年 前 |
Timothy Flynn
|
1edb96376b
AK+Everywhere: Make UTF-8 and UTF-32 to UTF-16 converters fallible
|
2 年 前 |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 年 前 |
networkException
|
ee27d8cdfd
LibWeb: Add is_code_unit_prefix() function
|
2 年 前 |
Linus Groh
|
7760c00714
LibWeb: Move strip_and_collapse_whitespace() to Infra/
|
2 年 前 |