rcorsi
rcorsi
Fix and tests for text/plain issue on .shellrc and CMakeList.txt lines folded in LibCore/MimeType.cpp fixes #4859
Most likely a very minor issue and maybe only really impacting Serenity OS, but was highlighted when I used static checker cppcheck 2.13.0 on ladybird code base. I was checking...
Extension .xht was part of common_extensions for two MimeType array entries: application/xhtml+xml and text/html. Should only be part of one. Duplicate .xht extension removed from text/html mime type and is...
I added the Thread Sanitizer config during some recent testing. Would someone review and tell me if I've done it right and if I could make some improvements. I wasn't...
Four data race warnings reported while running test TestLibCorePromise (from file `Tests/LibCore/TestLibCorePromise.cpp`) under ThreadSanitizer in g++. (See pull request #6034) Attaching complete log of TestLibCorePromise test run with ThreadSanitizer [ThreadSanitizer_TestLibCorePromise.log](https://github.com/user-attachments/files/22100748/ThreadSanitizer_TestLibCorePromise.log)...
When compiled with ENABLE_ALL_THE_DEBUG_MACROS=ON (or some other specific LibJS X_DEBUG variables) and the test-js is run, the following backtrace will be seen: (see #6173 where this all started) ``` VERIFICATION...
Checking if it would be possible to run testing in All_Debug CI job Follow up to #6577
Clearly show which graphical device is being used or if we are falling back to the CPU painter. This is so that when GPU or CPU painter issues are reported,...
Immediately after successfully building Ladybird and using it for the first time, the runtime environment may not be ideally configured to have the GPU used fully. Upon startup a user...
Add physical device extension availablity check to exclude the usage of sharable Vulkan image if extension is not available. Currently on many Linux distributions the sharable Vulkan image device extension...