serenity/Userland
Andreas Kling 5f9a905793 Ladybird+LibJS: Add optional logging of *all* JS exceptions
When running with --log-all-js-exceptions, we will print the message
and backtrace for every single JS exception that is thrown, not just
the ones nobody caught.

This can sometimes be very helpful in debugging sites that swallow
important exceptions.
2024-04-16 16:57:06 +02:00
..
Applets Keymap: Draw the current keymap text with the correct theme color 2024-03-02 19:24:53 +00:00
Applications MouseSettingsWidget: Port to GML compilation 2024-04-15 14:01:13 +02:00
BuggieBox AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
Demos AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
DevTools SQLStudio: Port to GML Compilation 2024-04-15 14:01:13 +02:00
DynamicLoader DynamicLoader: Disable stack protector in some files for RISC-V 2024-03-04 01:44:11 +01:00
Games TwentyFourtyEight: Port to GML compilation 2024-04-15 14:01:13 +02:00
Libraries Ladybird+LibJS: Add optional logging of *all* JS exceptions 2024-04-16 16:57:06 +02:00
Services LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration 2024-04-16 07:40:01 +02:00
Shell Shell: Correctly auto format command lines consisting of only whitespace 2024-03-28 08:49:49 +01:00
Utilities Revert "Kernel+SystemServer: Make KCOVDevice a character device" 2024-04-15 21:16:22 -06:00
CMakeLists.txt