ladybird/Libraries/LibWeb/HTML/CrossOrigin
Andreas Kling e9b8c3f7c6 LibWeb: Skip COOP access reporting for inactive documents
WindowProxy property access can reach COOP access reporting after iframe
removal. That leaves the accessed active document not fully active.

The reporting algorithm only applies to fully active documents. Return
early for inactive documents instead of asserting. Add a crash test for
accessing a window proxy after iframe removal.
2026-06-08 01:04:08 +02:00
..
AbstractOperations.cpp Meta: Enable exit-time destructor warnings for libraries 2026-06-04 19:20:49 +02:00
AbstractOperations.h
CrossOriginPropertyDescriptorMap.h LibWeb: Remove ShadowRealm HTML integration 2026-04-05 13:57:58 +02:00
OpenerPolicy.h
OpenerPolicyEnforcementResult.h
Reporting.cpp LibWeb: Skip COOP access reporting for inactive documents 2026-06-08 01:04:08 +02:00
Reporting.h