summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Infra
AgeCommit message (Expand)Author
2022-12-07LibJS: Replace standalone js_string() with PrimitiveString::create()Linus Groh
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-10-24LibWeb: Add is_code_unit_prefix() functionnetworkException
2022-10-04LibWeb: Run 'UTF-8 decode' in parse_json_bytes_to_javascript_value()Linus Groh
2022-10-02LibWeb: Move strip_and_collapse_whitespace() to Infra/Linus Groh
2022-10-02LibWeb: Replace incorrect uses of String::trim_whitespace()Linus Groh
2022-10-02LibWeb: Add is_ascii_whitespace() functionLinus Groh
2022-10-01LibWeb: Cleanup unecessary uses and includes of HTML::WindowAndrew Kaster
2022-09-27LibWeb: Implement JS value <-> JSON parsing/serialization AOsLinus Groh
2022-07-14LibWeb: Add 'byte-{lower,upper}case' operations from the Infra specLinus Groh