ladybird/Userland/Libraries/LibWeb/ReferrerPolicy
Andrew Kaster c79bac70f4 LibWeb: Consistently use the EmptyString state of ReferrerPolicy
We previously used an empty optional to denote that a ReferrerPolicy is
in the default empty string state. However, later additions added an
explicit EmptyString state. This patch moves all users to the explicit
state, and stops using `Optional<ReferrerPolicy>` everywhere except for
when an option not being passed from JavaScript has meaning.
2024-03-06 07:19:10 +01:00
..
AbstractOperations.cpp LibWeb: Consistently use the EmptyString state of ReferrerPolicy 2024-03-06 07:19:10 +01:00
AbstractOperations.h Everywhere: Use unqualified AK::URL 2024-02-25 08:54:31 +01:00
ReferrerPolicy.cpp LibWeb: Consistently use the EmptyString state of ReferrerPolicy 2024-03-06 07:19:10 +01:00
ReferrerPolicy.h LibWeb: Add ReferrerPolicy::EmptyString 2023-04-25 12:54:01 +02:00