serenity/Userland/Applications/CrashReporter
Karol Kosek 2cbe2dd3c0 LibFileSystemAccessClient+CrashReporter: Introduce FSAC::File and use it
The new result returned just a file stream, which wasn't sufficient
enough for most applications because it didn't provide a filename.

This patch will make a new File object that has both a file stream and
a filename.
2023-01-07 10:53:43 +00:00
..
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
CrashReporterWindow.gml CrashReporter: Add ellipsis (...) to "Save Backtrace" button 2022-08-01 10:29:53 +02:00
main.cpp LibFileSystemAccessClient+CrashReporter: Introduce FSAC::File and use it 2023-01-07 10:53:43 +00:00