1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 14:28:12 +00:00
serenity/Userland/DevTools
Timothy Flynn b8e4ca3b0f SQLStudio: Protect against possible crash when saving an empty file
The underlying Core::Stream methods require the bytes passed in to be
non-empty. Simply opening the file is enough to ensure the file is
created with empty contents if the editor's text is empty.
2022-12-30 14:17:18 +01:00
..
GMLPlayground LibFileSystemAccessClient: Rename try_save_file => 2022-12-14 18:26:25 +00:00
HackStudio HackStudio: Remove i686 support 2022-12-28 11:53:41 +01:00
Inspector Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
Profiler AK+Everywhere: Replace all Bitmap::must_create() uses with ::create() 2022-12-22 15:48:53 +01:00
SQLStudio SQLStudio: Protect against possible crash when saving an empty file 2022-12-30 14:17:18 +01:00
UserspaceEmulator Kernel: Reintroduce the msyscall syscall as the annotate_mapping syscall 2022-12-16 01:02:00 -07:00
CMakeLists.txt DevTools: Remove i686 support 2022-12-28 11:53:41 +01:00