ladybird/Userland
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
..
Applets Applets/Keymap: Repaint applet on keymap change 2023-03-09 21:42:23 +01:00
Applications AK+Everywhere: Change URL::path() to serialize_path() 2023-04-15 06:37:04 +02:00
BuggieBox Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
Demos Starfield: Rename starfield_window to starfield_widget 2023-04-12 19:34:27 +02:00
DevTools AK+Everywhere: Change URL::path() to serialize_path() 2023-04-15 06:37:04 +02:00
DynamicLoader Everywhere: Use ARCH(AARCH64) instead of AK_ARCH_AARCH64 2023-04-14 19:15:19 +02:00
Games Everywhere: Remove unused DeprecatedString includes 2023-04-09 22:00:54 +02:00
Libraries AK+Everywhere: Change URL::path() to serialize_path() 2023-04-15 06:37:04 +02:00
Services AK+Everywhere: Change URL::path() to serialize_path() 2023-04-15 06:37:04 +02:00
Shell Shell: Add map_fixed to the pledges for command autocompletion 2023-04-12 07:06:54 -04:00
Utilities AK+Everywhere: Change URL::path() to serialize_path() 2023-04-15 06:37:04 +02:00
CMakeLists.txt