Age | Commit message (Expand) | Author |
---|---|---|
2023-03-10 | LibWeb: Use equals_ignoring_ascii_case() in infra helper | Andreas Kling |
2023-03-04 | LibWeb/Infra: Port strip_and_collapse_whitespace() to new String | Linus Groh |
2023-03-04 | LibWeb/Infra: Rename to_ascii_{{lower,upper}_case => {lower,upper}case} | Linus Groh |
2023-02-26 | LibWeb: Add to_ascii_upper_case() from the Infra spec | Kenneth Myhra |
2023-02-26 | LibWeb: Add to_ascii_lower_case() from the Infra spec | Kenneth Myhra |
2023-02-15 | LibWeb: Implement ASCII case-insensitive matching | Sam Atkins |
2023-02-12 | LibWeb: Add convert string into scalar value from Infra spec | Kenneth Myhra |
2023-01-08 | AK+Everywhere: Make UTF-8 and UTF-32 to UTF-16 converters fallible | Timothy Flynn |
2022-12-06 | AK+Everywhere: Rename String to DeprecatedString | Linus Groh |
2022-10-24 | LibWeb: Add is_code_unit_prefix() function | networkException |
2022-10-02 | LibWeb: Move strip_and_collapse_whitespace() to Infra/ | Linus Groh |