This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/fergalmoran/ladybird.git
synced
2026-01-06 16:45:03 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f74e2da87504e5cc7f57a37b39db0660c985b911
ladybird
/
Userland
/
Libraries
/
LibWeb
/
Infra
History
Arda Cinar
4d335f3819
LibWeb: Remove all whitespace from input in decode_forgiving_base64
...
Instead of only stripping it from the ends, since that's actually what the spec says.
2023-01-10 17:54:01 +00:00
..
Base64.cpp
LibWeb: Remove all whitespace from input in decode_forgiving_base64
2023-01-10 17:54:01 +00:00
Base64.h
AK+LibWeb: Move decode forgiving base64 under Web::Infra namespace
2023-01-10 17:54:01 +00:00
ByteSequences.cpp
…
ByteSequences.h
…
CharacterTypes.h
…
JSON.cpp
LibJS+Everywhere: Make PrimitiveString and Utf16String fallible
2023-01-08 12:13:15 +01:00
JSON.h
…
Strings.cpp
AK+Everywhere: Make UTF-8 and UTF-32 to UTF-16 converters fallible
2023-01-08 12:13:15 +01:00
Strings.h
…