1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-09 01:10:47 +00:00
serenity/Userland
Andreas Kling 5ef6df79ed LibWeb: Generate a simple error page when XML decode/parse fails
This fixes a regression on Acid3, since we are not expected to "best
effort" parse XML. The test specifically checks that you don't create an
incomplete, incorrect DOM.
2024-04-19 11:44:32 +02:00
..
Applets Keymap: Draw the current keymap text with the correct theme color 2024-03-02 19:24:53 +00:00
Applications Meta+Userland: Fix more instances of bad lambda-Variant interaction 2024-04-18 13:14:33 -06:00
BuggieBox AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
Demos LibCore: Stop obsessing about tiny OOMs in Core::Timer 2024-04-17 07:16:52 +02:00
DevTools LibCore: Stop obsessing about tiny OOMs in Core::Timer 2024-04-17 07:16:52 +02:00
DynamicLoader DynamicLoader: Disable stack protector in some files for RISC-V 2024-03-04 01:44:11 +01:00
Games LibCore: Stop obsessing about tiny OOMs in Core::Timer 2024-04-17 07:16:52 +02:00
Libraries LibWeb: Generate a simple error page when XML decode/parse fails 2024-04-19 11:44:32 +02:00
Services RequestServer: Add IPC to create a new client and return the sockets 2024-04-17 10:09:49 -04:00
Shell Meta+Userland: Fix more instances of bad lambda-Variant interaction 2024-04-18 13:14:33 -06:00
Utilities Ladybird+headless-browser: Make RequestServer single instance on Lagom 2024-04-17 10:09:49 -04:00
CMakeLists.txt