serenity/Userland
Luke Wilde b91b67f4f3 LibWeb/Fetch: Actually check if the response is null in recursive fetch
The condition for checking if there was already a response in recursive
fetch was accidentally flipped, always causing a null deref.

This made redirects crash for example.
2023-03-07 18:42:10 +00:00
..
Applets Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00
Applications Browser: Handle close event in WebContentView 2023-03-07 11:34:11 +00:00
BuggieBox
Demos Screensaver: Remove outdated comment about NonnullPtrVector 2023-03-06 23:46:36 +01:00
DevTools Kernel: Stop using NonnullLockRefPtrVector 2023-03-06 23:46:36 +01:00
DynamicLoader
Games Everywhere: Stop using NonnullOwnPtrVector 2023-03-06 23:46:35 +01:00
Libraries LibWeb/Fetch: Actually check if the response is null in recursive fetch 2023-03-07 18:42:10 +00:00
Services WebContent+WebDriver: Ensure Get Window Handle checks for closed BCs 2023-03-07 18:16:35 +00:00
Shell Shell: Fix bogus C-style casts from NonnullOwnPtr<T>* to T* 2023-03-07 09:42:20 +01:00
Utilities man: Skip shellrc when invoking pager using sh 2023-03-07 00:42:32 +01:00
CMakeLists.txt