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 Revert "LibJS+LibWeb: Return Vector<PropertyKey> from… 2025-05-16 06:33:09 +01:00
CrossOriginPropertyDescriptorMap.h LibWeb: Remove ShadowRealm HTML integration 2026-04-05 13:57:58 +02:00
OpenerPolicy.h LibWeb: Add the new noopener-allow-popups value to OpenerPolicy 2025-02-27 11:25:26 +00:00
OpenerPolicyEnforcementResult.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Reporting.cpp LibWeb: Skip COOP access reporting for inactive documents 2026-06-08 01:04:08 +02:00
Reporting.h LibWeb: Don't crash on named property access on detached window 2025-05-30 10:13:25 +02:00