ladybird/Userland/Applications/Run
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
..
CMakeLists.txt Applications: Convert DeprecatedFile usages to LibFileSystem 2023-03-24 10:58:43 +00:00
main.cpp Everywhere: Use default execpromises argument for Core::System::pledge 2021-11-28 08:04:57 +01:00
Run.gml Run: Use the new DialogButton 2022-06-10 23:02:07 +01:00
RunWindow.cpp AK+Everywhere: Change URL::path() to serialize_path() 2023-04-15 06:37:04 +02:00
RunWindow.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00