ladybird/Userland/DevTools
MacDue 35612c6a7f AK+Everywhere: Change URL::path() to serialize_path()
This now defaults to serializing the path with percent decoded segments
(which is what all callers expect), but has an option not to. This fixes
`file://` URLs with spaces in their paths.

The name has been changed to serialize_path() path to make it more clear
that this method will generate a new string each call (except for the
cannot_be_a_base_url() case). A few callers have then been updated to
avoid repeatedly calling this function.
2023-04-15 06:37:04 +02:00
..
GMLPlayground GMLPlayground: Pledge Calendar domain 2023-04-06 08:24:25 +01:00
HackStudio AK+Everywhere: Change URL::path() to serialize_path() 2023-04-15 06:37:04 +02:00
Inspector Everywhere: Remove NonnullOwnPtr.h includes 2023-03-06 23:46:35 +01:00
Profiler Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
SQLStudio AK+Everywhere: Change URL::path() to serialize_path() 2023-04-15 06:37:04 +02:00
UserspaceEmulator Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
CMakeLists.txt DevTools: Remove i686 support 2022-12-28 11:53:41 +01:00