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
CrossOriginOpenerPolicyEnforcementResult.h
CrossOriginPropertyDescriptorMap.h
Reporting.cpp
Reporting.h