ladybird/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 LibJS+Embedders: Unify stack trace format for uncaught errors 2023-11-02 07:37:41 +01:00
ExceptionReporter.h WebContent+LibWeb+LibJS: Report exceptions to the JS console 2022-10-15 01:25:12 +02:00
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 LibWeb: Introduce the concept of "Enumerated" values 2023-11-07 11:34:21 +01:00
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 LibWeb: Add option to TemporaryExecutionContext to prepare for callbacks 2024-01-19 11:47:59 +01:00
TemporaryExecutionContext.h LibWeb: Add option to TemporaryExecutionContext to prepare for callbacks 2024-01-19 11:47:59 +01:00
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 LibWeb: Let Document have a direct GCPtr to its containing Web::Page 2023-12-15 22:04:46 +01:00
WorkerEnvironmentSettingsObject.h Everywhere: Use unqualified AK::URL 2024-02-25 08:54:31 +01:00