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-26 10:24:50 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
dfb45705e616bdaccde0f3a2bc74414ed50fbd4e
ladybird
/
Userland
/
Libraries
/
LibWeb
/
Fetch
/
Fetching
History
Andreas Kling
a504ac3e2a
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
...
Let's make it clear that these functions deal with ASCII case only.
2023-03-10 13:15:44 +01:00
..
Checks.cpp
LibWeb/Fetch: Port infrastructure to new String
2023-03-03 09:25:34 +00:00
Checks.h
…
Fetching.cpp
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
2023-03-10 13:15:44 +01:00
Fetching.h
LibWeb: Fix a few const-ness issues
2023-03-06 13:05:43 +00:00
PendingResponse.cpp
LibJS: Handle both const and non-const Ts in Handle<T>::create()
2023-03-06 13:05:43 +00:00
PendingResponse.h
LibJS: Handle both const and non-const Ts in Handle<T>::create()
2023-03-06 13:05:43 +00:00
RefCountedFlag.cpp
…
RefCountedFlag.h
…