Age | Commit message (Expand) | Author |
---|---|---|
2022-12-07 | LibJS: Replace standalone js_string() with PrimitiveString::create() | Linus Groh |
2022-12-06 | Everywhere: Rename to_{string => deprecated_string}() where applicable | Linus Groh |
2022-12-06 | AK+Everywhere: Rename String to DeprecatedString | Linus Groh |
2022-10-24 | LibWeb: Add is_code_unit_prefix() function | networkException |
2022-10-04 | LibWeb: Run 'UTF-8 decode' in parse_json_bytes_to_javascript_value() | Linus Groh |
2022-10-02 | LibWeb: Move strip_and_collapse_whitespace() to Infra/ | Linus Groh |
2022-10-02 | LibWeb: Replace incorrect uses of String::trim_whitespace() | Linus Groh |
2022-10-02 | LibWeb: Add is_ascii_whitespace() function | Linus Groh |
2022-10-01 | LibWeb: Cleanup unecessary uses and includes of HTML::Window | Andrew Kaster |
2022-09-27 | LibWeb: Implement JS value <-> JSON parsing/serialization AOs | Linus Groh |
2022-07-14 | LibWeb: Add 'byte-{lower,upper}case' operations from the Infra spec | Linus Groh |