ladybird/Userland/Applications/VideoPlayer
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 VideoPlayer: Add drag and drop support 2023-03-21 08:45:58 +00:00
main.cpp VideoPlayer: Port to GML 2023-01-09 17:32:03 +00:00
VideoFrameWidget.cpp VideoPlayer: Create submenu to set sizing mode 2023-03-06 20:28:22 +00:00
VideoFrameWidget.h VideoPlayer: Create submenu to set sizing mode 2023-03-06 20:28:22 +00:00
VideoPlayerWidget.cpp AK+Everywhere: Change URL::path() to serialize_path() 2023-04-15 06:37:04 +02:00
VideoPlayerWidget.h LibVideo+VideoPlayer: Convert playback event handler to callbacks 2023-04-09 23:55:05 +02:00
VideoPlayerWindow.gml VideoPlayer: Create submenu to set sizing mode 2023-03-06 20:28:22 +00:00