ladybird/Userland/Applications/Help
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 Help: Link to LibLocale 2022-12-11 13:59:41 -07:00
HelpWindow.gml LibGUI+Applications: Govern Splitter resizing by opportunistic growth 2022-08-05 13:54:18 +02:00
History.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
History.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
main.cpp Userland: Remove a bunch of unveil calls on /sys/kernel/processes 2023-01-13 13:41:30 +01:00
MainWidget.cpp AK+Everywhere: Change URL::path() to serialize_path() 2023-04-15 06:37:04 +02:00
MainWidget.h Help+man+LibManual: Move argument handling to LibManual 2022-12-11 16:05:23 +00:00
ManualModel.cpp Userland: Fix remaining smart pointer const-correctness issues 2023-02-21 00:54:04 +01:00
ManualModel.h Help+LibManual: Move non-UI-specific manual handling to LibManual 2022-12-11 16:05:23 +00:00