ladybird/Userland/Libraries/LibWeb/HTML/CrossOrigin
Andreas Kling 6103884c18 LibWeb: Add some extra browsing context null checks
I saw a suspicious null dereference in
check_if_access_between_two_browsing_contexts_should_be_reported(),
but I have no idea how to reproduce it.

Still, it seems harmless to paper over it with a FIXME debug log.
2024-03-30 08:15:49 +01:00
..
AbstractOperations.cpp LibWeb: Port CrossOriginPropertyDescriptorMap from ByteString 2023-12-24 13:26:50 +01:00
AbstractOperations.h LibJS+LibWeb: Add a bunch of missing includes 2023-03-06 13:05:43 +00:00
CrossOriginOpenerPolicy.h LibWeb: Port CrossOriginOpenerPolicy from DeprecatedString 2023-11-28 17:15:27 -05:00
CrossOriginOpenerPolicyEnforcementResult.h AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
CrossOriginPropertyDescriptorMap.h LibWeb: Port CrossOriginPropertyDescriptorMap from ByteString 2023-12-24 13:26:50 +01:00
Reporting.cpp LibWeb: Add some extra browsing context null checks 2024-03-30 08:15:49 +01:00
Reporting.h LibWeb: Don't crash when accessing property in detached Window object 2024-03-11 18:29:10 +01:00