1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-18 17:42:07 +00:00
serenity/Userland/Libraries/LibWeb/HTML/Scripting
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
..
ClassicScript.cpp Everywhere: Use unqualified AK::URL 2024-02-25 08:54:31 +01:00
ClassicScript.h Everywhere: Use unqualified AK::URL 2024-02-25 08:54:31 +01:00
Environments.cpp Everywhere: Use unqualified AK::URL 2024-02-25 08:54:31 +01:00
Environments.h Everywhere: Use unqualified AK::URL 2024-02-25 08:54:31 +01:00
ExceptionReporter.cpp
ExceptionReporter.h
Fetching.cpp Everywhere: Use unqualified AK::URL 2024-02-25 08:54:31 +01:00
Fetching.h LibWeb: Consistently use the EmptyString state of ReferrerPolicy 2024-03-06 07:19:10 +01:00
Fetching.idl
ImportMap.h Everywhere: Use unqualified AK::URL 2024-02-25 08:54:31 +01:00
ModuleMap.cpp Everywhere: Use unqualified AK::URL 2024-02-25 08:54:31 +01:00
ModuleMap.h Everywhere: Use unqualified AK::URL 2024-02-25 08:54:31 +01:00
ModuleScript.cpp Everywhere: Use unqualified AK::URL 2024-02-25 08:54:31 +01:00
ModuleScript.h Everywhere: Use unqualified AK::URL 2024-02-25 08:54:31 +01:00
Script.cpp Everywhere: Use unqualified AK::URL 2024-02-25 08:54:31 +01:00
Script.h Everywhere: Use unqualified AK::URL 2024-02-25 08:54:31 +01:00
TemporaryExecutionContext.cpp
TemporaryExecutionContext.h
WindowEnvironmentSettingsObject.cpp Everywhere: Use unqualified AK::URL 2024-02-25 08:54:31 +01:00
WindowEnvironmentSettingsObject.h Everywhere: Use unqualified AK::URL 2024-02-25 08:54:31 +01:00
WorkerEnvironmentSettingsObject.cpp
WorkerEnvironmentSettingsObject.h Everywhere: Use unqualified AK::URL 2024-02-25 08:54:31 +01:00