ladybird/Libraries/LibWeb/Fetch/Infrastructure
Shannon Booth 579730d861 LibWeb: Prefer using equals_ignoring_ascii_case
Which has an optmization if both size of the string being passed
through are FlyStrings, which actually ends up being the case
in some places during selector matching comparing attribute names.
Instead of maintaining more overloads of
Infra::is_ascii_case_insensitive_match, switch
everything over to equals_ignoring_ascii_case instead.
2025-05-21 13:45:02 +01:00
..
HTTP Meta: Enforce newlines around namespaces 2025-05-14 02:01:59 -06:00
ConnectionTimingInfo.h LibWeb/Fetch: Update timing info with the timings received from RS 2025-03-06 09:00:53 -07:00
FetchAlgorithms.cpp
FetchAlgorithms.h
FetchController.cpp LibWeb: Make reference to global in report timing steps non-const 2025-03-06 09:00:53 -07:00
FetchController.h LibWeb: Make reference to global in report timing steps non-const 2025-03-06 09:00:53 -07:00
FetchParams.cpp
FetchParams.h
FetchRecord.cpp
FetchRecord.h
FetchTimingInfo.cpp LibWeb/Fetch: Update timing info with the timings received from RS 2025-03-06 09:00:53 -07:00
FetchTimingInfo.h LibWeb/Fetch: Update timing info with the timings received from RS 2025-03-06 09:00:53 -07:00
HTTP.cpp
HTTP.h LibWeb: Implement formData() for "multipart/form-data" 2025-01-20 23:33:51 +00:00
IncrementalReadLoopReadRequest.cpp
IncrementalReadLoopReadRequest.h
MimeTypeBlocking.cpp
MimeTypeBlocking.h
NetworkPartitionKey.cpp
NetworkPartitionKey.h
NoSniffBlocking.cpp LibWeb: Prefer using equals_ignoring_ascii_case 2025-05-21 13:45:02 +01:00
NoSniffBlocking.h
PortBlocking.cpp
PortBlocking.h
RequestOrResponseBlocking.h
Task.cpp
Task.h
URL.cpp
URL.h