serenity/Userland/Applications/FileManager
Timothy Flynn 683c08744a Userland: Avoid some conversions from rvalue strings to StringView
These are all actually fine, there is no UAF here. But once e.g.
`ByteString::view() &&` is deleted, these instances won't compile.
2024-04-04 11:23:21 +02:00
..
CMakeLists.txt AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
DesktopWidget.cpp
DesktopWidget.h
DirectoryView.cpp AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
DirectoryView.h AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
FileManagerWindow.gml
FileOperationProgress.gml
FileOperationProgressWidget.cpp Everywhere: Use to_number<T> instead of to_{int,uint,float,double} 2023-12-23 20:41:07 +01:00
FileOperationProgressWidget.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
FileUtils.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
FileUtils.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
main.cpp Userland: Avoid some conversions from rvalue strings to StringView 2024-04-04 11:23:21 +02:00
PropertiesWindow.cpp LibGfx+Fallout: Make ImageDecoder return ErrorOr 2024-03-07 11:20:06 -05:00
PropertiesWindow.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
PropertiesWindowArchiveTab.gml
PropertiesWindowAudioTab.gml
PropertiesWindowFontTab.gml
PropertiesWindowGeneralTab.gml
PropertiesWindowImageTab.gml FileManager: Start displaying basic metadata for images 2024-01-14 15:04:43 -07:00
PropertiesWindowPDFTab.gml