1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-09 09:34:57 +09:00
ladybird/Services
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
..
ImageDecoder Everywhere: Make TransportSocket non-movable 2025-04-09 15:27:52 +02:00
RequestServer RequestServer: Leave Accept-Encoding up to curl 2025-05-19 13:18:44 +02:00
WebContent LibWeb: Prefer using equals_ignoring_ascii_case 2025-05-21 13:45:02 +01:00
WebDriver WebDriver: Access global sessions mutably when finding sessions 2025-04-16 10:41:44 -06:00
WebWorker LibWeb+WebWorker: Create SharedWorkerGlobalScope for Shared Workers 2025-05-18 17:50:05 -06:00
CMakeLists.txt Everywhere: Hoist the Services folder to the top-level 2024-11-10 12:50:45 +01:00