index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
Infra
Age
Commit message (
Expand
)
Author
2023-04-13
LibJS: Make intrinsics getters return NonnullGCPtr
Linus Groh
2023-03-10
LibWeb: Use equals_ignoring_ascii_case() in infra helper
Andreas Kling
2023-03-07
LibWeb: Refactor XHR (almost) exactly to the spec
Luke Wilde
2023-03-07
LibWeb: Propagate Realm instead of VM more through Fetch
Luke Wilde
2023-03-06
LibJS+LibWeb: Add a bunch of missing includes
Matthew Olsson
2023-03-04
LibWeb/Infra: Port serialize_javascript_value_to_json_string() to String
Linus Groh
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-19
LibTextCodec+Everywhere: Port Decoders to new Strings
Sam Atkins
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-02-09
LibJS+LibWeb: Convert string view PrimitiveString instances to String
Timothy Flynn
2023-01-10
LibWeb: Remove all whitespace from input in decode_forgiving_base64
Arda Cinar
2023-01-10
AK+LibWeb: Move decode forgiving base64 under Web::Infra namespace
Arda Cinar
2023-01-08
LibJS+Everywhere: Make PrimitiveString and Utf16String fallible
Timothy Flynn
2023-01-08
AK+Everywhere: Make UTF-8 and UTF-32 to UTF-16 converters fallible
Timothy Flynn
2023-01-08
LibJS+LibWeb: Move the macro to convert ENOMEM to an exception to LibJS
Timothy Flynn
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