1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-17 08:27:35 +00:00
serenity/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
CrossOriginPropertyDescriptorMap.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Reporting.cpp
Reporting.h