ladybird/Userland/Libraries/LibWeb/HTML/CrossOrigin
Linus Groh 8f1d13e73b LibJS: Use a Variant instead of two Optionals for ThrowCompletionOr
Comes with the usual benefit of saving some space on the stack, as well
as making a situation where both or neither Optionals hold a value
impossible.

The various unwrapping additions are required as we can no longer
construct a ThrowCompletionOr<T> from an Optional<T> - rightfully so.
2023-03-01 17:55:42 +00:00
..
AbstractOperations.cpp LibJS: Use a Variant instead of two Optionals for ThrowCompletionOr 2023-03-01 17:55:42 +00:00
AbstractOperations.h LibWeb: Convert the Location object to IDL 2023-01-18 17:36:39 -05:00
CrossOriginOpenerPolicy.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
CrossOriginOpenerPolicyEnforcementResult.h LibWeb: Add missing includes 2022-09-18 13:27:24 -04:00
CrossOriginPropertyDescriptorMap.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Reporting.cpp LibWeb: Add the 'opener browsing context' BrowsingContext property 2022-11-15 21:48:19 +00:00
Reporting.h LibWeb: Stub out 'check if access between two BCs should be reported' 2022-03-08 23:13:54 +01:00