1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-30 14:58:11 +00:00
serenity/Userland/Libraries/LibWeb/Loader
sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*)
Each of these strings would previously rely on StringView's char const*
constructor overload, which would call __builtin_strlen on the string.
Since we now have operator ""sv, we can replace these with much simpler
versions. This opens the door to being able to remove
StringView(char const*).

No functional changes.
2022-07-12 23:11:35 +02:00
..
ContentFilter.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ContentFilter.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
FileRequest.cpp Browser+LibWeb+WebContent: Allow Browser to load local files 2022-06-27 20:22:15 +01:00
FileRequest.h Browser+LibWeb+WebContent: Allow Browser to load local files 2022-06-27 20:22:15 +01:00
FrameLoader.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
FrameLoader.h LibWeb: Allow configuring the default error page path 2022-05-29 23:00:04 +01:00
ImageLoader.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
ImageLoader.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ImageResource.cpp LibWeb: Abstract the image decoding via Web::ImageDecoding::Decoder 2022-05-15 12:17:36 +02:00
ImageResource.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
LoadRequest.cpp Browser+LibWeb+WebContent: Allow Browser to load local files 2022-06-27 20:22:15 +01:00
LoadRequest.h Browser+LibWeb+WebContent: Allow Browser to load local files 2022-06-27 20:22:15 +01:00
ProxyMappings.cpp LibWeb: Remove debug spam about proxy configuration lookups 2022-04-09 14:50:05 +02:00
ProxyMappings.h Browser+LibWeb+WebContent: Implement per-URL-pattern proxies 2022-04-09 12:21:43 +02:00
Resource.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
Resource.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ResourceLoader.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
ResourceLoader.h LibWeb: Add timeout_callback to ResourceLoader::load() 2022-07-03 13:26:32 +02:00