ladybird/Userland
Andreas Kling 3435820e1f LibWeb: Render HTML content if present for HTTP error pages
If an HTTP response fails with an error code (e.g 403) but still has
body content, we now render the content.

We only fall back to our own built-in error page if there's no body.
2023-02-24 19:15:49 +01:00
..
Applets Userland: Specify margins and spacing in the GUI::Layout constructor 2023-02-18 16:56:56 +00:00
Applications SystemMonitor: Add "Debug In HackStudio" action to process context menu 2023-02-24 19:09:27 +01:00
BuggieBox Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00
Demos Userland: Fix remaining smart pointer const-correctness issues 2023-02-21 00:54:04 +01:00
DevTools HackStudio: Add 'pause debuggee' button 2023-02-24 19:09:27 +01:00
DynamicLoader DynamicLoader: Disable stack protector in some files for aarch64 build 2023-02-15 22:53:19 +01:00
Games Userland: Fix remaining smart pointer const-correctness issues 2023-02-21 00:54:04 +01:00
Libraries LibWeb: Render HTML content if present for HTTP error pages 2023-02-24 19:15:49 +01:00
Services LibWeb+LibJS: Format Console arguments with JS::Print 2023-02-21 10:57:44 +01:00
Shell Shell: Fix (and paper over) various const-correctness issues 2023-02-21 00:54:04 +01:00
Utilities AK: Add take_first to HashTable and rename pop to take_last 2023-02-21 22:13:06 +01:00
CMakeLists.txt Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00