summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Infra
AgeCommit message (Expand)Author
2023-04-13LibJS: Make intrinsics getters return NonnullGCPtrLinus Groh
2023-03-10LibWeb: Use equals_ignoring_ascii_case() in infra helperAndreas Kling
2023-03-07LibWeb: Refactor XHR (almost) exactly to the specLuke Wilde
2023-03-07LibWeb: Propagate Realm instead of VM more through FetchLuke Wilde
2023-03-06LibJS+LibWeb: Add a bunch of missing includesMatthew Olsson
2023-03-04LibWeb/Infra: Port serialize_javascript_value_to_json_string() to StringLinus Groh
2023-03-04LibWeb/Infra: Port strip_and_collapse_whitespace() to new StringLinus Groh
2023-03-04LibWeb/Infra: Rename to_ascii_{{lower,upper}_case => {lower,upper}case}Linus Groh
2023-02-26LibWeb: Add to_ascii_upper_case() from the Infra specKenneth Myhra
2023-02-26LibWeb: Add to_ascii_lower_case() from the Infra specKenneth Myhra
2023-02-19LibTextCodec+Everywhere: Port Decoders to new StringsSam Atkins
2023-02-15LibWeb: Implement ASCII case-insensitive matchingSam Atkins
2023-02-12LibWeb: Add convert string into scalar value from Infra specKenneth Myhra
2023-02-09LibJS+LibWeb: Convert string view PrimitiveString instances to StringTimothy Flynn
2023-01-10LibWeb: Remove all whitespace from input in decode_forgiving_base64Arda Cinar
2023-01-10AK+LibWeb: Move decode forgiving base64 under Web::Infra namespaceArda Cinar
2023-01-08LibJS+Everywhere: Make PrimitiveString and Utf16String fallibleTimothy Flynn
2023-01-08AK+Everywhere: Make UTF-8 and UTF-32 to UTF-16 converters fallibleTimothy Flynn
2023-01-08LibJS+LibWeb: Move the macro to convert ENOMEM to an exception to LibJSTimothy Flynn
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